Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuTextureUtil.cpp125 return type == TextureFormat::UNSIGNED_INT_16_8_8 || in isCombinedDepthStencilType()
193 …case TextureFormat::UNSIGNED_INT_16_8_8: return TEXTURECHANNELCLASS_LAST; //!< packed unorm1… in getTextureChannelClass()
554 case TextureFormat::UNSIGNED_INT_16_8_8: return IVec4(16,8,0,0); in getChannelBitDepth()
623 case TextureFormat::UNSIGNED_INT_16_8_8: in getChannelMantissaBitDepth()
1321 case TextureFormat::UNSIGNED_INT_16_8_8: in toSamplerAccess()
DtcuTexture.cpp611 case TextureFormat::UNSIGNED_INT_16_8_8: in isValid()
751 case TextureFormat::UNSIGNED_INT_16_8_8: in getPixelSize()
1190 case TextureFormat::UNSIGNED_INT_16_8_8: in getPixDepth()
1226 case TextureFormat::UNSIGNED_INT_16_8_8: in getPixStencil()
1511 case TextureFormat::UNSIGNED_INT_16_8_8: in setPixDepth()
1548 case TextureFormat::UNSIGNED_INT_16_8_8: in setPixStencil()
DtcuTexture.hpp98 UNSIGNED_INT_16_8_8, enumerator
DtcuTexCompareVerifier.cpp176 case tcu::TextureFormat::UNSIGNED_INT_16_8_8: return true; in isFixedPointDepthTextureFormat()
/external/deqp/external/vulkancts/framework/vulkan/
DvkImageUtil.cpp1621 case FMT_CASE(DS, UNSIGNED_INT_16_8_8): return VK_FORMAT_D16_UNORM_S8_UINT; in mapTextureFormat()
1774 …T_D16_UNORM_S8_UINT: return TextureFormat(TextureFormat::DS, TextureFormat::UNSIGNED_INT_16_8_8); in mapVkFormat()
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageTestsUtil.cpp1205 case tcu::TextureFormat::UNSIGNED_INT_16_8_8: in isPackedType()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageUtil.cpp536 case tcu::TextureFormat::UNSIGNED_INT_16_8_8: in uploadTestTexture()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiCopiesAndBlittingTests.cpp235 case tcu::TextureFormat::UNSIGNED_INT_16_8_8: in mapCombinedToDepthTransferFormat()