Home
last modified time | relevance | path

Searched refs:nir_tex_src_texture_offset (Results 1 – 25 of 26) sorted by relevance

12

/third_party/mesa3d/src/freedreno/ir3/
Dir3_nir_lower_tex_prefetch.c145 assert(!has_src(tex, nir_tex_src_texture_offset)); in ok_tex_samp()
170 has_src(tex, nir_tex_src_texture_offset) || in lower_tex_prefetch_block()
Dir3_compiler_nir.c2351 texture_idx = nir_tex_instr_src_index(tex, nir_tex_src_texture_offset); in get_tex_samp_tex_src()
2436 case nir_tex_src_texture_offset: in emit_tex()
2460 ctx, nir_tex_instr_src_index(tex, nir_tex_src_texture_offset) < 0); in emit_tex()
/third_party/mesa3d/src/compiler/nir/
Dnir_builtin_builder.c323 tex->src[i].src_type == nir_tex_src_texture_offset || in nir_get_texture_size()
344 tex->src[i].src_type == nir_tex_src_texture_offset || in nir_get_texture_size()
376 tex->src[i].src_type == nir_tex_src_texture_offset || in nir_get_texture_lod()
399 tex->src[i].src_type == nir_tex_src_texture_offset || in nir_get_texture_lod()
Dnir_lower_samplers.c105 nir_tex_src_texture_offset; in lower_tex_src_to_offset()
Dnir_lower_non_uniform_access.c118 case nir_tex_src_texture_offset: in lower_non_uniform_tex_access()
Dnir_opt_gcm.c352 case nir_tex_src_texture_offset: in gcm_pin_instructions()
Dnir_divergence_analysis.c572 case nir_tex_src_texture_offset: in visit_tex()
Dnir_print.c1174 case nir_tex_src_texture_offset: in print_tex_instr()
Dnir.h2100 nir_tex_src_texture_offset, enumerator
2477 case nir_tex_src_texture_offset: in nir_tex_instr_src_type()
Dnir_validate.c905 case nir_tex_src_texture_offset: in validate_tex_instr()
/third_party/mesa3d/src/microsoft/compiler/
Ddxil_nir_lower_int_samplers.c55 tex->src[i].src_type == nir_tex_src_texture_offset || in dx_get_texture_lod()
91 tex->src[i].src_type == nir_tex_src_texture_offset || in dx_get_texture_lod()
260 tex->src[i].src_type == nir_tex_src_texture_offset || in create_txf_from_tex()
279 tex->src[i].src_type == nir_tex_src_texture_offset || in create_txf_from_tex()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_lower_vulkan_resource.c139 nir_tex_instr_add_src(tex, nir_tex_src_texture_offset, deref_instr->arr.index); in lower_vri_instr_tex_deref()
/third_party/mesa3d/src/gallium/frontends/clover/nir/
Dinvocation.cpp167 tex->src[count].src_type = nir_tex_src_texture_offset; in clover_nir_lower_images()
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_shader.c546 tex->src[tex_src_idx].src_type = nir_tex_src_texture_offset; in lower_tex()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_emittexinstruction.cpp580 case nir_tex_src_texture_offset: in get_inputs()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_nir.c1949 case nir_tex_src_texture_offset: in visit_txs()
2112 case nir_tex_src_texture_offset: in visit_tex()
/third_party/mesa3d/src/asahi/compiler/
Dagx_compile.c805 case nir_tex_src_texture_offset: in agx_emit_tex()
/third_party/mesa3d/src/intel/vulkan/
Danv_nir_apply_pipeline_layout.c1162 offset_src_type = nir_tex_src_texture_offset; in lower_tex_deref()
/third_party/mesa3d/src/intel/compiler/
Dbrw_vec4_nir.cpp2070 case nir_tex_src_texture_offset: { in nir_emit_texture()
Dbrw_fs_nir.cpp6117 case nir_tex_src_texture_offset: { in nir_emit_texture()
6134 assert(nir_tex_instr_src_index(instr, nir_tex_src_texture_offset) == -1); in nir_emit_texture()
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_pipeline.c696 nir_tex_src_texture_offset; in lower_tex_src_to_offset()
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_nir.cpp2970 int texOffIdx = nir_tex_instr_src_index(insn, nir_tex_src_texture_offset); in visit()
/third_party/mesa3d/src/panfrost/bifrost/
Dbifrost_compile.c2698 case nir_tex_src_texture_offset: in bi_emit_texc()
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
Dnir_to_spirv.c3193 case nir_tex_src_texture_offset: in emit_tex()
/third_party/mesa3d/src/amd/llvm/
Dac_nir_to_llvm.c4604 case nir_tex_src_texture_offset: in visit_tex()

12