/third_party/mesa3d/src/freedreno/ir3/ |
D | ir3_nir_lower_tex_prefetch.c | 137 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()
|
D | ir3_compiler_nir.c | 2788 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/ |
D | nir_builtin_builder.c | 346 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()
|
D | nir_lower_non_uniform_access.c | 119 case nir_tex_src_texture_handle: in lower_non_uniform_tex_access()
|
D | nir_group_loads.c | 146 case nir_tex_src_texture_handle: in get_uniform_inst_resource()
|
D | nir_opt_gcm.c | 359 case nir_tex_src_texture_handle: in gcm_pin_instructions()
|
D | nir_divergence_analysis.c | 654 case nir_tex_src_texture_handle: in visit_tex()
|
D | nir.c | 3360 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()
|
D | nir_print.c | 1315 case nir_tex_src_texture_handle: in print_tex_instr()
|
D | nir_validate.c | 922 case nir_tex_src_texture_handle: in validate_tex_instr()
|
D | nir.h | 2101 nir_tex_src_texture_handle, enumerator
|
/third_party/mesa3d/src/microsoft/compiler/ |
D | dxil_nir_lower_int_samplers.c | 57 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/ |
D | radv_nir_apply_pipeline_layout.c | 513 tex->src[i].src_type = nir_tex_src_texture_handle; in apply_layout_to_tex()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader_info.c | 396 const nir_src *handle = get_texture_src(tex, nir_tex_src_texture_handle); in scan_instruction()
|
/third_party/mesa3d/src/freedreno/vulkan/ |
D | tu_shader.c | 550 tex->src[tex_src_idx].src_type = nir_tex_src_texture_handle; in lower_tex()
|
/third_party/mesa3d/src/intel/vulkan/ |
D | anv_nir_apply_pipeline_layout.c | 1146 offset_src_type = nir_tex_src_texture_handle; in lower_tex_deref()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_compiler.c | 2418 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/ |
D | ac_nir_to_llvm.c | 4543 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/ |
D | glsl_to_nir.cpp | 2506 instr->src[0].src_type = nir_tex_src_texture_handle; in visit()
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_nir.c | 2439 int tex_src_index = nir_tex_instr_src_index(instr, nir_tex_src_texture_handle); in visit_tex()
|
/third_party/mesa3d/src/nouveau/codegen/ |
D | nv50_ir_from_nir.cpp | 3013 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/ |
D | nir_to_spirv.c | 3461 case nir_tex_src_texture_handle: in emit_tex()
|
/third_party/mesa3d/src/intel/compiler/ |
D | brw_fs_nir.cpp | 6374 case nir_tex_src_texture_handle: in nir_emit_texture()
|
/third_party/mesa3d/src/amd/compiler/ |
D | aco_instruction_selection.cpp | 9426 case nir_tex_src_texture_handle: in visit_tex()
|