Searched refs:isXChromaSubsampled (Results 1 – 4 of 4) sorted by relevance
168 bool isXChromaSubsampled (vk::VkFormat format);
566 …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()
968 bool isXChromaSubsampled (vk::VkFormat format) in isXChromaSubsampled() function
185 …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()