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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_ra.cpp1608 const int32_t entryEnd = offset + size; local in function:nv50_ir::SpillCodeInserter::assignSlot
1615 while (it != slots.end() && it->offset < entryEnd) {
1621 if (it == slots.end() || it->offset >= entryEnd) {
1623 for (; bgn != slots.end() && bgn->offset < entryEnd; ++bgn) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_ra.cpp1654 const int32_t entryEnd = offset + size; local in function:nv50_ir::SpillCodeInserter::assignSlot
1661 while (it != slots.end() && it->offset < entryEnd) {
1667 if (it == slots.end() || it->offset >= entryEnd) {
1669 for (; bgn != slots.end() && bgn->offset < entryEnd; ++bgn) {

Completed in 8 milliseconds