Home
last modified time | relevance | path

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

/third_party/glslang/glslang/HLSL/
DhlslParseHelper.h107 void builtInOpCheck(const TSourceLoc&, const TFunction&, TIntermOperator&);
DhlslParseHelper.cpp5597 builtInOpCheck(loc, *fnCandidate, *result->getAsOperator()); in handleFunctionCall()
6045 void HlslParseContext::builtInOpCheck(const TSourceLoc& loc, const TFunction& fnCandidate, TIntermO… in builtInOpCheck() function in glslang::HlslParseContext
/third_party/glslang/glslang/MachineIndependent/
DParseHelper.h357 void builtInOpCheck(const TSourceLoc&, const TFunction&, TIntermOperator&);
DParseHelper.cpp1524 builtInOpCheck(loc, function, *result->getAsOperator()); in handleBuiltInFunctionCall()
2109 void TParseContext::builtInOpCheck(const TSourceLoc& loc, const TFunction& fnCandidate, TIntermOper… in builtInOpCheck() function in glslang::TParseContext