Home
last modified time | relevance | path

Searched refs:TSpirvExecutionMode (Results 1 – 4 of 4) sorted by relevance

/third_party/glslang/glslang/MachineIndependent/
DSpirvIntrinsics.cpp121 spirvExecutionMode = new TSpirvExecutionMode; in insertSpirvExecutionMode()
137 spirvExecutionMode = new TSpirvExecutionMode; in insertSpirvExecutionModeId()
Dlocalintermediate.h973 const TSpirvExecutionMode& getSpirvExecutionMode() const { return *spirvExecutionMode; } in getSpirvExecutionMode()
1232 TSpirvExecutionMode* spirvExecutionMode;
/third_party/glslang/glslang/Include/
DSpirvIntrinsics.h61 struct TSpirvExecutionMode { struct
/third_party/glslang/SPIRV/
DGlslangToSpv.cpp1947 …const glslang::TSpirvExecutionMode spirvExecutionMode = glslangIntermediate->getSpirvExecutionMode… in TGlslangToSpvTraverser()