Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrStorageImageWriteTests.cpp178 const PlanarFormatDescription formatDescription = getPlanarFormatDescription(params.format); in testStorageImageWrite()
244 …at != getPlaneCompatibleFormat(formatDescription, planeNdx)) ? getPlanarFormatDescription(planeCom… in testStorageImageWrite()
363 …at != getPlaneCompatibleFormat(formatDescription, planeNdx)) ? getPlanarFormatDescription(planeCom… in testStorageImageWrite()
380 …at != getPlaneCompatibleFormat(formatDescription, planeNdx)) ? getPlanarFormatDescription(planeCom… in testStorageImageWrite()
605 const PlanarFormatDescription formatDescription = getPlanarFormatDescription(params.format); in initPrograms()
638 …at != getPlaneCompatibleFormat(formatDescription, planeNdx)) ? getPlanarFormatDescription(planeCom… in initPrograms()
DvktYCbCrCopyTests.cpp460 const vk::PlanarFormatDescription srcPlaneInfo (vk::getPlanarFormatDescription(srcFormat)); in genCopies()
461 const vk::PlanarFormatDescription dstPlaneInfo (vk::getPlanarFormatDescription(dstFormat)); in genCopies()
774 const vk::PlanarFormatDescription srcPlaneInfo (vk::getPlanarFormatDescription(srcFormat)); in isCopyCompatible()
775 const vk::PlanarFormatDescription dstPlaneInfo (vk::getPlanarFormatDescription(dstFormat)); in isCopyCompatible()
791 const vk::PlanarFormatDescription srcPlaneInfo (vk::getPlanarFormatDescription(srcFormat)); in isCopyCompatible()
803 const vk::PlanarFormatDescription dstPlaneInfo (vk::getPlanarFormatDescription(dstFormat)); in isCopyCompatible()
DvktYCbCrImageQueryTests.cpp456 const PlanarFormatDescription& formatDesc = getPlanarFormatDescription(params.format); in testImageQuery()
641 const PlanarFormatDescription& formatDesc = getPlanarFormatDescription(params.format); in testImageQueryLod()
DvktYCbCrFormatTests.cpp321 const PlanarFormatDescription formatInfo = getPlanarFormatDescription(format); in testFormat()
DvktYCbCrViewTests.cpp435 const PlanarFormatDescription formatInfo = getPlanarFormatDescription(format); in testPlaneView()
DvktYCbCrUtil.cpp66 , m_description (getPlanarFormatDescription(format)) in MultiPlaneImageData()
DvktYCbCrConversionTests.cpp699 const vk::PlanarFormatDescription planeInfo (vk::getPlanarFormatDescription(config.format)); in textureConversionTest()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesImageSparseResidency.cpp169 const PlanarFormatDescription formatDescription = getPlanarFormatDescription(m_format); in initPrograms()
202 …at != getPlaneCompatibleFormat(formatDescription, planeNdx)) ? getPlanarFormatDescription(planeCom… in initPrograms()
334 const PlanarFormatDescription formatDescription = getPlanarFormatDescription(m_format); in iterate()
614 …at != getPlaneCompatibleFormat(formatDescription, planeNdx)) ? getPlanarFormatDescription(planeCom… in iterate()
765 …at != getPlaneCompatibleFormat(formatDescription, planeNdx)) ? getPlanarFormatDescription(planeCom… in iterate()
789 …at != getPlaneCompatibleFormat(formatDescription, planeNdx)) ? getPlanarFormatDescription(planeCom… in iterate()
DvktSparseResourcesShaderIntrinsicsSampled.cpp146 const PlanarFormatDescription formatDescription = getPlanarFormatDescription(m_format); in initPrograms()
434 const PlanarFormatDescription formatDescription = getPlanarFormatDescription(m_format); in sparseImageOpString()
DvktSparseResourcesImageAlignedMipSize.cpp149 const PlanarFormatDescription formatDescription = getPlanarFormatDescription(m_format); in iterate()
DvktSparseResourcesImageBlockShapes.cpp156 const PlanarFormatDescription formatDescription = getPlanarFormatDescription(m_format); in iterate()
DvktSparseResourcesShaderIntrinsicsStorage.cpp49 const PlanarFormatDescription formatDescription = getPlanarFormatDescription(m_format); in initPrograms()
DvktSparseResourcesImageMemoryAliasing.cpp224 const PlanarFormatDescription formatDescription = getPlanarFormatDescription(m_format); in iterate()
829 const PlanarFormatDescription formatDescription = getPlanarFormatDescription(m_format); in initPrograms()
DvktSparseResourcesImageSparseBinding.cpp165 const PlanarFormatDescription formatDescription = getPlanarFormatDescription(m_format); in iterate()
DvktSparseResourcesMipmapSparseResidency.cpp169 const PlanarFormatDescription formatDescription = getPlanarFormatDescription(m_format); in iterate()
DvktSparseResourcesShaderIntrinsicsBase.cpp449 const PlanarFormatDescription formatDescription = getPlanarFormatDescription(m_format); in iterate()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkImageUtil.hpp139 PlanarFormatDescription getPlanarFormatDescription (VkFormat format);
DvkImageUtil.cpp2439 PlanarFormatDescription getPlanarFormatDescription (VkFormat format) in getPlanarFormatDescription() function
2569 return getImageSizeAlignment(getPlanarFormatDescription(format)); in getImageSizeAlignment()
2585 return getBlockExtent(getPlanarFormatDescription(format)); in getBlockExtent()
2595 return getPlaneCompatibleFormat(getPlanarFormatDescription(format), planeNdx); in getPlaneCompatibleFormat()
3503 const PlanarFormatDescription& info = getPlanarFormatDescription(format); in imageUtilSelfTest()
3513 const PlanarFormatDescription& info = getPlanarFormatDescription(format); in imageUtilSelfTest()
DvkNullDriver.cpp1239 const PlanarFormatDescription desc = getPlanarFormatDescription(format); in getYCbCrImageDataSize()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemYCbCrConversionTests.cpp1013 const vk::PlanarFormatDescription planeInfo (vk::getPlanarFormatDescription(config.format)); in generateYCbCrImage()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationTimelineSemaphoreTests.cpp848 const PlanarFormatDescription planeDesc = getPlanarFormatDescription(desc.imageFormat); in randomizeData()