Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/mesa3d/src/gallium/drivers/panfrost/
H A Dpan_nir_lower_res_indices.c34 nir_def *tex_offset = nir_steal_tex_src(tex, nir_tex_src_texture_offset); in lower_tex()
40 nir_tex_instr_add_src(tex, nir_tex_src_texture_offset, tex_offset); in lower_tex()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/asahi/
H A Dagx_nir_lower_bindings.c138 nir_tex_instr_src_index(tex, nir_tex_src_texture_offset) == -1 && in lower()
143 nir_def *index = nir_steal_tex_src(tex, nir_tex_src_texture_offset); in lower()
H A Dagx_nir_lower_sysvals.c261 int src_idx = nir_tex_instr_src_index(tex, nir_tex_src_texture_offset); in lower_sysvals()
/aosp_15_r20/external/mesa3d/src/microsoft/compiler/
H A Ddxil_nir_lower_int_samplers.c62 tex->src[i].src_type == nir_tex_src_texture_offset || in dx_get_texture_lod()
97 tex->src[i].src_type == nir_tex_src_texture_offset || in dx_get_texture_lod()
271 tex->src[i].src_type == nir_tex_src_texture_offset || in create_txf_from_tex()
290 tex->src[i].src_type == nir_tex_src_texture_offset || in create_txf_from_tex()
/aosp_15_r20/external/mesa3d/src/freedreno/ir3/
H A Dir3_nir_lower_tex_prefetch.c131 assert(!has_src(tex, nir_tex_src_texture_offset)); in ok_tex_samp()
156 has_src(tex, nir_tex_src_texture_offset) || in lower_tex_prefetch_block()
H A Dir3_compiler_nir.c3386 texture_idx = nir_tex_instr_src_index(tex, nir_tex_src_texture_offset); in get_tex_samp_tex_src()
3471 case nir_tex_src_texture_offset: in emit_tex()
3495 ctx, nir_tex_instr_src_index(tex, nir_tex_src_texture_offset) < 0); in emit_tex()
/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_builtin_builder.c307 tex->src[i].src_type == nir_tex_src_texture_offset || in nir_build_texture_query()
333 tex->src[i].src_type == nir_tex_src_texture_offset || in nir_build_texture_query()
H A Dnir_lower_samplers.c102 src->src_type = is_sampler ? nir_tex_src_sampler_offset : nir_tex_src_texture_offset; in lower_tex_src_to_offset()
H A Dnir_opt_non_uniform_access.c164 case nir_tex_src_texture_offset: in opt_non_uniform_tex_access()
H A Dnir_lower_non_uniform_access.c116 case nir_tex_src_texture_offset: in lower_non_uniform_tex_access()
H A Dnir_lower_cl_images.c235 tex->src[count].src_type = nir_tex_src_texture_offset; in nir_lower_cl_images()
H A Dnir_opt_constant_folding.c399 nir_tex_src_texture_offset); in try_fold_tex()
H A Dnir_opt_gcm.c346 case nir_tex_src_texture_offset: in gcm_pin_instructions()
H A Dnir_builder.c293 case nir_tex_src_texture_offset: in nir_build_tex_deref_instr()
H A Dnir_divergence_analysis.c843 case nir_tex_src_texture_offset: in visit_tex()
H A Dnir_validate.c923 case nir_tex_src_texture_offset: in validate_tex_instr()
H A Dnir_lower_tex.c1489 case nir_tex_src_texture_offset: in lower_index_to_offset()
/aosp_15_r20/external/mesa3d/src/intel/compiler/
H A Dintel_nir_lower_sparse.c128 nir_tex_src_texture_offset : in lower_sparse_image_load()
/aosp_15_r20/external/mesa3d/src/amd/common/
H A Dac_nir_lower_image_opcodes_cdna.c466 case nir_tex_src_texture_offset: in lower_image_opcodes()
/aosp_15_r20/external/mesa3d/src/asahi/lib/
H A Dagx_nir_lower_texture.c750 [nir_tex_src_texture_offset] = {true, 16}, in agx_nir_lower_texture()
/aosp_15_r20/external/mesa3d/src/panfrost/vulkan/
H A Dpanvk_vX_nir_lower_descriptors.c764 nir_tex_instr_add_src(tex, nir_tex_src_texture_offset, index_ssa); in lower_tex()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_instr_tex.cpp817 case nir_tex_src_texture_offset: in Inputs()
/aosp_15_r20/external/mesa3d/src/intel/vulkan_hasvk/
H A Danv_nir_apply_pipeline_layout.c997 offset_src_type = nir_tex_src_texture_offset; in lower_tex_deref()
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_nir.c2357 case nir_tex_src_texture_offset: in visit_txs()
2589 case nir_tex_src_texture_offset: in visit_tex()
/aosp_15_r20/external/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_pipeline.c204 int idx = nir_tex_instr_src_index(tex_instr, nir_tex_src_texture_offset); in fixup_tex_instr()

12