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