Searched refs:decomposeIntrinsic (Results 1 – 2 of 2) sorted by relevance
97 void decomposeIntrinsic(const TSourceLoc&, TIntermTyped*& node, TIntermNode* arguments);
4580 void HlslParseContext::decomposeIntrinsic(const TSourceLoc& loc, TIntermTyped*& node, TIntermNode* … in decomposeIntrinsic() function in glslang::HlslParseContext5387 … decomposeIntrinsic(loc, result, arguments); // HLSL->AST intrinsic decompositions in handleFunctionCall()