Home
last modified time | relevance | path

Searched refs:nir_tex_src_texture_handle (Results 1 – 24 of 24) 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.c2788 int texture_idx = nir_tex_instr_src_index(tex, nir_tex_src_texture_handle); in get_tex_samp_tex_src()
2969 case nir_tex_src_texture_handle: in emit_tex()
/third_party/mesa3d/src/compiler/nir/
Dnir_builtin_builder.c346 tex->src[i].src_type == nir_tex_src_texture_handle || in nir_get_texture_size()
367 tex->src[i].src_type == nir_tex_src_texture_handle || in nir_get_texture_size()
399 tex->src[i].src_type == nir_tex_src_texture_handle || in nir_get_texture_lod()
422 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_group_loads.c146 case nir_tex_src_texture_handle: in get_uniform_inst_resource()
Dnir_opt_gcm.c359 case nir_tex_src_texture_handle: in gcm_pin_instructions()
Dnir_divergence_analysis.c654 case nir_tex_src_texture_handle: in visit_tex()
Dnir.c3360 case nir_tex_src_texture_handle: in nir_tex_instr_src_type()
3402 if (instr->src[src].src_type == nir_tex_src_texture_handle || in nir_tex_instr_src_size()
Dnir_print.c1315 case nir_tex_src_texture_handle: in print_tex_instr()
Dnir_validate.c922 case nir_tex_src_texture_handle: in validate_tex_instr()
Dnir.h2101 nir_tex_src_texture_handle, enumerator
/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/amd/vulkan/
Dradv_nir_apply_pipeline_layout.c513 tex->src[i].src_type = nir_tex_src_texture_handle; in apply_layout_to_tex()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_info.c396 const nir_src *handle = get_texture_src(tex, nir_tex_src_texture_handle); in scan_instruction()
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_shader.c550 tex->src[tex_src_idx].src_type = nir_tex_src_texture_handle; in lower_tex()
/third_party/mesa3d/src/intel/vulkan/
Danv_nir_apply_pipeline_layout.c1146 offset_src_type = nir_tex_src_texture_handle; in lower_tex_deref()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_compiler.c2418 int idx = nir_tex_instr_src_index(tex, nir_tex_src_texture_handle); in lower_bindless_instr()
2898 int handle = nir_tex_instr_src_index(tex, nir_tex_src_texture_handle); in match_tex_dests_instr()
/third_party/mesa3d/src/amd/llvm/
Dac_nir_to_llvm.c4543 case nir_tex_src_texture_handle: in tex_fetch_ptrs()
4547 if (instr->src[i].src_type == nir_tex_src_texture_handle) in tex_fetch_ptrs()
4552 if (instr->src[i].src_type == nir_tex_src_texture_handle) in tex_fetch_ptrs()
/third_party/mesa3d/src/compiler/glsl/
Dglsl_to_nir.cpp2506 instr->src[0].src_type = nir_tex_src_texture_handle; in visit()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_nir.c2439 int tex_src_index = nir_tex_instr_src_index(instr, nir_tex_src_texture_handle); in visit_tex()
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_from_nir.cpp3013 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.c3461 case nir_tex_src_texture_handle: in emit_tex()
/third_party/mesa3d/src/intel/compiler/
Dbrw_fs_nir.cpp6374 case nir_tex_src_texture_handle: in nir_emit_texture()
/third_party/mesa3d/src/amd/compiler/
Daco_instruction_selection.cpp9426 case nir_tex_src_texture_handle: in visit_tex()