Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/compiler/
Dbrw_compiler.h1147 struct brw_vue_map { struct
1153 uint64_t slots_valid;
1164 bool separate;
1172 signed char varying_to_slot[VARYING_SLOT_TESS_MAX];
1201 void brw_print_vue_map(FILE *fp, const struct brw_vue_map *vue_map, argument