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/MachineIndependent/
DParseHelper.cpp2906 bool constructingMatrix = false; in constructorError() local
2939 constructingMatrix = true; in constructorError()
2966 if (constructingMatrix && function[arg].type->isMatrix()) in constructorError()
/third_party/glslang/glslang/HLSL/
DhlslParseHelper.cpp6454 bool constructingMatrix = false; in constructorError() local
6504 constructingMatrix = true; in constructorError()
6529 if (constructingMatrix && function[arg].type->isMatrix()) in constructorError()