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

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_from_tgsi.cpp596 int tempArrayCount; member in class:tgsi::Source
660 tempArrayCount = 0;
911 if (decl->Dim.Index2D >= tempArrayCount)
912 tempArrayCount = decl->Dim.Index2D + 1;
1301 assert(idx < code->tempArrayCount);
2315 for (int vol = 0, i = 0; i < code->tempArrayCount; ++i) {
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_from_tgsi.cpp596 int tempArrayCount; member in class:tgsi::Source
660 tempArrayCount = 0;
911 if (decl->Dim.Index2D >= tempArrayCount)
912 tempArrayCount = decl->Dim.Index2D + 1;
1301 assert(idx < code->tempArrayCount);
2315 for (int vol = 0, i = 0; i < code->tempArrayCount; ++i) {

Completed in 342 milliseconds