HomeSort by relevance Sort by last modified time
    Searched defs:matrixRows (Results 1 - 2 of 2) sorted by null

  /external/deqp-deps/glslang/glslang/MachineIndependent/
parseConst.cpp 49 matrixCols(0), matrixRows(0) { index = 0; tOp = EOpNull; }
64 int matrixRows;
88 matrixRows = node->getType().getMatrixRows();
107 matrixRows = 0;
156 for (int r = 0; r < matrixRows; ++r) {
157 int targetOffset = index + c * matrixRows + r;
175 if (i == startIndex || (i - startIndex) % (matrixRows + 1) == 0 )
  /external/swiftshader/src/OpenGL/compiler/
parseConst.cpp 33 matrixRows(0) {
56 int matrixRows; // number of rows in the matrix (nominal size and not the instance size)
127 matrixRows = node->getType().getSecondarySize();
145 matrixRows = 0;
206 if (element - i == 0 || (i - element) % (matrixRows + 1) == 0 )

Completed in 77 milliseconds