Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/hlsl/
DhlslParseHelper.h84 TIntermNode* transformEntryPoint(const TSourceLoc&, TFunction&, const TAttributes&);
DhlslParseHelper.cpp1670 entryPointTree = transformEntryPoint(loc, function, attributes); in handleFunctionDefinition()
1985 TIntermNode* HlslParseContext::transformEntryPoint(const TSourceLoc& loc, TFunction& userFunction, in transformEntryPoint() function in glslang::HlslParseContext