Searched defs:brw_vs_prog_data (Results 1 – 1 of 1) sorted by relevance
1209 struct brw_vs_prog_data { struct1210 struct brw_vue_prog_data base;1212 GLbitfield64 inputs_read;1213 GLbitfield64 double_inputs_read;1215 unsigned nr_attribute_slots;1217 bool uses_vertexid;1218 bool uses_instanceid;1219 bool uses_is_indexed_draw;1220 bool uses_firstvertex;1221 bool uses_baseinstance;[all …]