Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuTextureUtil.cpp444 …const BVec4 chnMask = BVec4(deInRange32(map[0], TextureSwizzle::CHANNEL_0, TextureSwizzle::C… in getTextureFormatInfo() local
451 return TextureFormatInfo(select(cRange[0], 0.0f, chnMask), in getTextureFormatInfo()
452 select(cRange[1], 0.0f, chnMask), in getTextureFormatInfo()
453 select(scale, 1.0f, chnMask), in getTextureFormatInfo()
454 select(bias, 0.0f, chnMask)); in getTextureFormatInfo()
569 …const BVec4 chnMask = BVec4(deInRange32(map[0], TextureSwizzle::CHANNEL_0, TextureSwizzle::C… in getTextureFormatBitDepth() local
573 const IVec4 chnSwz = IVec4((chnMask[0]) ? ((int)map[0]) : (0), in getTextureFormatBitDepth()
574 (chnMask[1]) ? ((int)map[1]) : (0), in getTextureFormatBitDepth()
575 (chnMask[2]) ? ((int)map[2]) : (0), in getTextureFormatBitDepth()
576 (chnMask[3]) ? ((int)map[3]) : (0)); in getTextureFormatBitDepth()
[all …]