Home
last modified time | relevance | path

Searched defs:matrixRows (Results 1 – 5 of 5) sorted by relevance

/third_party/glslang/glslang/MachineIndependent/
DparseConst.cpp64 int matrixRows; member in glslang::TConstTraverser
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DparseConst.cpp56 int matrixRows; // number of rows in the matrix (nominal size and not the instance size) member in TConstTraverser
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DIntermNode.cpp2251 const int matrixRows = leftType.getRows(); in FoldBinary() local
2275 const int matrixRows = rightType.getRows(); in FoldBinary() local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DIntermNode.cpp2602 const int matrixRows = leftType.getRows(); in FoldBinary() local
2626 const int matrixRows = rightType.getRows(); in FoldBinary() local
/third_party/glslang/glslang/Include/
DTypes.h1358 int matrixRows : 4; variable
2464 int matrixRows : 4; variable