Home
last modified time | relevance | path

Searched refs:VARYING_SLOT_VAR0_16BIT (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/compiler/nir/
Dnir_lower_mediump.c227 sem.location = VARYING_SLOT_VAR0_16BIT + index / 2; in nir_lower_mediump_io()
333 if (sem.location < VARYING_SLOT_VAR0_16BIT || in nir_unpack_16bit_varying_slots()
338 (sem.location - VARYING_SLOT_VAR0_16BIT) * 2 + in nir_unpack_16bit_varying_slots()
Dnir_gather_info.c488 if (semantics.location >= VARYING_SLOT_VAR0_16BIT && in gather_intrinsic_info()
493 BITFIELD_RANGE(semantics.location - VARYING_SLOT_VAR0_16BIT, num_slots); in gather_intrinsic_info()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_info.c752 } else if ((semantic <= VARYING_SLOT_VAR31 || semantic >= VARYING_SLOT_VAR0_16BIT) && in si_nir_scan_shader()
818 if ((semantic <= VARYING_SLOT_VAR31 || semantic >= VARYING_SLOT_VAR0_16BIT) && in si_nir_scan_shader()
Dsi_shaderlib_nir.c322 else if (semantic >= VARYING_SLOT_VAR0_16BIT) in si_create_passthrough_tcs()
Dsi_shader.c122 if (semantic >= VARYING_SLOT_VAR0_16BIT && semantic <= VARYING_SLOT_VAR15_16BIT) in si_shader_io_get_unique_index()
123 return 33 + (semantic - VARYING_SLOT_VAR0_16BIT); /* 33..48 */ in si_shader_io_get_unique_index()
Dsi_state_shaders.cpp3070 if ((semantic <= VARYING_SLOT_VAR31 || semantic >= VARYING_SLOT_VAR0_16BIT) && in si_init_shader_selector_async()
/third_party/mesa3d/src/compiler/
Dshader_enums.h418 VARYING_SLOT_VAR0_16BIT, enumerator