Home
last modified time | relevance | path

Searched refs:boolArrayTypeId (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/angle/third_party/glslang/src/SPIRV/
H A DGlslangToSpv.cpp2423 spv::Id boolArrayTypeId = convertGlslangToSpvType(type); in convertLoadedBoolInUniformToUint() local
2424 if (nominalTypeId != boolArrayTypeId) in convertLoadedBoolInUniformToUint()
2428 return builder.createUnaryOp(spv::OpCopyLogical, boolArrayTypeId, loadedId); in convertLoadedBoolInUniformToUint()
2441 return builder.createCompositeConstruct(boolArrayTypeId, constituents); in convertLoadedBoolInUniformToUint()
/aosp_15_r20/external/deqp-deps/glslang/SPIRV/
DGlslangToSpv.cpp2424 spv::Id boolArrayTypeId = convertGlslangToSpvType(type); in convertLoadedBoolInUniformToUint() local
2425 if (nominalTypeId != boolArrayTypeId) in convertLoadedBoolInUniformToUint()
2429 return builder.createUnaryOp(spv::OpCopyLogical, boolArrayTypeId, loadedId); in convertLoadedBoolInUniformToUint()
2442 return builder.createCompositeConstruct(boolArrayTypeId, constituents); in convertLoadedBoolInUniformToUint()