Home
last modified time | relevance | path

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

/third_party/glslang/glslang/MachineIndependent/
DSpirvIntrinsics.cpp114 spirvExecutionMode = new TSpirvExecutionMode; in insertSpirvExecutionMode()
130 spirvExecutionMode = new TSpirvExecutionMode; in insertSpirvExecutionModeId()
Dlocalintermediate.h925 const TSpirvExecutionMode& getSpirvExecutionMode() const { return *spirvExecutionMode; } in getSpirvExecutionMode()
1190 TSpirvExecutionMode* spirvExecutionMode;
/third_party/glslang/glslang/Include/
DSpirvIntrinsics.h62 struct TSpirvExecutionMode { struct
/third_party/glslang/SPIRV/
DGlslangToSpv.cpp1937 …const glslang::TSpirvExecutionMode spirvExecutionMode = glslangIntermediate->getSpirvExecutionMode… in TGlslangToSpvTraverser()