Home
last modified time | relevance | path

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

/third_party/glslang/glslang/MachineIndependent/
DParseHelper.cpp3385 TString constructorString; in constructorError() local
3387constructorString.append(type.getCompleteString(true, false, false, true)).append(" constructor"); in constructorError()
3389 constructorString.append("constructor"); in constructorError()
3446 error(loc, "array argument must be sized", constructorString.c_str(), ""); in constructorError()
3476 …requireFloat16Arithmetic(loc, constructorString.c_str(), "can't construct structure containing 16-… in constructorError()
3479 …requireInt16Arithmetic(loc, constructorString.c_str(), "can't construct structure containing 16-bi… in constructorError()
3482 …requireInt8Arithmetic(loc, constructorString.c_str(), "can't construct structure containing 8-bit … in constructorError()
3495 requireFloat16Arithmetic(loc, constructorString.c_str(), "16-bit arrays not supported"); in constructorError()
3497 … requireFloat16Arithmetic(loc, constructorString.c_str(), "16-bit vectors only take vector types"); in constructorError()
3508 requireInt16Arithmetic(loc, constructorString.c_str(), "16-bit arrays not supported"); in constructorError()
[all …]