Searched refs:getPlaneCompatibleFormat (Results 1 – 2 of 2) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/ |
D | vktYCbCrCopyTests.cpp | 180 vk::VkFormat getPlaneCompatibleFormat (vk::VkFormat format, deUint32 planeNdx) in getPlaneCompatibleFormat() function 631 const vk::VkFormat srcPlaneFormat (getPlaneCompatibleFormat(srcFormat, srcPlaneNdx)); in genCopies() 632 const vk::VkFormat dstPlaneFormat (getPlaneCompatibleFormat(dstFormat, dstPlaneNdx)); in genCopies() 648 const vk::VkFormat srcPlaneFormat (getPlaneCompatibleFormat(srcFormat, srcPlaneNdx)); in genCopies() 654 const vk::VkFormat dstPlaneFormat (getPlaneCompatibleFormat(dstFormat, dstPlaneNdx)); in genCopies() 857 const vk::VkFormat srcPlaneFormat (getPlaneCompatibleFormat(config.src.format, srcPlaneNdx)); in imageCopyTest() 871 const vk::VkFormat dstPlaneFormat (getPlaneCompatibleFormat(config.dst.format, dstPlaneNdx)); in imageCopyTest() 942 const vk::VkFormat srcPlaneFormat (getPlaneCompatibleFormat(srcFormat, srcPlaneNdx)); in isCopyCompatible() 943 const vk::VkFormat dstPlaneFormat (getPlaneCompatibleFormat(dstFormat, dstPlaneNdx)); in isCopyCompatible() 956 const vk::VkFormat srcPlaneFormat (getPlaneCompatibleFormat(srcFormat, srcPlaneNdx)); in isCopyCompatible() [all …]
|
D | vktYCbCrViewTests.cpp | 70 VkFormat getPlaneCompatibleFormat (VkFormat multiPlanarFormat, deUint32 planeNdx) in getPlaneCompatibleFormat() function 461 const VkFormat planeViewFormat = getPlaneCompatibleFormat(params.format, params.planeNdx); in checkSupport() 480 const VkFormat planeViewFormat = getPlaneCompatibleFormat(format, params.planeNdx); in testPlaneView()
|