Home
last modified time | relevance | path

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

/third_party/glslang/glslang/MachineIndependent/
DParseHelper.cpp3240 TString constructorString; in constructorError() local
3242constructorString.append(type.getCompleteString(true, false, false, true)).append(" constructor"); in constructorError()
3244 constructorString.append("constructor"); in constructorError()
3303 error(loc, "array argument must be sized", constructorString.c_str(), ""); in constructorError()
3333 …requireFloat16Arithmetic(loc, constructorString.c_str(), "can't construct structure containing 16-… in constructorError()
3336 …requireInt16Arithmetic(loc, constructorString.c_str(), "can't construct structure containing 16-bi… in constructorError()
3339 …requireInt8Arithmetic(loc, constructorString.c_str(), "can't construct structure containing 8-bit … in constructorError()
3353 requireFloat16Arithmetic(loc, constructorString.c_str(), "16-bit arrays not supported"); in constructorError()
3355 … requireFloat16Arithmetic(loc, constructorString.c_str(), "16-bit vectors only take vector types"); in constructorError()
3366 requireInt16Arithmetic(loc, constructorString.c_str(), "16-bit arrays not supported"); in constructorError()
[all …]