Home
last modified time | relevance | path

Searched defs:spvType (Results 1 – 1 of 1) sorted by relevance

/third_party/glslang/SPIRV/
DGlslangToSpv.cpp4238 spv::Id spvType = forcedType == spv::NoType ? convertGlslangToSpvType(node->getType()) in createSpvVariable() local
4397 spv::Id spvType = spv::NoResult; in convertGlslangToSpvType() local
4876 spv::Id spvType = builder.makeStructType(spvMembers, type.getTypeName().c_str(), false); in convertGlslangStructToSpvType() local
4895 spv::Id spvType, in decorateStructType()