Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/nir/
Dnir_lower_input_attachments.c201 if (tex->op == nir_texop_fragment_mask_fetch || in nir_lower_input_attachments()
Dnir.h2230 nir_texop_fragment_mask_fetch,/**< Multisample fragment mask texture fetch */ enumerator
2346 case nir_texop_fragment_mask_fetch: in nir_tex_instr_dest_size()
Dnir_print.c1145 case nir_texop_fragment_mask_fetch: in print_tex_instr()
/external/mesa3d/src/amd/llvm/
Dac_nir_to_llvm.c1447 case nir_texop_fragment_mask_fetch: in build_tex_intrinsic()
4028 if (instr->op == nir_texop_fragment_mask_fetch) { in tex_fetch_ptrs()
4260 instr->op != nir_texop_fragment_fetch && instr->op != nir_texop_fragment_mask_fetch) { in visit_tex()
4298 instr->op != nir_texop_fragment_mask_fetch) { in visit_tex()
4339 if (instr->op == nir_texop_fragment_mask_fetch) { in visit_tex()
/external/mesa3d/src/compiler/spirv/
Dspirv_to_nir.c2628 texop = nir_texop_fragment_mask_fetch; in vtn_handle_texture()
2664 case nir_texop_fragment_mask_fetch: in vtn_handle_texture()
/external/mesa3d/src/amd/compiler/
Daco_instruction_selection.cpp8492 } else if (instr->op == nir_texop_fragment_mask_fetch) { in tex_fetch_ptrs()
8850 instr->op != nir_texop_fragment_mask_fetch) in visit_tex()
8872 instr->op != nir_texop_fragment_mask_fetch) { in visit_tex()
9110 instr->op == nir_texop_fragment_mask_fetch) { in visit_tex()