Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_util.h386 nextValid(); in Iterator()
389 void nextValid() { while ((pos < size) && !data[pos].p) ++pos; } in nextValid() function
391 void next() { if (pos < size) { ++pos; nextValid(); } } in next()