Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fTextureLevelStateQueryTests.cpp1264 const tcu::TextureChannelClass channelClass = tcu::getTextureChannelClass(format.type); in getComponentType() local
1284 switch (channelClass) in getComponentType()
/external/deqp/framework/common/
DtcuTexCompareVerifier.cpp142 const tcu::TextureChannelClass channelClass = tcu::getTextureChannelClass(format.type); in isFixedPointDepthTextureFormat() local
147 return channelClass != tcu::TEXTURECHANNELCLASS_FLOATING_POINT; in isFixedPointDepthTextureFormat()
DtcuTexture.cpp1168 const tcu::TextureChannelClass channelClass = tcu::getTextureChannelClass(format.type); in isFixedPointDepthTextureFormat() local
1173 return channelClass != tcu::TEXTURECHANNELCLASS_FLOATING_POINT; in isFixedPointDepthTextureFormat()
/external/deqp/framework/referencerenderer/
DrrRenderer.cpp1002 const tcu::TextureChannelClass channelClass = tcu::getTextureChannelClass(channelType); in findPrimitiveMinimumResolvableDifference() local
1005 if (channelClass == tcu::TEXTURECHANNELCLASS_FLOATING_POINT) in findPrimitiveMinimumResolvableDifference()