HomeSort by relevance Sort by last modified time
    Searched refs:getPlanarFormatDescription (Results 1 - 9 of 9) sorted by null

  /external/deqp/external/vulkancts/framework/vulkan/
vkImageUtil.hpp 112 PlanarFormatDescription getPlanarFormatDescription (VkFormat format);
vkNullDriver.cpp 929 const PlanarFormatDescription desc = getPlanarFormatDescription(format);
    [all...]
vkImageUtil.cpp 1336 PlanarFormatDescription getPlanarFormatDescription (VkFormat format)
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/ycbcr/
vktYCbCrCopyTests.cpp 623 const vk::PlanarFormatDescription srcPlaneInfo (vk::getPlanarFormatDescription(srcFormat));
624 const vk::PlanarFormatDescription dstPlaneInfo (vk::getPlanarFormatDescription(dstFormat));
925 const vk::PlanarFormatDescription srcPlaneInfo (vk::getPlanarFormatDescription(srcFormat));
926 const vk::PlanarFormatDescription dstPlaneInfo (vk::getPlanarFormatDescription(dstFormat));
942 const vk::PlanarFormatDescription srcPlaneInfo (vk::getPlanarFormatDescription(srcFormat));
954 const vk::PlanarFormatDescription dstPlaneInfo (vk::getPlanarFormatDescription(dstFormat));
    [all...]
vktYCbCrImageQueryTests.cpp 398 const PlanarFormatDescription& formatDesc = getPlanarFormatDescription(params.format);
548 const PlanarFormatDescription& formatDesc = getPlanarFormatDescription(params.format);
vktYCbCrFormatTests.cpp 302 const PlanarFormatDescription formatInfo = getPlanarFormatDescription(format);
vktYCbCrViewTests.cpp 480 const PlanarFormatDescription formatInfo = getPlanarFormatDescription(format);
vktYCbCrUtil.cpp 54 , m_description (getPlanarFormatDescription(format))
vktYCbCrConversionTests.cpp     [all...]

Completed in 402 milliseconds