Searched refs:decomposeStructBufferMethods (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/deqp-deps/glslang/glslang/HLSL/ |
D | hlslParseHelper.h | 101 … void decomposeStructBufferMethods(const TSourceLoc&, TIntermTyped*& node, TIntermNode* arguments);
|
D | hlslParseHelper.cpp | 3472 void HlslParseContext::decomposeStructBufferMethods(const TSourceLoc& loc, TIntermTyped*& node, TIn… in decomposeStructBufferMethods() function in glslang::HlslParseContext 5622 …decomposeStructBufferMethods(loc, result, arguments); // HLSL->AST struct buffer method decomposit… in handleFunctionCall()
|
/aosp_15_r20/external/angle/third_party/glslang/src/glslang/HLSL/ |
H A D | hlslParseHelper.h | 101 … void decomposeStructBufferMethods(const TSourceLoc&, TIntermTyped*& node, TIntermNode* arguments);
|
H A D | hlslParseHelper.cpp | 3467 void HlslParseContext::decomposeStructBufferMethods(const TSourceLoc& loc, TIntermTyped*& node, TIn… in decomposeStructBufferMethods() function in glslang::HlslParseContext 5617 …decomposeStructBufferMethods(loc, result, arguments); // HLSL->AST struct buffer method decomposit… in handleFunctionCall()
|