Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/common/
DtcuTextureUtil.cpp462 …const BVec4 chnMask = BVec4(deInRange32(map[0], TextureSwizzle::CHANNEL_0, TextureSwizzle::C… in getTextureFormatInfo() local
469 return TextureFormatInfo(select(cRange[0], 0.0f, chnMask), in getTextureFormatInfo()
470 select(cRange[1], 0.0f, chnMask), in getTextureFormatInfo()
471 select(scale, 1.0f, chnMask), in getTextureFormatInfo()
472 select(bias, 0.0f, chnMask)); in getTextureFormatInfo()
607 …const BVec4 chnMask = BVec4(deInRange32(map[0], TextureSwizzle::CHANNEL_0, TextureSwizzle::C… in getTextureFormatBitDepth() local
611 const IVec4 chnSwz = IVec4((chnMask[0]) ? ((int)map[0]) : (0), in getTextureFormatBitDepth()
612 (chnMask[1]) ? ((int)map[1]) : (0), in getTextureFormatBitDepth()
613 (chnMask[2]) ? ((int)map[2]) : (0), in getTextureFormatBitDepth()
614 (chnMask[3]) ? ((int)map[3]) : (0)); in getTextureFormatBitDepth()
[all …]