Home
last modified time | relevance | path

Searched refs:getPlanarFormatDescription (Results 1 – 9 of 9) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrCopyTests.cpp623 const vk::PlanarFormatDescription srcPlaneInfo (vk::getPlanarFormatDescription(srcFormat)); in genCopies()
624 const vk::PlanarFormatDescription dstPlaneInfo (vk::getPlanarFormatDescription(dstFormat)); in genCopies()
925 const vk::PlanarFormatDescription srcPlaneInfo (vk::getPlanarFormatDescription(srcFormat)); in isCopyCompatible()
926 const vk::PlanarFormatDescription dstPlaneInfo (vk::getPlanarFormatDescription(dstFormat)); in isCopyCompatible()
942 const vk::PlanarFormatDescription srcPlaneInfo (vk::getPlanarFormatDescription(srcFormat)); in isCopyCompatible()
954 const vk::PlanarFormatDescription dstPlaneInfo (vk::getPlanarFormatDescription(dstFormat)); in isCopyCompatible()
DvktYCbCrImageQueryTests.cpp398 const PlanarFormatDescription& formatDesc = getPlanarFormatDescription(params.format); in testImageQuery()
548 const PlanarFormatDescription& formatDesc = getPlanarFormatDescription(params.format); in testImageQueryLod()
DvktYCbCrFormatTests.cpp302 const PlanarFormatDescription formatInfo = getPlanarFormatDescription(format); in testFormat()
DvktYCbCrViewTests.cpp480 const PlanarFormatDescription formatInfo = getPlanarFormatDescription(format); in testPlaneView()
DvktYCbCrUtil.cpp54 , m_description (getPlanarFormatDescription(format)) in MultiPlaneImageData()
DvktYCbCrConversionTests.cpp1998 const vk::PlanarFormatDescription planeInfo (vk::getPlanarFormatDescription(config.format)); in textureConversionTest()
/external/deqp/external/vulkancts/framework/vulkan/
DvkImageUtil.hpp112 PlanarFormatDescription getPlanarFormatDescription (VkFormat format);
DvkNullDriver.cpp929 const PlanarFormatDescription desc = getPlanarFormatDescription(format); in getYCbCrImageDataSize()
971 const PlanarFormatDescription formatDesc = getPlanarFormatDescription(format); in getImageMemoryRequirements2KHR()
DvkImageUtil.cpp1336 PlanarFormatDescription getPlanarFormatDescription (VkFormat format) in getPlanarFormatDescription() function
2094 const PlanarFormatDescription& info = getPlanarFormatDescription(format); in imageUtilSelfTest()