Searched refs:LastRead (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/
H A Dr3xx_vertprog.c557 struct rc_instruction * LastRead; member in struct:temporary_allocation
601 * instruction as their LastRead. */
627 ta[inst->U.I.SrcReg[i].Index].LastRead = end_loop ? end_loop : inst;
641 if (ta[orig].Allocated && inst == ta[orig].LastRead)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/
H A Dr3xx_vertprog.c560 struct rc_instruction * LastRead; member in struct:temporary_allocation
622 * instruction as their LastRead. */
648 ta[inst->U.I.SrcReg[i].Index].LastRead = end_loop ? end_loop : inst;
662 if (ta[orig].Allocated && inst == ta[orig].LastRead)

Completed in 4 milliseconds