Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiMemoryRequirementInvarianceTests.cpp177 int widthAlignment = (isYCbCr420Format(m_colorFormat) || isYCbCr422Format(m_colorFormat)) ? 2 : 1; in ImageAllocator()
178 int heightAlignment = isYCbCr420Format(m_colorFormat) ? 2 : 1; in ImageAllocator()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
DvktApiMemoryRequirementInvarianceTests.cpp177 int widthAlignment = (isYCbCr420Format(m_colorFormat) || isYCbCr422Format(m_colorFormat)) ? 2 : 1; in ImageAllocator()
178 int heightAlignment = isYCbCr420Format(m_colorFormat) ? 2 : 1; in ImageAllocator()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkImageUtil.hpp212 bool isYCbCr420Format (VkFormat format);
DvkImageUtil.cpp316 bool isYCbCr420Format (VkFormat format) in isYCbCr420Format() function