Searched refs:constructorError (Results 1 – 4 of 4) sorted by relevance
| /third_party/glslang/glslang/MachineIndependent/ |
| D | ParseHelper.h | 351 bool constructorError(const TSourceLoc&, TIntermNode*, TFunction&, TOperator, TType&);
|
| D | ParseHelper.cpp | 1143 if (! constructorError(loc, arguments, *function, function->getBuiltInOp(), type)) { in handleFunctionCall() 2885 bool TParseContext::constructorError(const TSourceLoc& loc, TIntermNode* node, TFunction& function,… in constructorError() function in glslang::TParseContext
|
| /third_party/glslang/glslang/HLSL/ |
| D | hlslParseHelper.h | 124 bool constructorError(const TSourceLoc&, TIntermNode*, TFunction&, TOperator, TType&);
|
| D | hlslParseHelper.cpp | 5405 if (! constructorError(loc, arguments, *function, op, type)) { in handleFunctionCall() 6449 bool HlslParseContext::constructorError(const TSourceLoc& loc, TIntermNode* node, TFunction& functi… in constructorError() function in glslang::HlslParseContext
|