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

/xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/
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_group.c188 if (instr->opc == OPC_META_FI)
H A Dir3_print.c55 case OPC_META_FI: printf("_meta:fi"); break;
H A Dir3_a6xx.c347 debug_assert(src->opc == OPC_META_FI);
H A Dinstr-a3xx.h213 OPC_META_FI = _OPC(-1, 3), enumerator in enum:__anon3a3a0e460103
H A Dir3_context.c310 collect = ir3_instr_create2(block, OPC_META_FI, 1 + arrsz);
H A Dir3_cp.c629 debug_assert(samp_tex->opc == OPC_META_FI);
H A Dir3_ra.c423 if (instr->opc == OPC_META_FI) {

Completed in 12 milliseconds