Home
last modified time | relevance | path

Searched refs:VARYING_SLOT_VIEWPORT_MASK (Results 1 - 7 of 7) sorted by relevance

/third_party/mesa3d/src/compiler/
H A 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)
H A Dshader_enums.c220 ENUM(VARYING_SLOT_VIEWPORT_MASK), in gl_varying_slot_name_for_stage()
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_from_mesa.c144 case VARYING_SLOT_VIEWPORT_MASK: in tgsi_get_gl_varying_semantic()
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi.c361 return VARYING_SLOT_VIEWPORT_MASK; in svga_tgsi_to_gl_varying_semantic()
/third_party/mesa3d/src/compiler/glsl/
H A 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/
H A Dvtn_variables.c873 *location = VARYING_SLOT_VIEWPORT_MASK; in vtn_get_builtin_location()
/third_party/mesa3d/src/compiler/nir/
H A Dnir.c3457 slot == VARYING_SLOT_VIEWPORT_MASK || in nir_slot_is_sysval_output()

Completed in 21 milliseconds