Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/glslang/MachineIndependent/
DParseHelper.h338 bool constructorError(const TSourceLoc&, TIntermNode*, TFunction&, TOperator, TType&);
DParseHelper.cpp1050 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/
DhlslParseHelper.h124 bool constructorError(const TSourceLoc&, TIntermNode*, TFunction&, TOperator, TType&);
DhlslParseHelper.cpp5261 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