Data Fields | |
struct { | |
unsigned length:8 | |
unsigned notify_enable:1 | |
unsigned pad:3 | |
unsigned wc_flush_enable:1 | |
unsigned depth_stall_enable:1 | |
unsigned operation:2 | |
unsigned opcode:16 | |
} | header |
struct { | |
unsigned pad:2 | |
unsigned dest_addr_type:1 | |
unsigned dest_addr:29 | |
} | dest |
unsigned | dword2 |
unsigned | dword3 |
Definition at line 53 of file brw_structs.h.
unsigned brw_3d_control::length |
Definition at line 57 of file brw_structs.h.
unsigned brw_3d_control::notify_enable |
Definition at line 58 of file brw_structs.h.
unsigned brw_3d_control::pad |
Definition at line 59 of file brw_structs.h.
unsigned brw_3d_control::wc_flush_enable |
Definition at line 60 of file brw_structs.h.
unsigned brw_3d_control::depth_stall_enable |
Definition at line 61 of file brw_structs.h.
unsigned brw_3d_control::operation |
Definition at line 62 of file brw_structs.h.
unsigned brw_3d_control::opcode |
Definition at line 63 of file brw_structs.h.
struct { ... } brw_3d_control::header |
unsigned brw_3d_control::dest_addr_type |
Definition at line 69 of file brw_structs.h.
unsigned brw_3d_control::dest_addr |
Definition at line 70 of file brw_structs.h.
struct { ... } brw_3d_control::dest |
unsigned brw_3d_control::dword2 |
Definition at line 73 of file brw_structs.h.
unsigned brw_3d_control::dword3 |
Definition at line 74 of file brw_structs.h.