Searched refs:decomposeGeometryMethods (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/deqp-deps/glslang/glslang/HLSL/ |
D | hlslParseHelper.h | 102 void decomposeGeometryMethods(const TSourceLoc&, TIntermTyped*& node, TIntermNode* arguments);
|
D | hlslParseHelper.cpp | 4755 void HlslParseContext::decomposeGeometryMethods(const TSourceLoc& loc, TIntermTyped*& node, TInterm… in decomposeGeometryMethods() function in glslang::HlslParseContext 5625 … decomposeGeometryMethods(loc, result, arguments); // HLSL->AST geometry method decompositions in handleFunctionCall()
|
/aosp_15_r20/external/angle/third_party/glslang/src/glslang/HLSL/ |
H A D | hlslParseHelper.h | 102 void decomposeGeometryMethods(const TSourceLoc&, TIntermTyped*& node, TIntermNode* arguments);
|
H A D | hlslParseHelper.cpp | 4750 void HlslParseContext::decomposeGeometryMethods(const TSourceLoc& loc, TIntermTyped*& node, TInterm… in decomposeGeometryMethods() function in glslang::HlslParseContext 5620 … decomposeGeometryMethods(loc, result, arguments); // HLSL->AST geometry method decompositions in handleFunctionCall()
|