Home
last modified time | relevance | path

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

/third_party/glslang/glslang/Include/
DSpirvIntrinsics.h68 TMap<int, TVector<const TIntermTyped*> > modeIds; member
/third_party/glslang/glslang/MachineIndependent/
DSpirvIntrinsics.cpp140 spirvExecutionMode->modeIds[executionMode] = extraOperands; in insertSpirvExecutionModeId()
/third_party/glslang/SPIRV/
DGlslangToSpv.cpp1950 for (auto& modeId : spirvExecutionMode.modeIds) { in TGlslangToSpvTraverser()