Home
last modified time | relevance | path

Searched refs:nir_tex_src_texture_handle (Results 1 – 19 of 19) sorted by relevance

/third_party/mesa3d/src/freedreno/ir3/
Dir3_nir_lower_tex_prefetch.c137 if (has_src(tex, nir_tex_src_texture_handle)) { in ok_tex_samp()
142 return ok_bindless_src(tex, nir_tex_src_texture_handle) && in ok_tex_samp()
Dir3_compiler_nir.c2255 int texture_idx = nir_tex_instr_src_index(tex, nir_tex_src_texture_handle); in get_tex_samp_tex_src()
2438 case nir_tex_src_texture_handle: in emit_tex()
/third_party/mesa3d/src/compiler/nir/
Dnir_builtin_builder.c325 tex->src[i].src_type == nir_tex_src_texture_handle || in nir_get_texture_size()
346 tex->src[i].src_type == nir_tex_src_texture_handle || in nir_get_texture_size()
378 tex->src[i].src_type == nir_tex_src_texture_handle || in nir_get_texture_lod()
401 tex->src[i].src_type == nir_tex_src_texture_handle || in nir_get_texture_lod()
Dnir_lower_non_uniform_access.c119 case nir_tex_src_texture_handle: in lower_non_uniform_tex_access()
Dnir_opt_gcm.c353 case nir_tex_src_texture_handle: in gcm_pin_instructions()
Dnir_divergence_analysis.c571 case nir_tex_src_texture_handle: in visit_tex()
Dnir_print.c1180 case nir_tex_src_texture_handle: in print_tex_instr()
Dnir.h2127 nir_tex_src_texture_handle, enumerator
2479 case nir_tex_src_texture_handle: in nir_tex_instr_src_type()
Dnir_validate.c911 case nir_tex_src_texture_handle: in validate_tex_instr()
/third_party/mesa3d/src/microsoft/compiler/
Ddxil_nir_lower_int_samplers.c57 tex->src[i].src_type == nir_tex_src_texture_handle || in dx_get_texture_lod()
93 tex->src[i].src_type == nir_tex_src_texture_handle || in dx_get_texture_lod()
261 tex->src[i].src_type == nir_tex_src_texture_handle) in create_txf_from_tex()
280 tex->src[i].src_type == nir_tex_src_texture_handle) { in create_txf_from_tex()
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_shader.c542 tex->src[tex_src_idx].src_type = nir_tex_src_texture_handle; in lower_tex()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_nir.c206 const nir_src *handle = get_texture_src(tex, nir_tex_src_texture_handle); in scan_instruction()
/third_party/mesa3d/src/intel/vulkan/
Danv_nir_apply_pipeline_layout.c1153 offset_src_type = nir_tex_src_texture_handle; in lower_tex_deref()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_compiler.c1082 int idx = nir_tex_instr_src_index(tex, nir_tex_src_texture_handle); in lower_bindless_instr()
/third_party/mesa3d/src/compiler/glsl/
Dglsl_to_nir.cpp2432 instr->src[0].src_type = nir_tex_src_texture_handle; in visit()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_nir.c2150 int tex_src_index = nir_tex_instr_src_index(instr, nir_tex_src_texture_handle); in visit_tex()
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_nir.cpp2972 int texHandleIdx = nir_tex_instr_src_index(insn, nir_tex_src_texture_handle); in visit()
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
Dnir_to_spirv.c3202 case nir_tex_src_texture_handle: in emit_tex()
/third_party/mesa3d/src/intel/compiler/
Dbrw_fs_nir.cpp6133 case nir_tex_src_texture_handle: in nir_emit_texture()