Searched refs:IR2_CF (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a2xx/
H A Dir2_ra.c32 if (instr->type == IR2_CF)
H A Dir2_private.h85 IR2_CF, enumerator in enum:ir2_instr::__anon0ec1ae090103
H A Dir2.c234 instr->type == IR2_CF || /* CF/MEM must be alone */
237 /* it works because IR2_CF is always at end of block
H A Dir2_assemble.c389 /* catch IR2_CF since it isn't a regular instruction */
390 if (instr && instr->type == IR2_CF) {
H A Dir2_nir.c906 instr = ir2_instr_create(ctx, IR2_CF);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a2xx/
H A Dir2_ra.c33 if (instr->type == IR2_CF)
H A Dir2_private.h85 IR2_CF, enumerator in enum:ir2_instr::__anon5c5cc0dc0103
H A Dir2.c245 instr->type == IR2_CF || /* CF/MEM must be alone */
248 /* it works because IR2_CF is always at end of block
H A Dir2_assemble.c393 /* catch IR2_CF since it isn't a regular instruction */
394 if (instr && instr->type == IR2_CF) {
H A Dir2_nir.c919 instr = ir2_instr_create(ctx, IR2_CF);

Completed in 10 milliseconds