Searched refs:isYChromaSubsampled (Results 1 – 4 of 4) sorted by relevance
167 bool isYChromaSubsampled (vk::VkFormat format);
572 …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()
1003 bool isYChromaSubsampled (vk::VkFormat format) in isYChromaSubsampled() function
191 …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()