Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrUtil.hpp167 bool isYChromaSubsampled (vk::VkFormat format);
DvktYCbCrConversionTests.cpp572 …if (isYChromaSubsampled(config.format) && (config.yChromaOffset == vk::VK_CHROMA_LOCATION_COSITED_… in checkSupport()
575 …if (isYChromaSubsampled(config.format) && (config.yChromaOffset == vk::VK_CHROMA_LOCATION_MIDPOINT… in checkSupport()
851 const IVec2 chromaJRange (isYChromaSubsampled(config.format) in textureConversionTest()
1171 isYChromaSubsampled(format) ? 8 : 13); in initTests()
1262 isYChromaSubsampled(format) ? 8 : 13); in initTests()
1455 isYChromaSubsampled(format) ? 8 : 13); in initTests()
DvktYCbCrUtil.cpp1003 bool isYChromaSubsampled (vk::VkFormat format) in isYChromaSubsampled() function
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemYCbCrConversionTests.cpp191 …if (ycbcr::isYChromaSubsampled(config.format) && (config.yChromaOffset == vk::VK_CHROMA_LOCATION_C… in validateFormatSupport()
194 …if (ycbcr::isYChromaSubsampled(config.format) && (config.yChromaOffset == vk::VK_CHROMA_LOCATION_M… in validateFormatSupport()
1141 ycbcr::isYChromaSubsampled(config.format) ? 8 : 13); in conversionTest()