Searched refs:makeBoolType (Results 1 – 3 of 3) sorted by relevance
2580 builder.makeVectorType(builder.makeBoolType(), in visitSelection()2992 spvType = builder.makeBoolType(); in convertGlslangToSpvType()3417 spv::Id boolType = builder.makeBoolType(); in accessChainLoad()3423 spv::Id bvecType = builder.makeVectorType(builder.makeBoolType(), vecSize); in accessChainLoad()3444 spv::Id boolType = builder.makeBoolType(); in accessChainStore()3455 spv::Id bvecType = builder.makeVectorType(builder.makeBoolType(), vecSize); in accessChainStore()4068 …return builder.createUnaryOp(spv::OpImageSparseTexelsResident, builder.makeBoolType(), arguments[0…7013 typeId = builder.makeBoolType();7682 spv::Id boolTypeId = builder.makeBoolType();
140 Id makeBoolType();
147 Id Builder::makeBoolType() in makeBoolType() function in spv::Builder811 Id typeId = makeBoolType(); in makeBoolConstant()2049 Id boolType = makeBoolType(); in createCompositeCompare()