Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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()
/third_party/glslang/glslang/HLSL/
DhlslParseHelper.cpp6555 bool constructingMatrix = false; in constructorError() local
6605 constructingMatrix = true; in constructorError()
6630 if (constructingMatrix && function[arg].type->isMatrix()) in constructorError()
/third_party/glslang/glslang/MachineIndependent/
DParseHelper.cpp3392 bool constructingMatrix = false; in constructorError() local
3423 constructingMatrix = true; in constructorError()
3451 if (constructingMatrix && function[arg].type->isMatrix()) in constructorError()