Data Fields | |
struct header | header |
struct { | |
unsigned modify_enable:1 | |
unsigned pad:4 | |
unsigned general_state_address:27 | |
} | bits0 |
struct { | |
unsigned modify_enable:1 | |
unsigned pad:4 | |
unsigned surface_state_address:27 | |
} | bits1 |
struct { | |
unsigned modify_enable:1 | |
unsigned pad:4 | |
unsigned indirect_object_state_address:27 | |
} | bits2 |
struct { | |
unsigned modify_enable:1 | |
unsigned pad:11 | |
unsigned general_state_upper_bound:20 | |
} | bits3 |
struct { | |
unsigned modify_enable:1 | |
unsigned pad:11 | |
unsigned indirect_object_state_upper_bound:20 | |
} | bits4 |
Definition at line 403 of file brw_structs.h.
struct header brw_state_base_address::header [read] |
Definition at line 405 of file brw_structs.h.
Definition at line 409 of file brw_structs.h.
unsigned brw_state_base_address::pad |
Definition at line 410 of file brw_structs.h.
Definition at line 411 of file brw_structs.h.
struct { ... } brw_state_base_address::bits0 |
Definition at line 418 of file brw_structs.h.
struct { ... } brw_state_base_address::bits1 |
Definition at line 425 of file brw_structs.h.
struct { ... } brw_state_base_address::bits2 |
Definition at line 432 of file brw_structs.h.
struct { ... } brw_state_base_address::bits3 |
Definition at line 439 of file brw_structs.h.
struct { ... } brw_state_base_address::bits4 |