Searched refs:makeFloatType (Results 1 – 3 of 3) sorted by relevance
266 Id Builder::makeFloatType(int width) in makeFloatType() function in spv::Builder887 Id typeId = makeFloatType(32); in makeFloatConstant()912 Id typeId = makeFloatType(64); in makeDoubleConstant()940 Id typeId = makeFloatType(16); in makeFloat16Constant()2022 resultType = makeVectorType(makeFloatType(32), 2); in createTextureQueryCall()
147 Id makeFloatType(int width);
2911 case glslang::EbtFloat: return builder.makeFloatType(32); in getSampledType()2916 return builder.makeFloatType(16); in getSampledType()2922 return builder.makeFloatType(32); in getSampledType()2978 spvType = builder.makeFloatType(32); in convertGlslangToSpvType()2981 spvType = builder.makeFloatType(64); in convertGlslangToSpvType()2984 spvType = builder.makeFloatType(16); in convertGlslangToSpvType()