Home
last modified time | relevance | path

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

/third_party/glslang/glslang/MachineIndependent/
Dlocalintermediate.h924 bool hasSpirvExecutionMode() const { return spirvExecutionMode != nullptr; } in hasSpirvExecutionMode() function
/third_party/glslang/SPIRV/
DGlslangToSpv.cpp1936 if (glslangIntermediate->hasSpirvExecutionMode()) { in TGlslangToSpvTraverser()