Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/compiler/
DParseHelper.cpp541 bool constructingMatrix = false; in constructorErrorCheck() local
552 constructingMatrix = true; in constructorErrorCheck()
573 if (constructingMatrix && param.type->isMatrix()) in constructorErrorCheck()