Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuTextureUtil.cpp448 …const BVec4 chnMask = BVec4(deInRange32(map[0], TextureSwizzle::CHANNEL_0, TextureSwizzle::C… in getTextureFormatInfo() local
455 return TextureFormatInfo(select(cRange[0], 0.0f, chnMask), in getTextureFormatInfo()
456 select(cRange[1], 0.0f, chnMask), in getTextureFormatInfo()
457 select(scale, 1.0f, chnMask), in getTextureFormatInfo()
458 select(bias, 0.0f, chnMask)); in getTextureFormatInfo()
575 …const BVec4 chnMask = BVec4(deInRange32(map[0], TextureSwizzle::CHANNEL_0, TextureSwizzle::C… in getTextureFormatBitDepth() local
579 const IVec4 chnSwz = IVec4((chnMask[0]) ? ((int)map[0]) : (0), in getTextureFormatBitDepth()
580 (chnMask[1]) ? ((int)map[1]) : (0), in getTextureFormatBitDepth()
581 (chnMask[2]) ? ((int)map[2]) : (0), in getTextureFormatBitDepth()
582 (chnMask[3]) ? ((int)map[3]) : (0)); in getTextureFormatBitDepth()
[all …]