Searched refs:channelClass (Results 1 – 4 of 4) sorted by relevance
1264 const tcu::TextureChannelClass channelClass = tcu::getTextureChannelClass(format.type); in getComponentType() local1284 switch (channelClass) in getComponentType()
142 const tcu::TextureChannelClass channelClass = tcu::getTextureChannelClass(format.type); in isFixedPointDepthTextureFormat() local147 return channelClass != tcu::TEXTURECHANNELCLASS_FLOATING_POINT; in isFixedPointDepthTextureFormat()
1168 const tcu::TextureChannelClass channelClass = tcu::getTextureChannelClass(format.type); in isFixedPointDepthTextureFormat() local1173 return channelClass != tcu::TEXTURECHANNELCLASS_FLOATING_POINT; in isFixedPointDepthTextureFormat()
1002 const tcu::TextureChannelClass channelClass = tcu::getTextureChannelClass(channelType); in findPrimitiveMinimumResolvableDifference() local1005 if (channelClass == tcu::TEXTURECHANNELCLASS_FLOATING_POINT) in findPrimitiveMinimumResolvableDifference()