Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuTextureUtil.cpp439 …const BVec4 chnMask = BVec4(deInRange32(map[0], TextureSwizzle::CHANNEL_0, TextureSwizzle::C… in getTextureFormatInfo() local
446 return TextureFormatInfo(select(cRange[0], 0.0f, chnMask), in getTextureFormatInfo()
447 select(cRange[1], 0.0f, chnMask), in getTextureFormatInfo()
448 select(scale, 1.0f, chnMask), in getTextureFormatInfo()
449 select(bias, 0.0f, chnMask)); in getTextureFormatInfo()
559 …const BVec4 chnMask = BVec4(deInRange32(map[0], TextureSwizzle::CHANNEL_0, TextureSwizzle::C… in getTextureFormatBitDepth() local
563 const IVec4 chnSwz = IVec4((chnMask[0]) ? ((int)map[0]) : (0), in getTextureFormatBitDepth()
564 (chnMask[1]) ? ((int)map[1]) : (0), in getTextureFormatBitDepth()
565 (chnMask[2]) ? ((int)map[2]) : (0), in getTextureFormatBitDepth()
566 (chnMask[3]) ? ((int)map[3]) : (0)); in getTextureFormatBitDepth()
[all …]