Searched refs:chnBits (Results 1 – 1 of 1) sorted by relevance
/external/deqp/framework/common/ |
D | tcuTextureUtil.cpp | 573 const IVec4 chnBits = getChannelBitDepth(format.type); in getTextureFormatBitDepth() local 584 return select(chnBits.swizzle(chnSwz.x(), chnSwz.y(), chnSwz.z(), chnSwz.w()), IVec4(0), chnMask); in getTextureFormatBitDepth() 644 const IVec4 chnBits = getChannelMantissaBitDepth(format.type); in getTextureFormatMantissaBitDepth() local 655 return select(chnBits.swizzle(chnSwz.x(), chnSwz.y(), chnSwz.z(), chnSwz.w()), IVec4(0), chnMask); in getTextureFormatMantissaBitDepth()
|