Lines Matching refs:getMatrixRows
121 newComps = rightNode->getMatrixCols() * getMatrixRows(); in fold()
124 newComps = getMatrixRows(); in fold()
167 for (int row = 0; row < getMatrixRows(); row++) { in fold()
170 for (int i = 0; i < rightNode->getMatrixRows(); i++) in fold()
171 …sum += leftUnionArray[i * getMatrixRows() + row].getDConst() * rightUnionArray[column * rightNode-… in fold()
172 newConstArray[column * getMatrixRows() + row].setDConst(sum); in fold()
175 …lowCopy(TType(getType().getBasicType(), EvqConst, 0, rightNode->getMatrixCols(), getMatrixRows())); in fold()
262 for (int i = 0; i < getMatrixRows(); i++) { in fold()
265 … sum += leftUnionArray[j*getMatrixRows() + i].getDConst() * rightUnionArray[j].getDConst(); in fold()
270 returnType.shallowCopy(TType(getBasicType(), EvqConst, getMatrixRows())); in fold()
277 …sum += leftUnionArray[j].getDConst() * rightUnionArray[i*rightNode->getMatrixRows() + j].getDConst… in fold()