Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/compiler/
Dbrw_compiler.h1008 struct brw_vs_prog_data { struct
1009 struct brw_vue_prog_data base;
1011 uint64_t inputs_read;
1012 uint64_t double_inputs_read;
1014 unsigned nr_attribute_slots;
1016 bool uses_vertexid;
1017 bool uses_instanceid;
1018 bool uses_is_indexed_draw;
1019 bool uses_firstvertex;
1020 bool uses_baseinstance;
[all …]