Searched refs:VARYING_SLOT_VIEWPORT_MASK (Results 1 – 8 of 8) sorted by relevance
/third_party/mesa3d/src/compiler/ |
D | shader_enums.h | 329 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)
|
D | shader_enums.c | 220 ENUM(VARYING_SLOT_VIEWPORT_MASK), in gl_varying_slot_name_for_stage()
|
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_from_mesa.c | 144 case VARYING_SLOT_VIEWPORT_MASK: in tgsi_get_gl_varying_semantic()
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi.c | 361 return VARYING_SLOT_VIEWPORT_MASK; in svga_tgsi_to_gl_varying_semantic()
|
/third_party/mesa3d/src/compiler/glsl/ |
D | builtin_variables.cpp | 1252 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/ |
D | vtn_variables.c | 873 *location = VARYING_SLOT_VIEWPORT_MASK; in vtn_get_builtin_location()
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir.c | 3457 slot == VARYING_SLOT_VIEWPORT_MASK || in nir_slot_is_sysval_output()
|
/third_party/mesa3d/docs/relnotes/ |
D | 20.1.0.rst | 2273 - compiler: add VARYING_SLOT_VIEWPORT_MASK
|