Data Fields | |
struct { | |
unsigned length:8 | |
unsigned pad:2 | |
unsigned topology:5 | |
unsigned indexed:1 | |
unsigned opcode:16 | |
} | header |
unsigned | verts_per_instance |
unsigned | start_vert_location |
unsigned | instance_count |
unsigned | start_instance_location |
unsigned | base_vert_location |
Definition at line 78 of file brw_structs.h.
unsigned brw_3d_primitive::length |
Definition at line 82 of file brw_structs.h.
unsigned brw_3d_primitive::pad |
Definition at line 83 of file brw_structs.h.
unsigned brw_3d_primitive::topology |
Definition at line 84 of file brw_structs.h.
unsigned brw_3d_primitive::indexed |
Definition at line 85 of file brw_structs.h.
unsigned brw_3d_primitive::opcode |
Definition at line 86 of file brw_structs.h.
struct { ... } brw_3d_primitive::header |
unsigned brw_3d_primitive::verts_per_instance |
Definition at line 89 of file brw_structs.h.
Definition at line 90 of file brw_structs.h.
unsigned brw_3d_primitive::instance_count |
Definition at line 91 of file brw_structs.h.
Definition at line 92 of file brw_structs.h.
unsigned brw_3d_primitive::base_vert_location |
Definition at line 93 of file brw_structs.h.