Home
last modified time | relevance | path

Searched defs:zeroType (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/angle/third_party/glslang/src/SPIRV/
H A DGlslangToSpv.cpp7738 spv::Id zeroType = builder.makeUintType(bits); in createConversion() local
7755 spv::Id zeroType = builder.makeUintType(bits); in createConversion() local
7781 …spv::Id zeroType = isTypeSignedInt(resultBasicType) ? builder.makeIntType(bits) : builder.makeUint… in createConversion() local