Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/compiler/
DIntermediate.cpp1468 int tempNumCols = rightNumCols; in fold() local
1471 tempConstArray = new ConstantUnion[tempNumCols*tempNumRows]; in fold()
1473 for (int column = 0; column < tempNumCols; column++) { in fold()
1481 returnType.setNominalSize(static_cast<unsigned char>(tempNumCols)); in fold()