Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/hlsl/
DhlslParseHelper.h101 void pushFrontArguments(TIntermTyped* front, TIntermTyped*& arguments);
DhlslParseHelper.cpp5338 pushFrontArguments(intermediate.addSymbol(*getImplicitThis(thisDepth)), arguments); in handleFunctionCall()
5436 void HlslParseContext::pushFrontArguments(TIntermTyped* front, TIntermTyped*& arguments) in pushFrontArguments() function in glslang::HlslParseContext