Searched refs:VARYING_SLOT_VAR31 (Results 1 - 19 of 19) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_shader.h187 uint8_t output_usage_mask[VARYING_SLOT_VAR31 + 1];
193 uint8_t output_usage_mask[VARYING_SLOT_VAR31 + 1];
195 uint8_t output_streams[VARYING_SLOT_VAR31 + 1];
199 uint8_t output_usage_mask[VARYING_SLOT_VAR31 + 1];
427 if (slot >= VARYING_SLOT_VAR0 && slot <= VARYING_SLOT_VAR31)
H A Dradv_nir_to_llvm.c47 #define RADEON_LLVM_MAX_INPUTS (VARYING_SLOT_VAR31 + 1)
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_shader.h252 uint8_t output_usage_mask[VARYING_SLOT_VAR31 + 1];
269 uint8_t output_usage_mask[VARYING_SLOT_VAR31 + 1];
271 uint8_t output_streams[VARYING_SLOT_VAR31 + 1];
283 uint8_t output_usage_mask[VARYING_SLOT_VAR31 + 1];
/xsrc/external/mit/MesaLib.old/dist/src/amd/common/
H A Dac_shader_abi.h33 #define AC_LLVM_MAX_OUTPUTS (VARYING_SLOT_VAR31 + 1)
/xsrc/external/mit/MesaLib/dist/src/amd/llvm/
H A Dac_shader_abi.h33 #define AC_LLVM_MAX_OUTPUTS (VARYING_SLOT_VAR31 + 1)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
H A Dsfn_shader_geometry.cpp105 location <= VARYING_SLOT_VAR31) ||
165 location <= VARYING_SLOT_VAR31) ||
H A Dsfn_nir_lower_tess_io.cpp57 location <= VARYING_SLOT_VAR31)
H A Dsfn_vertexstageexport.cpp70 output->data.location <= VARYING_SLOT_VAR31) ||
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_lower_mediump.c168 (is_varying && sem.location <= VARYING_SLOT_VAR31 &&
222 sem.location <= VARYING_SLOT_VAR31) {
291 sem.location > VARYING_SLOT_VAR31)
/xsrc/external/mit/MesaLib.old/dist/src/compiler/
H A Dshader_enums.c199 ENUM(VARYING_SLOT_VAR31),
H A Dshader_enums.h295 VARYING_SLOT_VAR31, enumerator in enum:__anon0f1973a70303
/xsrc/external/mit/MesaLib/dist/src/compiler/
H A Dshader_enums.c251 ENUM(VARYING_SLOT_VAR31),
H A Dshader_enums.h345 VARYING_SLOT_VAR31, enumerator in enum:__anon671c309a0303
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/
H A Dvc4_nir_lower_io.c232 var->data.location > VARYING_SLOT_VAR31)
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_nir_lower_tess.c109 if (slot >= VARYING_SLOT_VAR0 && slot <= VARYING_SLOT_VAR31)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_llvm_vs.c486 if ((semantic <= VARYING_SLOT_VAR31 || semantic >= VARYING_SLOT_VAR0_16BIT) &&
H A Dsi_state_shaders.c2730 if ((semantic <= VARYING_SLOT_VAR31 || semantic >= VARYING_SLOT_VAR0_16BIT) &&
2881 } else if ((semantic <= VARYING_SLOT_VAR31 || semantic >= VARYING_SLOT_VAR0_16BIT) &&
2960 if ((semantic <= VARYING_SLOT_VAR31 || semantic >= VARYING_SLOT_VAR0_16BIT) &&
H A Dsi_shader.c96 if (semantic >= VARYING_SLOT_VAR0 && semantic <= VARYING_SLOT_VAR31)
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_instruction_selection.cpp7414 for (unsigned i = 0; i <= VARYING_SLOT_VAR31; i++) {
10794 for (unsigned i = 0; i <= VARYING_SLOT_VAR31; ++i) {
11711 for (unsigned i = 0; i <= VARYING_SLOT_VAR31; ++i) {

Completed in 55 milliseconds