Home
last modified time | relevance | path

Searched refs:BRW_VARYING_SLOT_PAD (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/intel/compiler/
Dbrw_vue_map.c105 vue_map->slot_to_varying[i] = BRW_VARYING_SLOT_PAD; in brw_compute_vue_map()
241 vue_map->slot_to_varying[i] = BRW_VARYING_SLOT_PAD; in brw_compute_tess_vue_map()
291 [BRW_VARYING_SLOT_PAD - VARYING_SLOT_MAX] = "BRW_VARYING_SLOT_PAD", in varying_name()
Dbrw_fs_visitor.cpp822 (vue_map->slot_to_varying[last_slot] == BRW_VARYING_SLOT_PAD || in emit_urb_writes()
888 if (varying == BRW_VARYING_SLOT_PAD || in emit_urb_writes()
Dbrw_compiler.h1127 BRW_VARYING_SLOT_PAD, enumerator
Dbrw_vec4_visitor.cpp965 case BRW_VARYING_SLOT_PAD: in emit_urb_slot()
Dbrw_fs.cpp1923 if (varying != BRW_VARYING_SLOT_PAD && in calculate_urb_setup()