Home
last modified time | relevance | path

Searched refs:VARYING_SLOT_VIEWPORT_MASK (Results 1 – 8 of 8) sorted by relevance

/third_party/mesa3d/src/compiler/
Dshader_enums.h329 VARYING_SLOT_VIEWPORT_MASK, /* Does not appear in FS */ enumerator
463 case VARYING_SLOT_VIEWPORT_MASK: in _mesa_varying_slot_in_fs()
512 #define VARYING_BIT_VIEWPORT_MASK BITFIELD64_BIT(VARYING_SLOT_VIEWPORT_MASK)
Dshader_enums.c220 ENUM(VARYING_SLOT_VIEWPORT_MASK), in gl_varying_slot_name_for_stage()
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_from_mesa.c144 case VARYING_SLOT_VIEWPORT_MASK: in tgsi_get_gl_varying_semantic()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi.c361 return VARYING_SLOT_VIEWPORT_MASK; in svga_tgsi_to_gl_varying_semantic()
/third_party/mesa3d/src/compiler/glsl/
Dbuiltin_variables.cpp1252 var = add_output(VARYING_SLOT_VIEWPORT_MASK, array(int_t, 1), in generate_tes_special_vars()
1276 var = add_output(VARYING_SLOT_VIEWPORT_MASK, array(int_t, 1), in generate_gs_special_vars()
1572 add_varying(VARYING_SLOT_VIEWPORT_MASK, array(int_t, 1), in generate_varyings()
/third_party/mesa3d/src/compiler/spirv/
Dvtn_variables.c873 *location = VARYING_SLOT_VIEWPORT_MASK; in vtn_get_builtin_location()
/third_party/mesa3d/src/compiler/nir/
Dnir.c3457 slot == VARYING_SLOT_VIEWPORT_MASK || in nir_slot_is_sysval_output()
/third_party/mesa3d/docs/relnotes/
D20.1.0.rst2273 - compiler: add VARYING_SLOT_VIEWPORT_MASK