Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/SPIRV/
DGlslangToSpv.cpp2852 spv::Id spvType = convertGlslangToSpvType(node->getType()); in createSpvVariable() local
2970 spv::Id spvType = spv::NoResult; in convertGlslangToSpvType() local
3228 spv::Id spvType = builder.makeStructType(spvMembers, type.getTypeName().c_str()); in convertGlslangStructToSpvType() local
3247 spv::Id spvType) in decorateStructType()