Home
last modified time | relevance | path

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

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