Home
last modified time | relevance | path

Searched refs:hlslDX9Compatible (Results 1 – 3 of 3) sorted by relevance

/third_party/glslang/glslang/MachineIndependent/
DparseVersions.h153 bool hlslDX9Compatible() const { return (messages & EShMsgHlslDX9Compatible) != 0; } in hlslDX9Compatible() function
/third_party/glslang/glslang/HLSL/
DhlslGrammar.cpp1552 if (parseContext.hlslDX9Compatible()) in acceptType()
DhlslParseHelper.cpp5589 if (!hlslDX9Compatible() && op == EOpRound) in handleFunctionCall()
6243 if (builtIn == EbvNone && hlslDX9Compatible()) { in handleSemantic()