Home
last modified time | relevance | path

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

/third_party/glslang/glslang/HLSL/
DhlslParseHelper.h102 void decomposeGeometryMethods(const TSourceLoc&, TIntermTyped*& node, TIntermNode* arguments);
DhlslParseHelper.cpp4755 void HlslParseContext::decomposeGeometryMethods(const TSourceLoc& loc, TIntermTyped*& node, TInterm… in decomposeGeometryMethods() function in glslang::HlslParseContext
5625decomposeGeometryMethods(loc, result, arguments); // HLSL->AST geometry method decompositions in handleFunctionCall()