Home
last modified time | relevance | path

Searched refs:expandArguments (Results 1 – 2 of 2) sorted by relevance

/external/deqp-deps/glslang/hlsl/
DhlslParseHelper.h103 void expandArguments(const TSourceLoc&, const TFunction&, TIntermTyped*&);
DhlslParseHelper.cpp5349 expandArguments(loc, *fnCandidate, arguments); in handleFunctionCall()
5599 void HlslParseContext::expandArguments(const TSourceLoc& loc, const TFunction& function, TIntermTyp… in expandArguments() function in glslang::HlslParseContext