Searched refs:isXChromaSubsampled (Results 1 – 5 of 5) sorted by relevance
176 bool isXChromaSubsampled (vk::VkFormat format);
640 …if (isXChromaSubsampled(config.format) && (config.xChromaOffset == vk::VK_CHROMA_LOCATION_COSITED_… in checkSupport()643 …if (isXChromaSubsampled(config.format) && (config.xChromaOffset == vk::VK_CHROMA_LOCATION_MIDPOINT… in checkSupport()939 if (isXChromaSubsampled(config.format)) in textureConversionTest()1327 const UVec2 srcSize(isXChromaSubsampled(format) ? 12 : 7, in buildTests()1431 const UVec2 srcSize(isXChromaSubsampled(format) ? 12 : 7, in buildTests()1638 const UVec2 srcSize(isXChromaSubsampled(format) ? 12 : 7, in buildTests()
463 if (isXChromaSubsampled(m_format)) in iterate()
990 bool isXChromaSubsampled (vk::VkFormat format) in isXChromaSubsampled() function
190 …if (ycbcr::isXChromaSubsampled(config.format) && (config.xChromaOffset == vk::VK_CHROMA_LOCATION_C… in validateFormatSupport()193 …if (ycbcr::isXChromaSubsampled(config.format) && (config.xChromaOffset == vk::VK_CHROMA_LOCATION_M… in validateFormatSupport()1147 const tcu::UVec2 size (ycbcr::isXChromaSubsampled(config.format) ? 12 : 7, in conversionTest()