Home
last modified time | relevance | path

Searched refs:nir_texop_fragment_fetch (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/compiler/nir/
Dnir_lower_input_attachments.c202 tex->op == nir_texop_fragment_fetch) { in nir_lower_input_attachments()
Dnir_print.c1142 case nir_texop_fragment_fetch: in print_tex_instr()
Dnir.h2229 nir_texop_fragment_fetch, /**< Multisample fragment color texture fetch */ enumerator
/external/mesa3d/src/amd/llvm/
Dac_nir_to_llvm.c1446 case nir_texop_fragment_fetch: in build_tex_intrinsic()
4260 instr->op != nir_texop_fragment_fetch && instr->op != nir_texop_fragment_mask_fetch) { in visit_tex()
4278 if (sample_index && (instr->op == nir_texop_txf_ms || instr->op == nir_texop_fragment_fetch)) in visit_tex()
4297 instr->op != nir_texop_txs && instr->op != nir_texop_fragment_fetch && in visit_tex()
/external/mesa3d/src/compiler/spirv/
Dspirv_to_nir.c2624 texop = nir_texop_fragment_fetch; in vtn_handle_texture()
2663 case nir_texop_fragment_fetch: in vtn_handle_texture()
/external/mesa3d/src/amd/compiler/
Daco_instruction_selection.cpp8849 instr->op != nir_texop_fragment_fetch && in visit_tex()
8871 instr->op != nir_texop_fragment_fetch && in visit_tex()
9109 instr->op == nir_texop_fragment_fetch || in visit_tex()