Searched refs:decomposeSampleMethods (Results 1 – 2 of 2) sorted by relevance
98 void decomposeSampleMethods(const TSourceLoc&, TIntermTyped*& node, TIntermNode* arguments);
3645 void HlslParseContext::decomposeSampleMethods(const TSourceLoc& loc, TIntermTyped*& node, TIntermNo… in decomposeSampleMethods() function in glslang::HlslParseContext5388 … decomposeSampleMethods(loc, result, arguments); // HLSL->AST sample method decompositions in handleFunctionCall()