Searched refs:getPlaneCompatibleFormat (Results 1 – 6 of 6) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/ |
D | vktYCbCrCopyTests.cpp | 467 const vk::VkFormat srcPlaneFormat (getPlaneCompatibleFormat(srcPlaneInfo, srcPlaneNdx)); in genCopies() 468 const vk::VkFormat dstPlaneFormat (getPlaneCompatibleFormat(dstPlaneInfo, dstPlaneNdx)); in genCopies() 484 const vk::VkFormat srcPlaneFormat (getPlaneCompatibleFormat(srcPlaneInfo, srcPlaneNdx)); in genCopies() 490 const vk::VkFormat dstPlaneFormat (getPlaneCompatibleFormat(dstPlaneInfo, dstPlaneNdx)); in genCopies() 695 const vk::VkFormat srcPlaneFormat (getPlaneCompatibleFormat(config.src.format, srcPlaneNdx)); in imageCopyTest() 709 const vk::VkFormat dstPlaneFormat (getPlaneCompatibleFormat(config.dst.format, dstPlaneNdx)); in imageCopyTest() 781 const vk::VkFormat srcPlaneFormat (getPlaneCompatibleFormat(srcFormat, srcPlaneNdx)); in isCopyCompatible() 782 const vk::VkFormat dstPlaneFormat (getPlaneCompatibleFormat(dstFormat, dstPlaneNdx)); in isCopyCompatible() 795 const vk::VkFormat srcPlaneFormat (getPlaneCompatibleFormat(srcFormat, srcPlaneNdx)); in isCopyCompatible() 807 const vk::VkFormat dstPlaneFormat (getPlaneCompatibleFormat(dstFormat, dstPlaneNdx)); in isCopyCompatible()
|
D | vktYCbCrStorageImageWriteTests.cpp | 201 if (planeCompatibleFormat0 != getPlaneCompatibleFormat(formatDescription, 0)) in testStorageImageWrite() 244 …iption compatibleFormatDescription = (planeCompatibleFormat != getPlaneCompatibleFormat(formatDes… in testStorageImageWrite() 363 …ription compatibleFormatDescription = (planeCompatibleFormat != getPlaneCompatibleFormat(formatDes… in testStorageImageWrite() 380 …ption compatibleFormatDescription = (planeCompatibleFormat != getPlaneCompatibleFormat(formatDes… in testStorageImageWrite() 638 …iption compatibleFormatDescription = (planeCompatibleFormat != getPlaneCompatibleFormat(formatDes… in initPrograms()
|
D | vktYCbCrViewTests.cpp | 760 const VkFormat planeFormat = getPlaneCompatibleFormat(format, planeNdx); in populateViewTypeGroup()
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
D | vkImageUtil.hpp | 168 VkFormat getPlaneCompatibleFormat (VkFormat format, 170 VkFormat getPlaneCompatibleFormat (const PlanarFormatDescription& formatInfo,
|
D | vkImageUtil.cpp | 2593 VkFormat getPlaneCompatibleFormat(VkFormat format, deUint32 planeNdx) in getPlaneCompatibleFormat() function 2595 return getPlaneCompatibleFormat(getPlanarFormatDescription(format), planeNdx); in getPlaneCompatibleFormat() 2598 VkFormat getPlaneCompatibleFormat(const PlanarFormatDescription& formatInfo, deUint32 planeNdx) in getPlaneCompatibleFormat() function
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/ |
D | vktSparseResourcesImageSparseResidency.cpp | 202 …iption compatibleFormatDescription = (planeCompatibleFormat != getPlaneCompatibleFormat(formatDes… in initPrograms() 369 if (planeCompatibleFormat0 != getPlaneCompatibleFormat(formatDescription, 0)) in iterate() 614 …iption compatibleFormatDescription = (planeCompatibleFormat != getPlaneCompatibleFormat(formatDes… in iterate() 765 …ription compatibleFormatDescription = (planeCompatibleFormat != getPlaneCompatibleFormat(formatDes… in iterate() 789 …iption compatibleFormatDescription = (planeCompatibleFormat != getPlaneCompatibleFormat(formatDes… in iterate()
|