Searched refs:constructorError (Results 1 – 4 of 4) sorted by relevance
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | ParseHelper.h | 338 bool constructorError(const TSourceLoc&, TIntermNode*, TFunction&, TOperator, TType&);
|
D | ParseHelper.cpp | 1050 if (! constructorError(loc, arguments, *function, function->getBuiltInOp(), type)) { in handleFunctionCall() 2612 bool TParseContext::constructorError(const TSourceLoc& loc, TIntermNode* node, TFunction& function,… in constructorError() function in glslang::TParseContext
|
/external/deqp-deps/glslang/hlsl/ |
D | hlslParseHelper.h | 124 bool constructorError(const TSourceLoc&, TIntermNode*, TFunction&, TOperator, TType&);
|
D | hlslParseHelper.cpp | 5261 if (! constructorError(loc, arguments, *function, op, type)) { in handleFunctionCall() 6284 bool HlslParseContext::constructorError(const TSourceLoc& loc, TIntermNode* node, TFunction& functi… in constructorError() function in glslang::HlslParseContext
|