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.h1165 struct brw_vue_map { struct
1171 uint64_t slots_valid;
1182 bool separate;
1190 signed char varying_to_slot[VARYING_SLOT_TESS_MAX];
1219 void brw_print_vue_map(FILE *fp, const struct brw_vue_map *vue_map, argument