Home
last modified time | relevance | path

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

/external/angle/src/common/
Dmatrix_utils.h78 unsigned int resultCols = m.columns();
79 Matrix<T> result(std::vector<T>(resultRows * resultCols), resultRows, resultCols);
82 for (unsigned int j = 0; j < resultCols; j++)
/external/angle/src/compiler/translator/
DIntermNode.cpp834 int resultCols = getType().getCols(); in getConstantValue() local
836 for (int col = 0; col < resultCols; ++col) in getConstantValue()
868 int resultCols = getType().getCols(); in getConstantValue() local
870 for (int col = 0; col < resultCols; ++col) in getConstantValue()
2219 const int resultCols = rightCols; in FoldBinary() local
2222 resultArray = new TConstantUnion[resultCols * resultRows]; in FoldBinary()
2225 for (int column = 0; column < resultCols; column++) in FoldBinary()