Home
last modified time | relevance | path

Searched refs:decomposeIntrinsic (Results 1 – 2 of 2) sorted by relevance

/external/deqp-deps/glslang/hlsl/
DhlslParseHelper.h97 void decomposeIntrinsic(const TSourceLoc&, TIntermTyped*& node, TIntermNode* arguments);
DhlslParseHelper.cpp4580 void HlslParseContext::decomposeIntrinsic(const TSourceLoc& loc, TIntermTyped*& node, TIntermNode* … in decomposeIntrinsic() function in glslang::HlslParseContext
5387decomposeIntrinsic(loc, result, arguments); // HLSL->AST intrinsic decompositions in handleFunctionCall()