Home
last modified time | relevance | path

Searched refs:decomposeStructBufferMethods (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/deqp-deps/glslang/glslang/HLSL/
DhlslParseHelper.h101 … void decomposeStructBufferMethods(const TSourceLoc&, TIntermTyped*& node, TIntermNode* arguments);
DhlslParseHelper.cpp3472 void HlslParseContext::decomposeStructBufferMethods(const TSourceLoc& loc, TIntermTyped*& node, TIn… in decomposeStructBufferMethods() function in glslang::HlslParseContext
5622decomposeStructBufferMethods(loc, result, arguments); // HLSL->AST struct buffer method decomposit… in handleFunctionCall()
/aosp_15_r20/external/angle/third_party/glslang/src/glslang/HLSL/
H A DhlslParseHelper.h101 … void decomposeStructBufferMethods(const TSourceLoc&, TIntermTyped*& node, TIntermNode* arguments);
H A DhlslParseHelper.cpp3467 void HlslParseContext::decomposeStructBufferMethods(const TSourceLoc& loc, TIntermTyped*& node, TIn… in decomposeStructBufferMethods() function in glslang::HlslParseContext
5617decomposeStructBufferMethods(loc, result, arguments); // HLSL->AST struct buffer method decomposit… in handleFunctionCall()