Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/glslang/MachineIndependent/
DParseHelper.h320 void builtInOpCheck(const TSourceLoc&, const TFunction&, TIntermOperator&);
DParseHelper.cpp1203 builtInOpCheck(loc, function, *result->getAsOperator()); in handleBuiltInFunctionCall()
1676 void TParseContext::builtInOpCheck(const TSourceLoc& loc, const TFunction& fnCandidate, TIntermOper… in builtInOpCheck() function in glslang::TParseContext
/external/deqp-deps/glslang/hlsl/
DhlslParseHelper.h105 void builtInOpCheck(const TSourceLoc&, const TFunction&, TIntermOperator&);
DhlslParseHelper.cpp5364 builtInOpCheck(loc, *fnCandidate, *result->getAsOperator()); in handleFunctionCall()
5812 void HlslParseContext::builtInOpCheck(const TSourceLoc& loc, const TFunction& fnCandidate, TIntermO… in builtInOpCheck() function in glslang::HlslParseContext