Searched refs:nir_texop_fragment_fetch (Results 1 – 6 of 6) sorted by relevance
202 tex->op == nir_texop_fragment_fetch) { in nir_lower_input_attachments()
1142 case nir_texop_fragment_fetch: in print_tex_instr()
2229 nir_texop_fragment_fetch, /**< Multisample fragment color texture fetch */ enumerator
1446 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()
2624 texop = nir_texop_fragment_fetch; in vtn_handle_texture()2663 case nir_texop_fragment_fetch: in vtn_handle_texture()
8849 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()