Searched defs:brw_vs_prog_data (Results 1 – 1 of 1) sorted by relevance
1123 struct brw_vs_prog_data { struct1124 struct brw_vue_prog_data base;1126 uint64_t inputs_read;1127 uint64_t double_inputs_read;1129 unsigned nr_attribute_slots;1131 bool uses_vertexid;1132 bool uses_instanceid;1133 bool uses_is_indexed_draw;1134 bool uses_firstvertex;1135 bool uses_baseinstance;[all …]