Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/compiler/
DIntermediate.cpp1506 int rightRow = node->getSecondarySize(); in fold() local
1507 tempConstArray = new ConstantUnion[rightCol*rightRow]; in fold()
1508 for(int row = 0; row < rightRow; row++) { in fold()
1510 …tempConstArray[rightRow * column + row].setFConst(rightUnionArray[rightCol * row + column].getFCon… in fold()
1514 returnType.setNominalSize(static_cast<unsigned char>(rightRow)); in fold()