Searched defs:brw_vs_prog_data (Results 1 – 1 of 1) sorted by relevance
1297 struct brw_vs_prog_data { struct1298 struct brw_vue_prog_data base;1300 GLbitfield64 inputs_read;1301 GLbitfield64 double_inputs_read;1303 unsigned nr_attribute_slots;1305 bool uses_vertexid;1306 bool uses_instanceid;1307 bool uses_is_indexed_draw;1308 bool uses_firstvertex;1309 bool uses_baseinstance;[all …]