Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/compiler/
DParseHelper.cpp501 bool constructingMatrix = false; in constructorErrorCheck() local
512 constructingMatrix = true; in constructorErrorCheck()
533 if (constructingMatrix && param.type->isMatrix()) in constructorErrorCheck()
/external/deqp-deps/glslang/glslang/MachineIndependent/
DParseHelper.cpp2616 bool constructingMatrix = false; in constructorError() local
2647 constructingMatrix = true; in constructorError()
2674 if (constructingMatrix && function[arg].type->isMatrix()) in constructorError()
/external/deqp-deps/glslang/hlsl/
DhlslParseHelper.cpp6289 bool constructingMatrix = false; in constructorError() local
6339 constructingMatrix = true; in constructorError()
6364 if (constructingMatrix && function[arg].type->isMatrix()) in constructorError()