Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DParseHelper.cpp528 bool arrayArg = false; in constructorErrorCheck() local
540 arrayArg = true; in constructorErrorCheck()
552 if (arrayArg && op != EOpConstructStruct) { in constructorErrorCheck()
/third_party/glslang/glslang/HLSL/
DhlslParseHelper.cpp6617 bool arrayArg = false; in constructorError() local
6625 arrayArg = true; in constructorError()
6689 if (arrayArg && function.getParamCount() == 1 && op != EOpConstructStruct && type.isArray() && in constructorError()
6694 if (arrayArg && op != EOpConstructStruct && ! type.isArrayOfArrays()) { in constructorError()
/third_party/glslang/glslang/MachineIndependent/
DParseHelper.cpp3296 bool arrayArg = false; in constructorError() local
3306 arrayArg = true; in constructorError()
3500 if (arrayArg && op != EOpConstructStruct && ! type.isArrayOfArrays()) { in constructorError()