Searched defs:nextValid (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_util.h386 nextValid();
389 void nextValid() { while ((pos < size) && !data[pos].p) ++pos; } function in class:nv50_ir::ArrayList
391 void next() { if (pos < size) { ++pos; nextValid(); } }
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_util.h386 nextValid();
389 void nextValid() { while ((pos < size) && !data[pos].p) ++pos; } function in class:nv50_ir::ArrayList
391 void next() { if (pos < size) { ++pos; nextValid(); } }

Completed in 65 milliseconds