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

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_ra.cpp1570 const int32_t entryEnd = offset + size; local
1577 while (it != slots.end() && it->offset < entryEnd) {
1583 if (it == slots.end() || it->offset >= entryEnd) {
1585 for (; bgn != slots.end() && bgn->offset < entryEnd; ++bgn) {

Completed in 119 milliseconds