Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrCopyTests.cpp624 const vk::PlanarFormatDescription srcPlaneInfo (vk::getPlanarFormatDescription(srcFormat)); in genCopies()
625 const vk::PlanarFormatDescription dstPlaneInfo (vk::getPlanarFormatDescription(dstFormat)); in genCopies()
935 const vk::PlanarFormatDescription srcPlaneInfo (vk::getPlanarFormatDescription(srcFormat)); in isCopyCompatible()
936 const vk::PlanarFormatDescription dstPlaneInfo (vk::getPlanarFormatDescription(dstFormat)); in isCopyCompatible()
952 const vk::PlanarFormatDescription srcPlaneInfo (vk::getPlanarFormatDescription(srcFormat)); in isCopyCompatible()
964 const vk::PlanarFormatDescription dstPlaneInfo (vk::getPlanarFormatDescription(dstFormat)); in isCopyCompatible()
DvktYCbCrImageQueryTests.cpp404 const PlanarFormatDescription& formatDesc = getPlanarFormatDescription(params.format); in testImageQuery()
558 const PlanarFormatDescription& formatDesc = getPlanarFormatDescription(params.format); in testImageQueryLod()
DvktYCbCrFormatTests.cpp302 const PlanarFormatDescription formatInfo = getPlanarFormatDescription(format); in testFormat()
DvktYCbCrViewTests.cpp481 const PlanarFormatDescription formatInfo = getPlanarFormatDescription(format); in testPlaneView()
DvktYCbCrUtil.cpp66 , m_description (getPlanarFormatDescription(format)) in MultiPlaneImageData()
DvktYCbCrConversionTests.cpp625 const vk::PlanarFormatDescription planeInfo (vk::getPlanarFormatDescription(config.format)); in textureConversionTest()
/external/deqp/external/vulkancts/framework/vulkan/
DvkImageUtil.hpp123 PlanarFormatDescription getPlanarFormatDescription (VkFormat format);
DvkImageUtil.cpp1388 PlanarFormatDescription getPlanarFormatDescription (VkFormat format) in getPlanarFormatDescription() function
2236 const PlanarFormatDescription& info = getPlanarFormatDescription(format); in imageUtilSelfTest()
DvkNullDriver.cpp1088 const PlanarFormatDescription desc = getPlanarFormatDescription(format); in getYCbCrImageDataSize()
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemYCbCrConversionTests.cpp1006 const vk::PlanarFormatDescription planeInfo (vk::getPlanarFormatDescription(config.format)); in generateYCbCrImage()