Home
last modified time | relevance | path

Searched refs: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
2904 return builder.createVariable(storageClass, spvType, name); in createSpvVariable()
2970 spv::Id spvType = spv::NoResult; in convertGlslangToSpvType() local
2974 spvType = builder.makeVoidType(); in convertGlslangToSpvType()
2978 spvType = builder.makeFloatType(32); in convertGlslangToSpvType()
2981 spvType = builder.makeFloatType(64); in convertGlslangToSpvType()
2984 spvType = builder.makeFloatType(16); in convertGlslangToSpvType()
2990 spvType = builder.makeUintType(32); in convertGlslangToSpvType()
2992 spvType = builder.makeBoolType(); in convertGlslangToSpvType()
2995 spvType = builder.makeIntType(8); in convertGlslangToSpvType()
[all …]