Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/nir/
Dnir_lower_input_attachments.c201 tex->op == nir_texop_fragment_fetch_amd) { in nir_lower_input_attachments()
Dnir_print.c1106 case nir_texop_fragment_fetch_amd: in print_tex_instr()
Dnir_lower_tex.c1239 tex->op = nir_texop_fragment_fetch_amd; in nir_lower_ms_txf_to_fragment_fetch()
Dnir.h2184 nir_texop_fragment_fetch_amd, /**< Multisample fragment color texture fetch */ enumerator
/third_party/mesa3d/src/amd/llvm/
Dac_nir_to_llvm.c1576 case nir_texop_fragment_fetch_amd: in build_tex_intrinsic()
4753 … instr->op != nir_texop_fragment_fetch_amd && instr->op != nir_texop_fragment_mask_fetch_amd) { in visit_tex()
4771 if (sample_index && (instr->op == nir_texop_txf_ms || instr->op == nir_texop_fragment_fetch_amd)) in visit_tex()
4790 instr->op != nir_texop_txs && instr->op != nir_texop_fragment_fetch_amd && in visit_tex()
/third_party/mesa3d/src/compiler/spirv/
Dspirv_to_nir.c2723 texop = nir_texop_fragment_fetch_amd; in vtn_handle_texture()
2762 case nir_texop_fragment_fetch_amd: in vtn_handle_texture()
/third_party/mesa3d/src/amd/compiler/
Daco_instruction_selection.cpp9397 instr->is_array && instr->op != nir_texop_txf && instr->op != nir_texop_fragment_fetch_amd && in visit_tex()
9621 if (instr->op == nir_texop_txf || instr->op == nir_texop_fragment_fetch_amd || in visit_tex()