Searched refs:chnBits (Results 1 – 1 of 1) sorted by relevance
/third_party/vk-gl-cts/framework/common/ |
D | tcuTextureUtil.cpp | 605 const IVec4 chnBits = getChannelBitDepth(format.type); in getTextureFormatBitDepth() local 616 return select(chnBits.swizzle(chnSwz.x(), chnSwz.y(), chnSwz.z(), chnSwz.w()), IVec4(0), chnMask); in getTextureFormatBitDepth() 682 const IVec4 chnBits = getChannelMantissaBitDepth(format.type); in getTextureFormatMantissaBitDepth() local 693 return select(chnBits.swizzle(chnSwz.x(), chnSwz.y(), chnSwz.z(), chnSwz.w()), IVec4(0), chnMask); in getTextureFormatMantissaBitDepth()
|