Searched refs:OPC_META_FO (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/
H A Dir3_print.c54 case OPC_META_FO: printf("_meta:fo"); break;
182 if (instr->opc == OPC_META_FO) {
H A Dir3_depth.c177 if (instr->opc == OPC_META_FO) {
H A Dir3_sched.c77 if ((src->opc == OPC_META_FI) || (src->opc == OPC_META_FO)) {
100 if ((src->opc == OPC_META_FI) || (src->opc == OPC_META_FO)) {
111 if ((instr->opc == OPC_META_FI) || (instr->opc == OPC_META_FO))
131 if ((instr->opc == OPC_META_FI) || (instr->opc == OPC_META_FO))
H A Dir3_context.c268 if (ctx->last_dst[i]->opc == OPC_META_FO)
370 struct ir3_instruction *split = ir3_instr_create(block, OPC_META_FO);
H A Dir3_ra.c502 if (d->opc == OPC_META_FO) {
513 if (instr->opc == OPC_META_FO)
519 debug_assert(d->opc != OPC_META_FO);
H A Dinstr-a3xx.h212 OPC_META_FO = _OPC(-1, 2), enumerator in enum:__anon3a3a0e460103
H A Dir3_cp.c70 if (src_instr->opc == OPC_META_FO)
H A Dir3_compiler_nir.c2862 if (out->opc == OPC_META_FO) {

Completed in 14 milliseconds