Home
last modified time | relevance | path

Searched refs:VARYING_SLOT_TEX7 (Results 1 - 22 of 22) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_from_mesa.c48 if (attr >= VARYING_SLOT_TEX0 && attr <= VARYING_SLOT_TEX7) { in tgsi_get_generic_gl_varying_index()
156 case VARYING_SLOT_TEX7: in tgsi_get_gl_varying_semantic()
166 (attr >= VARYING_SLOT_TEX0 && attr <= VARYING_SLOT_TEX7)); in tgsi_get_gl_varying_semantic()
/third_party/mesa3d/src/gallium/drivers/freedreno/ir3/
H A Dir3_gallium.h75 case VARYING_SLOT_TEX0 ... VARYING_SLOT_TEX7: in ir3_point_sprite()
H A Dir3_cmdline.c99 (var->data.location <= VARYING_SLOT_TEX7)) { in fixup_varying_slots()
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_helpers.h80 if (slot >= VARYING_SLOT_TEX0 && slot <= VARYING_SLOT_TEX7 && in util_varying_is_point_coord()
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_texcoord_replace.c115 var->data.location > VARYING_SLOT_TEX7) in nir_lower_texcoord_replace_impl()
H A Dnir.c3477 (slot >= VARYING_SLOT_TEX0 && slot <= VARYING_SLOT_TEX7) || in nir_slot_is_varying()
/third_party/mesa3d/src/gallium/drivers/lima/standalone/
H A Dlima_compiler_cmdline.c80 (var->data.location <= VARYING_SLOT_TEX7)) { in fixup_varying_slots()
/third_party/mesa3d/src/compiler/
H A Dshader_enums.h309 VARYING_SLOT_TEX7, enumerator
485 #define VARYING_BIT_TEX7 BITFIELD64_BIT(VARYING_SLOT_TEX7)
H A Dshader_enums.c200 ENUM(VARYING_SLOT_TEX7), in gl_varying_slot_name_for_stage()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_shader_gs.cpp70 location <= VARYING_SLOT_TEX7) || in process_store_output()
137 location <= VARYING_SLOT_TEX7)) { in process_load_input()
/third_party/mesa3d/src/asahi/compiler/
H A Dcmdline.c78 (var->data.location <= VARYING_SLOT_TEX7)) { in fixup_varying_slots()
/third_party/mesa3d/src/amd/common/
H A Dac_nir_opt_outputs.c278 if (sem.location >= VARYING_SLOT_TEX0 && sem.location <= VARYING_SLOT_TEX7 && in ac_nir_optimize_outputs()
/third_party/mesa3d/src/panfrost/bifrost/
H A Dcmdline.c111 (var->data.location <= VARYING_SLOT_TEX7)) { in fixup_varying_slots()
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_compile_sf.c406 if (varying1 >= VARYING_SLOT_TEX0 && varying1 <= VARYING_SLOT_TEX7) { in calculate_point_sprite_mask()
414 if (varying2 >= VARYING_SLOT_TEX0 && varying2 <= VARYING_SLOT_TEX7) { in calculate_point_sprite_mask()
/third_party/mesa3d/src/compiler/glsl/
H A Dgl_nir_opt_dead_builtin_varyings.c156 location <= VARYING_SLOT_TEX7) { in get_varying_info()
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_glsl_to_nir.cpp82 (var->data.location <= VARYING_SLOT_TEX7)) { in st_nir_fixup_varying_slots()
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_compiler.cpp470 input->data.location <= VARYING_SLOT_TEX7)) in has_flat_varyings()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shader.c153 case VARYING_SLOT_TEX7: in si_shader_io_get_unique_index()
H A Dsi_state_draw.cpp87 (input.semantic >= VARYING_SLOT_TEX0 && input.semantic <= VARYING_SLOT_TEX7 && in si_emit_spi_map()
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_compiler_nir.c4188 if ((VARYING_SLOT_TEX0 <= slot) && (slot <= VARYING_SLOT_TEX7)) in setup_output()
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_compiler.c1419 var->data.location <= VARYING_SLOT_TEX7; in is_texcoord()
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_state.c4586 fs_attr <= VARYING_SLOT_TEX7 && in calculate_attr_overrides()

Completed in 44 milliseconds