Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrUtil.hpp168 bool isXChromaSubsampled (vk::VkFormat format);
DvktYCbCrConversionTests.cpp566 …if (isXChromaSubsampled(config.format) && (config.xChromaOffset == vk::VK_CHROMA_LOCATION_COSITED_… in checkSupport()
569 …if (isXChromaSubsampled(config.format) && (config.xChromaOffset == vk::VK_CHROMA_LOCATION_MIDPOINT… in checkSupport()
822 if (isXChromaSubsampled(config.format)) in textureConversionTest()
1170 const UVec2 srcSize (isXChromaSubsampled(format) ? 12 : 7, in initTests()
1261 const UVec2 srcSize (isXChromaSubsampled(format) ? 12 : 7, in initTests()
1454 const UVec2 srcSize (isXChromaSubsampled(format) ? 12 : 7, in initTests()
DvktYCbCrUtil.cpp968 bool isXChromaSubsampled (vk::VkFormat format) in isXChromaSubsampled() function
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemYCbCrConversionTests.cpp185 …if (ycbcr::isXChromaSubsampled(config.format) && (config.xChromaOffset == vk::VK_CHROMA_LOCATION_C… in validateFormatSupport()
188 …if (ycbcr::isXChromaSubsampled(config.format) && (config.xChromaOffset == vk::VK_CHROMA_LOCATION_M… in validateFormatSupport()
1140 const tcu::UVec2 size (ycbcr::isXChromaSubsampled(config.format) ? 12 : 7, in conversionTest()