Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageUtil.cpp436 case tcu::TextureFormat::UNSIGNED_INT_24_8_REV: in uploadTestTexture()
437 format = tcu::TextureFormat(tcu::TextureFormat::D, tcu::TextureFormat::UNSIGNED_INT_24_8_REV); in uploadTestTexture()
484 case tcu::TextureFormat::UNSIGNED_INT_24_8_REV: in uploadTestTextureSparse()
485 format = tcu::TextureFormat(tcu::TextureFormat::D, tcu::TextureFormat::UNSIGNED_INT_24_8_REV); in uploadTestTextureSparse()
DvktPipelineBlendTests.cpp695 case TextureFormat::UNSIGNED_INT_24_8_REV: in isLegalExpandableFormat()
754 case TextureFormat::UNSIGNED_INT_24_8_REV: in isSmallerThan8BitFormat()
DvktPipelineImageSamplingInstance.cpp1403 case tcu::TextureFormat::UNSIGNED_INT_24_8_REV: in verifyImage()
/external/deqp/framework/common/
DtcuTextureUtil.cpp127 type == TextureFormat::UNSIGNED_INT_24_8_REV || in isCombinedDepthStencilType()
195 …case TextureFormat::UNSIGNED_INT_24_8_REV: return TEXTURECHANNELCLASS_LAST; //!< packed unor… in getTextureChannelClass()
556 case TextureFormat::UNSIGNED_INT_24_8_REV: return IVec4(24,8,0,0); in getChannelBitDepth()
625 case TextureFormat::UNSIGNED_INT_24_8_REV: in getChannelMantissaBitDepth()
1373 case TextureFormat::UNSIGNED_INT_24_8_REV: in toSamplerAccess()
DtcuTexture.cpp615 case TextureFormat::UNSIGNED_INT_24_8_REV: in isValid()
750 case TextureFormat::UNSIGNED_INT_24_8_REV: in getPixelSize()
1198 case TextureFormat::UNSIGNED_INT_24_8_REV: in getPixDepth()
1222 case TextureFormat::UNSIGNED_INT_24_8_REV: in getPixStencil()
1521 case TextureFormat::UNSIGNED_INT_24_8_REV: in setPixDepth()
1554 case TextureFormat::UNSIGNED_INT_24_8_REV: in setPixStencil()
DtcuTexture.hpp100 UNSIGNED_INT_24_8_REV, enumerator
DtcuTexCompareVerifier.cpp178 case tcu::TextureFormat::UNSIGNED_INT_24_8_REV: return true; in isFixedPointDepthTextureFormat()
/external/deqp/external/vulkancts/framework/vulkan/
DvkImageUtil.cpp1668 case FMT_CASE(D, UNSIGNED_INT_24_8_REV): return VK_FORMAT_X8_D24_UNORM_PACK32; in mapTextureFormat()
1674 case FMT_CASE(DS, UNSIGNED_INT_24_8_REV): return VK_FORMAT_D24_UNORM_S8_UINT; in mapTextureFormat()
1890 …8_D24_UNORM_PACK32: return TextureFormat(TextureFormat::D, TextureFormat::UNSIGNED_INT_24_8_REV); in mapVkFormat()
1898 …D24_UNORM_S8_UINT: return TextureFormat(TextureFormat::DS, TextureFormat::UNSIGNED_INT_24_8_REV); in mapVkFormat()
2359 case tcu::TextureFormat::UNSIGNED_INT_24_8_REV: in getFormatComponentWidth()
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageTestsUtil.cpp931 case tcu::TextureFormat::UNSIGNED_INT_24_8_REV: in isPackedType()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiCopiesAndBlittingTests.cpp280 case tcu::TextureFormat::UNSIGNED_INT_24_8_REV: in mapCombinedToDepthTransferFormat()
281 format = tcu::TextureFormat(tcu::TextureFormat::D, tcu::TextureFormat::UNSIGNED_INT_24_8_REV); in mapCombinedToDepthTransferFormat()