Home
last modified time | relevance | path

Searched defs:brw_vs_prog_data (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_compiler.h651 struct brw_vs_prog_data { struct
652 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 …]