Searched refs:spvType (Results 1 – 1 of 1) sorted by relevance
2852 spv::Id spvType = convertGlslangToSpvType(node->getType()); in createSpvVariable() local2904 return builder.createVariable(storageClass, spvType, name); in createSpvVariable()2970 spv::Id spvType = spv::NoResult; in convertGlslangToSpvType() local2974 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 …]