Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/compiler/
DParseHelper.cpp567 bool matrixInMatrix = false; in constructorErrorCheck() local
574 matrixInMatrix = true; in constructorErrorCheck()
597 if (matrixInMatrix && !type->isArray()) { in constructorErrorCheck()
614 if (!type->isMatrix() || !matrixInMatrix) { in constructorErrorCheck()