Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/compiler/
DIntermediate.cpp1469 int tempNumRows = leftNumRows; in fold() local
1471 tempConstArray = new ConstantUnion[tempNumCols*tempNumRows]; in fold()
1472 for (int row = 0; row < tempNumRows; row++) { in fold()
1474 tempConstArray[tempNumRows * column + row].setFConst(0.0f); in fold()
1476 …tempConstArray[tempNumRows * column + row].setFConst(tempConstArray[tempNumRows * column + row].ge… in fold()
1482 returnType.setSecondarySize(static_cast<unsigned char>(tempNumRows)); in fold()