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

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_peephole.cpp246 unsigned int foldCount; member in class:nv50_ir::ConstantFolding
257 foldCount = 0;
260 } while (foldCount && ++iterCount < 2);
494 ++foldCount;
824 foldCount++;
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_peephole.cpp246 unsigned int foldCount; member in class:nv50_ir::ConstantFolding
257 foldCount = 0;
260 } while (foldCount && ++iterCount < 2);
494 ++foldCount;
824 foldCount++;

Completed in 659 milliseconds