Home
last modified time | relevance | path

Searched refs:PlanarFormatDescription (Results 1 – 25 of 49) sorted by relevance

12

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkImageUtil.hpp94 struct PlanarFormatDescription struct
174 PlanarFormatDescription getPlanarFormatDescription (VkFormat format);
177 const vk::PlanarFormatDescription& formatDescription,
181 deUint32 getPlaneSizeInBytes (const PlanarFormatDescription& formatInfo,
186 deUint32 getPlaneSizeInBytes (const PlanarFormatDescription& formatInfo,
191 VkExtent3D getPlaneExtent (const PlanarFormatDescription& formatInfo,
195 tcu::UVec2 getPlaneExtent (const PlanarFormatDescription& formatInfo,
200 tcu::UVec3 getImageSizeAlignment (const PlanarFormatDescription& formatInfo);
202 tcu::UVec2 getBlockExtent (const PlanarFormatDescription& formatInfo);
205 VkFormat getPlaneCompatibleFormat (const PlanarFormatDescription& formatInfo,
[all …]
DvkImageUtil.cpp427 const PlanarFormatDescription& getYCbCrPlanarFormatDescription (VkFormat format) in getYCbCrPlanarFormatDescription()
431 const deUint32 chanR = PlanarFormatDescription::CHANNEL_R; in getYCbCrPlanarFormatDescription()
432 const deUint32 chanG = PlanarFormatDescription::CHANNEL_G; in getYCbCrPlanarFormatDescription()
433 const deUint32 chanB = PlanarFormatDescription::CHANNEL_B; in getYCbCrPlanarFormatDescription()
434 const deUint32 chanA = PlanarFormatDescription::CHANNEL_A; in getYCbCrPlanarFormatDescription()
440 static const PlanarFormatDescription s_formatInfo[] = in getYCbCrPlanarFormatDescription()
527 static const PlanarFormatDescription s_formatInfo[] = in getYCbCrPlanarFormatDescription()
1184 PlanarFormatDescription getCorePlanarFormatDescription (VkFormat format) in getCorePlanarFormatDescription()
1192 const deUint8 chanR = (deUint8)PlanarFormatDescription::CHANNEL_R; in getCorePlanarFormatDescription()
1193 const deUint8 chanG = (deUint8)PlanarFormatDescription::CHANNEL_G; in getCorePlanarFormatDescription()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/
DvktYCbCrStorageImageWriteTests.cpp120 vk::VkFormat getPlaneCompatibleFormatForWriting(const vk::PlanarFormatDescription& formatInfo, deUi… in getPlaneCompatibleFormatForWriting()
149 const PlanarFormatDescription formatDescription = getPlanarFormatDescription(params.format); in testStorageImageWrite()
190 …, device, VK_DESCRIPTOR_POOL_CREATE_FREE_DESCRIPTOR_SET_BIT, vk::PlanarFormatDescription::MAX_PLAN… in testStorageImageWrite()
202 deUint32 planeOffsets[PlanarFormatDescription::MAX_PLANES]; in testStorageImageWrite()
203 deUint32 planeRowPitches[PlanarFormatDescription::MAX_PLANES]; in testStorageImageWrite()
204 void* planePointers[PlanarFormatDescription::MAX_PLANES]; in testStorageImageWrite()
215 …vk::PlanarFormatDescription compatibleFormatDescription = (planeCompatibleFormat != getPlaneCompa… in testStorageImageWrite()
333 …vk::PlanarFormatDescription compatibleFormatDescription = (planeCompatibleFormat != getPlaneCompat… in testStorageImageWrite()
350 …vk::PlanarFormatDescription compatibleFormatDescription = (planeCompatibleFormat != getPlaneComp… in testStorageImageWrite()
426 std::string getShaderImageType (const vk::PlanarFormatDescription& description) in getShaderImageType()
[all …]
DvktYCbCrUtil.hpp65 const vk::PlanarFormatDescription& getDescription (void) const { return m_description; } in getDescription()
79 const vk::PlanarFormatDescription m_description;
82 std::vector<deUint8> m_planeData[vk::PlanarFormatDescription::MAX_PLANES];
171 const vk::PlanarFormatDescription& formatInfo,
DvktYCbCrCopyTests.cpp464 const vk::PlanarFormatDescription srcPlaneInfo (vk::getPlanarFormatDescription(srcFormat)); in genCopies()
465 const vk::PlanarFormatDescription dstPlaneInfo (vk::getPlanarFormatDescription(dstFormat)); in genCopies()
778 const vk::PlanarFormatDescription srcPlaneInfo (vk::getPlanarFormatDescription(srcFormat)); in isCopyCompatible()
779 const vk::PlanarFormatDescription dstPlaneInfo (vk::getPlanarFormatDescription(dstFormat)); in isCopyCompatible()
795 const vk::PlanarFormatDescription srcPlaneInfo (vk::getPlanarFormatDescription(srcFormat)); in isCopyCompatible()
807 const vk::PlanarFormatDescription dstPlaneInfo (vk::getPlanarFormatDescription(dstFormat)); in isCopyCompatible()
DvktYCbCrUtil.cpp88 void* planePtrs[PlanarFormatDescription::MAX_PLANES]; in getChannelAccess()
89 deUint32 planeRowPitches[PlanarFormatDescription::MAX_PLANES]; in getChannelAccess()
107 const void* planePtrs[PlanarFormatDescription::MAX_PLANES]; in getChannelAccess()
108 deUint32 planeRowPitches[PlanarFormatDescription::MAX_PLANES]; in getChannelAccess()
319 const PlanarFormatDescription& formatInfo = imageData->getDescription(); in fillGradient()
392 const PlanarFormatDescription& formatDesc = imageData.getDescription(); in uploadImage()
491 const PlanarFormatDescription& formatDesc = imageData.getDescription(); in fillImageMemory()
573 const PlanarFormatDescription& formatDesc = imageData->getDescription(); in downloadImage()
677 const PlanarFormatDescription& formatDesc = imageData->getDescription(); in readImageMemory()
990 const vk::PlanarFormatDescription& formatInfo, in getChannelAccess()
DvktYCbCrImageQueryTests.cpp356 UVec2 getMaxPlaneDivisor (const PlanarFormatDescription& formatDesc) in getMaxPlaneDivisor()
464 const PlanarFormatDescription& formatDesc = getPlanarFormatDescription(params.format); in testImageQuery()
649 const PlanarFormatDescription& formatDesc = getPlanarFormatDescription(params.format); in testImageQueryLod()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrStorageImageWriteTests.cpp120 vk::VkFormat getPlaneCompatibleFormatForWriting(const vk::PlanarFormatDescription& formatInfo, deUi… in getPlaneCompatibleFormatForWriting()
149 const PlanarFormatDescription formatDescription = getPlanarFormatDescription(params.format); in testStorageImageWrite()
190 …, device, VK_DESCRIPTOR_POOL_CREATE_FREE_DESCRIPTOR_SET_BIT, vk::PlanarFormatDescription::MAX_PLAN… in testStorageImageWrite()
202 deUint32 planeOffsets[PlanarFormatDescription::MAX_PLANES]; in testStorageImageWrite()
203 deUint32 planeRowPitches[PlanarFormatDescription::MAX_PLANES]; in testStorageImageWrite()
204 void* planePointers[PlanarFormatDescription::MAX_PLANES]; in testStorageImageWrite()
215 …vk::PlanarFormatDescription compatibleFormatDescription = (planeCompatibleFormat != getPlaneCompa… in testStorageImageWrite()
333 …vk::PlanarFormatDescription compatibleFormatDescription = (planeCompatibleFormat != getPlaneCompat… in testStorageImageWrite()
350 …vk::PlanarFormatDescription compatibleFormatDescription = (planeCompatibleFormat != getPlaneComp… in testStorageImageWrite()
426 std::string getShaderImageType (const vk::PlanarFormatDescription& description) in getShaderImageType()
[all …]
DvktYCbCrUtil.hpp65 const vk::PlanarFormatDescription& getDescription (void) const { return m_description; } in getDescription()
79 const vk::PlanarFormatDescription m_description;
82 std::vector<deUint8> m_planeData[vk::PlanarFormatDescription::MAX_PLANES];
171 const vk::PlanarFormatDescription& formatInfo,
DvktYCbCrCopyTests.cpp464 const vk::PlanarFormatDescription srcPlaneInfo (vk::getPlanarFormatDescription(srcFormat)); in genCopies()
465 const vk::PlanarFormatDescription dstPlaneInfo (vk::getPlanarFormatDescription(dstFormat)); in genCopies()
778 const vk::PlanarFormatDescription srcPlaneInfo (vk::getPlanarFormatDescription(srcFormat)); in isCopyCompatible()
779 const vk::PlanarFormatDescription dstPlaneInfo (vk::getPlanarFormatDescription(dstFormat)); in isCopyCompatible()
795 const vk::PlanarFormatDescription srcPlaneInfo (vk::getPlanarFormatDescription(srcFormat)); in isCopyCompatible()
807 const vk::PlanarFormatDescription dstPlaneInfo (vk::getPlanarFormatDescription(dstFormat)); in isCopyCompatible()
DvktYCbCrUtil.cpp88 void* planePtrs[PlanarFormatDescription::MAX_PLANES]; in getChannelAccess()
89 deUint32 planeRowPitches[PlanarFormatDescription::MAX_PLANES]; in getChannelAccess()
107 const void* planePtrs[PlanarFormatDescription::MAX_PLANES]; in getChannelAccess()
108 deUint32 planeRowPitches[PlanarFormatDescription::MAX_PLANES]; in getChannelAccess()
319 const PlanarFormatDescription& formatInfo = imageData->getDescription(); in fillGradient()
392 const PlanarFormatDescription& formatDesc = imageData.getDescription(); in uploadImage()
491 const PlanarFormatDescription& formatDesc = imageData.getDescription(); in fillImageMemory()
573 const PlanarFormatDescription& formatDesc = imageData->getDescription(); in downloadImage()
677 const PlanarFormatDescription& formatDesc = imageData->getDescription(); in readImageMemory()
990 const vk::PlanarFormatDescription& formatInfo, in getChannelAccess()
DvktYCbCrImageQueryTests.cpp356 UVec2 getMaxPlaneDivisor (const PlanarFormatDescription& formatDesc) in getMaxPlaneDivisor()
464 const PlanarFormatDescription& formatDesc = getPlanarFormatDescription(params.format); in testImageQuery()
649 const PlanarFormatDescription& formatDesc = getPlanarFormatDescription(params.format); in testImageQueryLod()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesTestsUtil.hpp104 std::string getShaderImageType (const vk::PlanarFormatDescription& description,
109 std::string getShaderImageDataType (const vk::PlanarFormatDescription& description);
165 const vk::PlanarFormatDescription& formatDescription,
172 const vk::PlanarFormatDescription& formatDescription,
247 vk::VkFormat getPlaneCompatibleFormatForWriting (const vk::PlanarFormatDescription& formatInfo,
DvktSparseResourcesShaderIntrinsicsBase.hpp90 std::string getOpTypeImageComponent (const vk::PlanarFormatDescription& description);
92 std::string getImageComponentTypeName (const vk::PlanarFormatDescription& description);
94 std::string getImageComponentVec4TypeName (const vk::PlanarFormatDescription& description);
DvktSparseResourcesImageSparseResidency.cpp169 const PlanarFormatDescription formatDescription = getPlanarFormatDescription(m_format); in initPrograms()
202 …vk::PlanarFormatDescription compatibleFormatDescription = (planeCompatibleFormat != getPlaneCompa… in initPrograms()
334 const PlanarFormatDescription formatDescription = getPlanarFormatDescription(m_format); in iterate()
598 …Device(), VK_DESCRIPTOR_POOL_CREATE_FREE_DESCRIPTOR_SET_BIT, vk::PlanarFormatDescription::MAX_PLAN… in iterate()
614 …vk::PlanarFormatDescription compatibleFormatDescription = (planeCompatibleFormat != getPlaneCompa… in iterate()
691 deUint32 planeOffsets[PlanarFormatDescription::MAX_PLANES]; in iterate()
692 deUint32 planeRowPitches[PlanarFormatDescription::MAX_PLANES]; in iterate()
749 void* planePointers[PlanarFormatDescription::MAX_PLANES]; in iterate()
765 …vk::PlanarFormatDescription compatibleFormatDescription = (planeCompatibleFormat != getPlaneCompat… in iterate()
789 …vk::PlanarFormatDescription compatibleFormatDescription = (planeCompatibleFormat != getPlaneCompa… in iterate()
DvktSparseResourcesTestsUtil.cpp477 std::string getShaderImageType (const vk::PlanarFormatDescription& description, const ImageType ima… in getShaderImageType()
539 std::string getShaderImageDataType (const vk::PlanarFormatDescription& description) in getShaderImageDataType()
813 …t VkExtent3D& baseExtents, const deUint32 layersCount, const vk::PlanarFormatDescription& formatDe… in getImageMipLevelSizeInBytes()
818 …t VkExtent3D& baseExtents, const deUint32 layersCount, const vk::PlanarFormatDescription& formatDe… in getImageSizeInBytes()
992 vk::VkFormat getPlaneCompatibleFormatForWriting(const vk::PlanarFormatDescription& formatInfo, deUi… in getPlaneCompatibleFormatForWriting()
DvktSparseResourcesShaderIntrinsicsBase.cpp53 std::string getOpTypeImageComponent (const vk::PlanarFormatDescription& description) in getOpTypeImageComponent()
89 std::string getImageComponentTypeName (const vk::PlanarFormatDescription& description) in getImageComponentTypeName()
125 std::string getImageComponentVec4TypeName (const vk::PlanarFormatDescription& description) in getImageComponentVec4TypeName()
448 const PlanarFormatDescription formatDescription = getPlanarFormatDescription(m_format); in iterate()
DvktSparseResourcesShaderIntrinsicsSampled.cpp146 const PlanarFormatDescription formatDescription = getPlanarFormatDescription(m_format); in initPrograms()
446 const PlanarFormatDescription formatDescription = getPlanarFormatDescription(m_format); in sparseImageOpString()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/
DvktSparseResourcesTestsUtil.hpp104 std::string getShaderImageType (const vk::PlanarFormatDescription& description,
109 std::string getShaderImageDataType (const vk::PlanarFormatDescription& description);
165 const vk::PlanarFormatDescription& formatDescription,
172 const vk::PlanarFormatDescription& formatDescription,
247 vk::VkFormat getPlaneCompatibleFormatForWriting (const vk::PlanarFormatDescription& formatInfo,
DvktSparseResourcesShaderIntrinsicsBase.hpp90 std::string getOpTypeImageComponent (const vk::PlanarFormatDescription& description);
92 std::string getImageComponentTypeName (const vk::PlanarFormatDescription& description);
94 std::string getImageComponentVec4TypeName (const vk::PlanarFormatDescription& description);
DvktSparseResourcesImageSparseResidency.cpp169 const PlanarFormatDescription formatDescription = getPlanarFormatDescription(m_format); in initPrograms()
202 …vk::PlanarFormatDescription compatibleFormatDescription = (planeCompatibleFormat != getPlaneCompa… in initPrograms()
334 const PlanarFormatDescription formatDescription = getPlanarFormatDescription(m_format); in iterate()
598 …Device(), VK_DESCRIPTOR_POOL_CREATE_FREE_DESCRIPTOR_SET_BIT, vk::PlanarFormatDescription::MAX_PLAN… in iterate()
614 …vk::PlanarFormatDescription compatibleFormatDescription = (planeCompatibleFormat != getPlaneCompa… in iterate()
691 deUint32 planeOffsets[PlanarFormatDescription::MAX_PLANES]; in iterate()
692 deUint32 planeRowPitches[PlanarFormatDescription::MAX_PLANES]; in iterate()
749 void* planePointers[PlanarFormatDescription::MAX_PLANES]; in iterate()
765 …vk::PlanarFormatDescription compatibleFormatDescription = (planeCompatibleFormat != getPlaneCompat… in iterate()
789 …vk::PlanarFormatDescription compatibleFormatDescription = (planeCompatibleFormat != getPlaneCompa… in iterate()
DvktSparseResourcesTestsUtil.cpp477 std::string getShaderImageType (const vk::PlanarFormatDescription& description, const ImageType ima… in getShaderImageType()
539 std::string getShaderImageDataType (const vk::PlanarFormatDescription& description) in getShaderImageDataType()
813 …t VkExtent3D& baseExtents, const deUint32 layersCount, const vk::PlanarFormatDescription& formatDe… in getImageMipLevelSizeInBytes()
818 …t VkExtent3D& baseExtents, const deUint32 layersCount, const vk::PlanarFormatDescription& formatDe… in getImageSizeInBytes()
992 vk::VkFormat getPlaneCompatibleFormatForWriting(const vk::PlanarFormatDescription& formatInfo, deUi… in getPlaneCompatibleFormatForWriting()
DvktSparseResourcesShaderIntrinsicsBase.cpp53 std::string getOpTypeImageComponent (const vk::PlanarFormatDescription& description) in getOpTypeImageComponent()
89 std::string getImageComponentTypeName (const vk::PlanarFormatDescription& description) in getImageComponentTypeName()
125 std::string getImageComponentVec4TypeName (const vk::PlanarFormatDescription& description) in getImageComponentVec4TypeName()
448 const PlanarFormatDescription formatDescription = getPlanarFormatDescription(m_format); in iterate()
DvktSparseResourcesShaderIntrinsicsSampled.cpp146 const PlanarFormatDescription formatDescription = getPlanarFormatDescription(m_format); in initPrograms()
446 const PlanarFormatDescription formatDescription = getPlanarFormatDescription(m_format); in sparseImageOpString()
DvktSparseResourcesImageAlignedMipSize.cpp149 const PlanarFormatDescription formatDescription = getPlanarFormatDescription(m_format); in iterate()

12