Home
last modified time | relevance | path

Searched defs:matrixRows (Results 1 – 4 of 4) 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/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.h1456 uint32_t matrixRows : 4; variable
2849 uint32_t matrixRows : 4; variable