Home
last modified time | relevance | path

Searched refs:nir_tex_src_texture_offset (Results 1 – 25 of 31) 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.c2882 texture_idx = nir_tex_instr_src_index(tex, nir_tex_src_texture_offset); in get_tex_samp_tex_src()
2967 case nir_tex_src_texture_offset: in emit_tex()
2991 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.c344 tex->src[i].src_type == nir_tex_src_texture_offset || in nir_get_texture_size()
365 tex->src[i].src_type == nir_tex_src_texture_offset || in nir_get_texture_size()
397 tex->src[i].src_type == nir_tex_src_texture_offset || in nir_get_texture_lod()
420 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_constant_folding.c355 nir_tex_src_texture_offset); in try_fold_tex()
Dnir_opt_gcm.c358 case nir_tex_src_texture_offset: in gcm_pin_instructions()
Dnir_divergence_analysis.c655 case nir_tex_src_texture_offset: in visit_tex()
Dnir_print.c1309 case nir_tex_src_texture_offset: in print_tex_instr()
Dnir_validate.c919 case nir_tex_src_texture_offset: in validate_tex_instr()
Dnir.c3358 case nir_tex_src_texture_offset: in nir_tex_instr_src_type()
/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.c217 nir_tex_instr_add_src(tex, nir_tex_src_texture_offset, deref_instr->arr.index); in lower_vri_instr_tex_deref()
Dlvp_pipeline.c304 int idx = nir_tex_instr_src_index(tex_instr, nir_tex_src_texture_offset); in fixup_tex_instr()
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_vX_nir_lower_descriptors.c511 nir_tex_instr_add_src(tex, nir_tex_src_texture_offset, in lower_tex()
/third_party/mesa3d/src/gallium/frontends/clover/nir/
Dinvocation.cpp196 tex->src[count].src_type = nir_tex_src_texture_offset; in clover_nir_lower_images()
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_shader.c554 tex->src[tex_src_idx].src_type = nir_tex_src_texture_offset; in lower_tex()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instr_tex.cpp1001 case nir_tex_src_texture_offset: in Inputs()
/third_party/mesa3d/src/intel/vulkan/
Danv_nir_apply_pipeline_layout.c1155 offset_src_type = nir_tex_src_texture_offset; in lower_tex_deref()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_nir.c2233 case nir_tex_src_texture_offset: in visit_txs()
2401 case nir_tex_src_texture_offset: in visit_tex()
/third_party/mesa3d/src/asahi/compiler/
Dagx_compile.c961 case nir_tex_src_texture_offset: in agx_emit_tex()
/third_party/mesa3d/src/intel/compiler/
Dbrw_vec4_nir.cpp2042 case nir_tex_src_texture_offset: { in nir_emit_texture()
Dbrw_fs_nir.cpp6358 case nir_tex_src_texture_offset: { in nir_emit_texture()
6375 assert(nir_tex_instr_src_index(instr, nir_tex_src_texture_offset) == -1); in nir_emit_texture()
/third_party/mesa3d/src/panfrost/bifrost/
Dbifrost_compile.c3495 case nir_tex_src_texture_offset: in bi_emit_texc()
3684 case nir_tex_src_texture_offset: in bi_emit_tex_valhall()
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_pipeline.c720 nir_tex_src_texture_offset; in lower_tex_src_to_offset()

12