Searched defs:brw_vs_prog_data (Results 1 – 1 of 1) sorted by relevance
651 struct brw_vs_prog_data { struct652 struct brw_vue_prog_data base;654 GLbitfield64 inputs_read;655 GLbitfield64 double_inputs_read;657 unsigned nr_attributes;658 unsigned nr_attribute_slots;660 bool uses_vertexid;661 bool uses_instanceid;662 bool uses_basevertex;663 bool uses_baseinstance;[all …]