Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/compiler/
DParseHelper.cpp527 bool matrixInMatrix = false; in constructorErrorCheck() local
534 matrixInMatrix = true; in constructorErrorCheck()
557 if (matrixInMatrix && !type->isArray()) { in constructorErrorCheck()
574 if (!type->isMatrix() || !matrixInMatrix) { in constructorErrorCheck()
/external/deqp-deps/glslang/glslang/MachineIndependent/
DParseHelper.cpp2662 bool matrixInMatrix = false; in constructorError() local
2675 matrixInMatrix = true; in constructorError()
2856 if (matrixInMatrix && ! type.isArray()) { in constructorError()
/external/deqp-deps/glslang/hlsl/
DhlslParseHelper.cpp6353 bool matrixInMatrix = false; in constructorError() local
6365 matrixInMatrix = true; in constructorError()
6436 if (matrixInMatrix && ! type.isArray()) { in constructorError()