/aosp_15_r20/external/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_nir_lower_tex.cpp | 168 nir_tex_instr_remove_src(tex, lod_idx); in lower_txl_txf_array_or_cube() 170 nir_tex_instr_remove_src(tex, bias_idx); in lower_txl_txf_array_or_cube() 172 nir_tex_instr_remove_src(tex, min_lod_idx); in lower_txl_txf_array_or_cube()
|
H A D | sfn_instr_tex.cpp | 1157 nir_tex_instr_remove_src(tex, pos); in finalize()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/lima/ir/ |
H A D | lima_nir_lower_txp.c | 149 nir_tex_instr_remove_src(tex, nir_tex_instr_src_index(tex, nir_tex_src_coord)); in lima_nir_lower_txp_instr() 150 nir_tex_instr_remove_src(tex, nir_tex_instr_src_index(tex, nir_tex_src_projector)); in lima_nir_lower_txp_instr()
|
/aosp_15_r20/external/mesa3d/src/intel/compiler/ |
H A D | intel_nir_lower_texture.c | 94 nir_tex_instr_remove_src(tex, lod_index); in pack_lod_and_array_index() 159 nir_tex_instr_remove_src(tex, offset_index); in pack_lod_or_bias_and_offset()
|
H A D | intel_nir_lower_sparse.c | 183 nir_tex_instr_remove_src(sparse_tex, compare_idx); in lower_tex_compare()
|
/aosp_15_r20/external/mesa3d/src/compiler/nir/ |
H A D | nir_opt_constant_folding.c | 347 nir_tex_instr_remove_src(tex, bias_idx); in try_fold_txb_to_tex() 367 nir_tex_instr_remove_src(tex, src_idx); in try_fold_tex_offset() 388 nir_tex_instr_remove_src(tex, offset_src); in try_fold_texel_offset_src()
|
H A D | nir_remove_tex_shadow.c | 96 nir_tex_instr_remove_src(tex, index); in remove_tex_shadow()
|
H A D | nir_lower_samplers.c | 104 nir_tex_instr_remove_src(instr, src_idx); in lower_tex_src_to_offset()
|
H A D | nir_lower_tex_shadow.c | 136 nir_tex_instr_remove_src(tex, comp_index); in nir_lower_tex_shadow_impl()
|
H A D | nir_lower_tex.c | 708 nir_tex_instr_remove_src(tex, nir_tex_instr_src_index(tex, nir_tex_src_ddx)); in replace_gradient_with_lod() 709 nir_tex_instr_remove_src(tex, nir_tex_instr_src_index(tex, nir_tex_src_ddy)); in replace_gradient_with_lod()
|
H A D | nir_builder.h | 2068 nir_tex_instr_remove_src(tex, idx); in DEF_DERIV()
|
H A D | nir.c | 815 nir_tex_instr_remove_src(nir_tex_instr *tex, unsigned src_idx) in nir_tex_instr_remove_src() function
|
/aosp_15_r20/external/mesa3d/src/nouveau/compiler/ |
H A D | nak_nir_lower_tex.c | 216 nir_tex_instr_remove_src(tex, tex->num_srcs - 1); in lower_tex() 306 nir_tex_instr_remove_src(tex, tex->num_srcs - 1); in lower_txq()
|
/aosp_15_r20/external/mesa3d/src/mesa/state_tracker/ |
H A D | st_nir_lower_tex_src_plane.c | 159 nir_tex_instr_remove_src(tex, plane_index); in lower_tex_src_plane()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/etnaviv/ |
H A D | etnaviv_nir.c | 137 nir_tex_instr_remove_src(tex, src1_idx); in etna_lower_io()
|
/aosp_15_r20/external/mesa3d/docs/nir/ |
H A D | tex.rst | 68 .. c:autofunction:: nir_tex_instr_remove_src
|
/aosp_15_r20/external/mesa3d/src/panfrost/vulkan/ |
H A D | panvk_vX_nir_lower_descriptors.c | 728 nir_tex_instr_remove_src(tex, sampler_src_idx); in lower_tex() 752 nir_tex_instr_remove_src(tex, tex_src_idx); in lower_tex()
|
/aosp_15_r20/external/mesa3d/src/intel/vulkan_hasvk/ |
H A D | anv_nir_apply_pipeline_layout.c | 1043 nir_tex_instr_remove_src(tex, deref_src_idx); in lower_tex_deref() 1056 nir_tex_instr_remove_src(tex, plane_src_idx); in tex_instr_get_and_remove_plane_src()
|
/aosp_15_r20/external/mesa3d/src/amd/common/ |
H A D | ac_nir_lower_tex.c | 366 nir_tex_instr_remove_src(tex, nir_tex_instr_src_index(tex, nir_tex_src_coord)); in move_tex_coords()
|
/aosp_15_r20/external/mesa3d/src/microsoft/clc/ |
H A D | clc_compiler.c | 264 nir_tex_instr_remove_src(tex, nir_tex_instr_src_index(tex, nir_tex_src_texture_deref)); in clc_lower_input_image_deref()
|
/aosp_15_r20/external/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_pipeline.c | 584 nir_tex_instr_remove_src(tex, plane_src_idx); in tex_instr_get_and_remove_plane_src() 646 nir_tex_instr_remove_src(instr, src_idx); in lower_tex_src()
|
/aosp_15_r20/external/mesa3d/src/gallium/frontends/lavapipe/ |
H A D | lvp_pipeline.c | 212 nir_tex_instr_remove_src(tex_instr, idx); in fixup_tex_instr()
|
/aosp_15_r20/external/mesa3d/src/intel/vulkan/ |
H A D | anv_nir_apply_pipeline_layout.c | 1847 nir_tex_instr_remove_src(tex, plane_src_idx); in tex_instr_get_and_remove_plane_src()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r300/compiler/ |
H A D | nir_to_rc.c | 2223 nir_tex_instr_remove_src(instr, tex_src); in nir_to_rc_lower_tex_instr_arg()
|
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/nir/ |
H A D | nir_to_tgsi.c | 3608 nir_tex_instr_remove_src(instr, tex_src); in nir_to_tgsi_lower_tex_instr_arg()
|