Searched refs:hlslDX9Compatible (Results 1 – 3 of 3) sorted by relevance
153 bool hlslDX9Compatible() const { return (messages & EShMsgHlslDX9Compatible) != 0; } in hlslDX9Compatible() function
1552 if (parseContext.hlslDX9Compatible()) in acceptType()
5589 if (!hlslDX9Compatible() && op == EOpRound) in handleFunctionCall()6243 if (builtIn == EbvNone && hlslDX9Compatible()) { in handleSemantic()