Searched refs:decomposeStructBufferMethods (Results 1 – 2 of 2) sorted by relevance
101 … void decomposeStructBufferMethods(const TSourceLoc&, TIntermTyped*& node, TIntermNode* arguments);
3472 void HlslParseContext::decomposeStructBufferMethods(const TSourceLoc& loc, TIntermTyped*& node, TIn… in decomposeStructBufferMethods() function in glslang::HlslParseContext5622 …decomposeStructBufferMethods(loc, result, arguments); // HLSL->AST struct buffer method decomposit… in handleFunctionCall()