Searched defs:brw_vs_prog_data (Results 1 – 1 of 1) sorted by relevance
1315 struct brw_vs_prog_data { struct1316 struct brw_vue_prog_data base;1318 uint64_t inputs_read;1319 uint64_t double_inputs_read;1321 unsigned nr_attribute_slots;1323 bool uses_vertexid;1324 bool uses_instanceid;1325 bool uses_is_indexed_draw;1326 bool uses_firstvertex;1327 bool uses_baseinstance;[all …]