Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/compiler/
H A Daco_shader_info.h122 uint8_t output_usage_mask[VARYING_SLOT_VAR31 + 1];
124 uint8_t output_streams[VARYING_SLOT_VAR31 + 1];
H A Daco_instruction_selection.cpp7745 for (unsigned i = 0; i <= VARYING_SLOT_VAR31; i++) {
11008 for (unsigned i = 0; i <= VARYING_SLOT_VAR31; ++i) {
11064 for (unsigned i = 0; i <= VARYING_SLOT_VAR31; ++i) {
12085 for (unsigned i = 0; i <= VARYING_SLOT_VAR31; ++i) {
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_shader.h263 uint8_t output_usage_mask[VARYING_SLOT_VAR31 + 1];
280 uint8_t output_usage_mask[VARYING_SLOT_VAR31 + 1];
282 uint8_t output_streams[VARYING_SLOT_VAR31 + 1];
294 uint8_t output_usage_mask[VARYING_SLOT_VAR31 + 1];
/third_party/mesa3d/src/imagination/rogue/
H A Drogue_build_data.c169 var->data.location <= VARYING_SLOT_VAR31); in collect_io_data_fs()
341 (var->data.location <= VARYING_SLOT_VAR31)) { in collect_io_data_vs()
528 assert(location >= VARYING_SLOT_VAR0 && location <= VARYING_SLOT_VAR31); in rogue_coeff_index_fs()
556 (location <= VARYING_SLOT_VAR31)) { in rogue_output_index_vs()
/third_party/mesa3d/src/amd/llvm/
H A Dac_shader_abi.h35 #define AC_LLVM_MAX_OUTPUTS (VARYING_SLOT_VAR31 + 1)
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_mediump.c170 (is_varying && sem.location <= VARYING_SLOT_VAR31 && in nir_lower_mediump_io()
224 sem.location <= VARYING_SLOT_VAR31) { in nir_lower_mediump_io()
293 sem.location > VARYING_SLOT_VAR31) in nir_force_mediump_io()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_shader_gs.cpp68 location <= VARYING_SLOT_VAR31) || in process_store_output()
135 location <= VARYING_SLOT_VAR31) || in process_load_input()
H A Dsfn_nir_lower_tess_io.cpp93 location <= VARYING_SLOT_VAR31) in get_tcs_varying_offset()
/third_party/mesa3d/src/compiler/
H A Dshader_enums.c252 ENUM(VARYING_SLOT_VAR31), in gl_varying_slot_name_for_stage()
H A Dshader_enums.h371 VARYING_SLOT_VAR31, enumerator
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_nir_lower_tess.c115 case VARYING_SLOT_VAR0 ... VARYING_SLOT_VAR31: { in shader_io_get_unique_index()
118 (12 + VARYING_SLOT_VAR31 - VARYING_SLOT_VAR0)); in shader_io_get_unique_index()
121 (12 + VARYING_SLOT_VAR31 - VARYING_SLOT_VAR0)); in shader_io_get_unique_index()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A 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()
H A Dsi_shaderlib_nir.c320 if (semantic < VARYING_SLOT_VAR31 && semantic != VARYING_SLOT_EDGE) in si_create_passthrough_tcs()
H A Dsi_shader.c116 if (semantic >= VARYING_SLOT_VAR0 && semantic <= VARYING_SLOT_VAR31) in si_shader_io_get_unique_index()
H A Dsi_state_shaders.cpp3070 if ((semantic <= VARYING_SLOT_VAR31 || semantic >= VARYING_SLOT_VAR0_16BIT) &&

Completed in 33 milliseconds