Searched refs:nir_texop_fragment_fetch_amd (Results 1 – 7 of 7) sorted by relevance
201 tex->op == nir_texop_fragment_fetch_amd) { in nir_lower_input_attachments()
1106 case nir_texop_fragment_fetch_amd: in print_tex_instr()
1239 tex->op = nir_texop_fragment_fetch_amd; in nir_lower_ms_txf_to_fragment_fetch()
2184 nir_texop_fragment_fetch_amd, /**< Multisample fragment color texture fetch */ enumerator
1576 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()
2723 texop = nir_texop_fragment_fetch_amd; in vtn_handle_texture()2762 case nir_texop_fragment_fetch_amd: in vtn_handle_texture()
9397 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()