Data Fields | |
struct { | |
unsigned length:8 | |
unsigned valid:1 | |
unsigned pad:7 | |
unsigned opcode:16 | |
} | header |
struct { | |
unsigned buffer_length:6 | |
unsigned buffer_address:26 | |
} | bits0 |
Definition at line 386 of file brw_structs.h.
unsigned brw_constant_buffer::length |
Definition at line 390 of file brw_structs.h.
unsigned brw_constant_buffer::valid |
Definition at line 391 of file brw_structs.h.
unsigned brw_constant_buffer::pad |
Definition at line 392 of file brw_structs.h.
unsigned brw_constant_buffer::opcode |
Definition at line 393 of file brw_structs.h.
struct { ... } brw_constant_buffer::header |
unsigned brw_constant_buffer::buffer_length |
Definition at line 398 of file brw_structs.h.
unsigned brw_constant_buffer::buffer_address |
Definition at line 399 of file brw_structs.h.
struct { ... } brw_constant_buffer::bits0 |