Searched refs:matrixCols (Results 1 – 3 of 3) sorted by relevance
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | parseConst.cpp | 49 matrixCols(0), matrixRows(0) { index = 0; tOp = EOpNull; } in TConstTraverser() 63 int matrixCols; member in glslang::TConstTraverser 87 matrixCols = node->getType().getMatrixCols(); in visitAggregate() 106 matrixCols = 0; in visitAggregate() 155 for (int c = 0; c < matrixCols; ++c) { in visitConstantUnion()
|
D | ParseHelper.cpp | 2981 …if (pType.basicType != EbtBool || pType.arraySizes || pType.matrixCols > 1 || (pType.vectorSize > … in boolCheck()
|
/external/deqp-deps/glslang/glslang/Include/ |
D | Types.h | 1225 int matrixCols : 4; variable 1236 matrixCols = 0; in initType() 1260 matrixCols = 0; in setVector() 1267 matrixCols = c; in setMatrix() 1273 return matrixCols == 0 && vectorSize == 1 && arraySizes == nullptr && userDef == nullptr; in isScalar() 1291 … basicType(t), vectorSize(vs), matrixCols(mc), matrixRows(mr), vector1(isVector && vs == 1), in POOL_ALLOCATOR_NEW_DELETE() 1302 … basicType(t), vectorSize(vs), matrixCols(mc), matrixRows(mr), vector1(isVector && vs == 1), in basicType() 1315 … vectorSize(p.vectorSize), matrixCols(p.matrixCols), matrixRows(p.matrixRows), vector1(false), in TType() 1335 basicType(EbtSampler), vectorSize(1), matrixCols(0), matrixRows(0), vector1(false), in basicType() 1364 if (matrixCols > 0) { [all …]
|