Home
last modified time | relevance | path

Searched refs:matrixInMatrix (Results 1 – 5 of 5) 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.cpp2982 bool matrixInMatrix = false; in constructorError() local
2995 matrixInMatrix = true; in constructorError()
3180 if (matrixInMatrix && ! type.isArray()) { in constructorError()
/external/deqp-deps/glslang/glslang/HLSL/
DhlslParseHelper.cpp6522 bool matrixInMatrix = false; in constructorError() local
6534 matrixInMatrix = true; in constructorError()
6605 if (matrixInMatrix && ! type.isArray()) { in constructorError()
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/
DParseHelper.cpp3198 bool matrixInMatrix = false; in constructorError() local
3212 matrixInMatrix = true; in constructorError()
3408 if (matrixInMatrix && ! type.isArray()) { in constructorError()
/external/angle/third_party/vulkan-deps/glslang/src/glslang/HLSL/
DhlslParseHelper.cpp6526 bool matrixInMatrix = false; in constructorError() local
6538 matrixInMatrix = true; in constructorError()
6609 if (matrixInMatrix && ! type.isArray()) { in constructorError()