Home
last modified time | relevance | path

Searched refs:nir_texop_fragment_fetch_amd (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_lower_input_attachments.c191 tex->op == nir_texop_fragment_fetch_amd) in lower_input_attachments_instr()
H A Dnir_lower_mediump.c950 tex->op != nir_texop_fragment_fetch_amd) in opt_16bit_tex_dest()
975 tex->op != nir_texop_fragment_fetch_amd && in opt_16bit_tex_srcs()
H A Dnir.c3203 case nir_texop_fragment_fetch_amd: in nir_tex_instr_is_query()
3236 case nir_texop_fragment_fetch_amd: in nir_tex_instr_src_type()
3249 case nir_texop_fragment_fetch_amd: in nir_tex_instr_src_type()
H A Dnir_lower_tex.c1428 tex->op = nir_texop_fragment_fetch_amd; in nir_lower_ms_txf_to_fragment_fetch()
H A Dnir_print.c1725 case nir_texop_fragment_fetch_amd: in print_tex_instr()
H A Dnir.h2404 nir_texop_fragment_fetch_amd, enumerator
/aosp_15_r20/external/mesa3d/src/amd/vulkan/meta/
H A Dradv_meta_fmask_copy.c72 …nir_def *outval = nir_build_tex_deref_instr(&b, nir_texop_fragment_fetch_amd, nir_build_deref_var(… in build_fmask_copy_compute_shader()
/aosp_15_r20/external/mesa3d/src/amd/llvm/
H A Dac_nir_to_llvm.c1497 case nir_texop_fragment_fetch_amd: in build_tex_intrinsic()
4015 if (sample_index && (instr->op == nir_texop_txf_ms || instr->op == nir_texop_fragment_fetch_amd)) in visit_tex()
/aosp_15_r20/external/mesa3d/src/compiler/spirv/
H A Dspirv_to_nir.c3226 texop = nir_texop_fragment_fetch_amd; in vtn_handle_texture()
3267 case nir_texop_fragment_fetch_amd: in vtn_handle_texture()
/aosp_15_r20/external/mesa3d/src/amd/compiler/
H A Daco_instruction_selection.cpp9998 if (instr->op == nir_texop_txf || instr->op == nir_texop_fragment_fetch_amd || in visit_tex()