Home
last modified time | relevance | path

Searched refs:makeBoolType (Results 1 – 3 of 3) sorted by relevance

/third_party/glslang/SPIRV/
DGlslangToSpv.cpp3211 builder.makeVectorType(builder.makeBoolType(), in visitSelection()
3648 spvType = builder.makeBoolType(); in convertGlslangToSpvType()
4116 spv::Id boolType = builder.makeBoolType(); in accessChainLoad()
4122 spv::Id bvecType = builder.makeVectorType(builder.makeBoolType(), vecSize); in accessChainLoad()
4144 spv::Id boolType = builder.makeBoolType(); in accessChainStore()
4155 spv::Id bvecType = builder.makeVectorType(builder.makeBoolType(), vecSize); in accessChainStore()
4793 …return builder.createUnaryOp(spv::OpImageSparseTexelsResident, builder.makeBoolType(), arguments[0… in createImageTextureFunctionCall()
7773 typeId = builder.makeBoolType(); in createMiscOperation()
7796 typeId = builder.makeBoolType(); in createMiscOperation()
7840 typeId = builder.makeBoolType(); in createMiscOperation()
[all …]
DSpvBuilder.h165 Id makeBoolType();
DSpvBuilder.cpp150 Id Builder::makeBoolType() in makeBoolType() function in spv::Builder
874 Id typeId = makeBoolType(); in makeBoolConstant()
2254 Id boolType = makeBoolType(); in createCompositeCompare()