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/
H A DvkImageUtil.hpp97 struct PlanarFormatDescription struct
179 PlanarFormatDescription getPlanarFormatDescription (VkFormat format);
182 const vk::PlanarFormatDescription& formatDescription,
186 deUint32 getPlaneSizeInBytes (const PlanarFormatDescription& formatInfo,
191 deUint32 getPlaneSizeInBytes (const PlanarFormatDescription& formatInfo,
196 VkExtent3D getPlaneExtent (const PlanarFormatDescription& formatInfo,
200 tcu::UVec2 getPlaneExtent (const PlanarFormatDescription& formatInfo,
205 tcu::UVec3 getImageSizeAlignment (const PlanarFormatDescription& formatInfo);
207 tcu::UVec2 getBlockExtent (const PlanarFormatDescription& formatInfo);
210 VkFormat getPlaneCompatibleFormat (const PlanarFormatDescription
[all...]
H A DvkImageUtil.cpp539 const PlanarFormatDescription& getYCbCrPlanarFormatDescription (VkFormat format) in getYCbCrPlanarFormatDescription()
543 const deUint32 chanR = PlanarFormatDescription::CHANNEL_R; in getYCbCrPlanarFormatDescription()
544 const deUint32 chanG = PlanarFormatDescription::CHANNEL_G; in getYCbCrPlanarFormatDescription()
545 const deUint32 chanB = PlanarFormatDescription::CHANNEL_B; in getYCbCrPlanarFormatDescription()
546 const deUint32 chanA = PlanarFormatDescription::CHANNEL_A; in getYCbCrPlanarFormatDescription()
552 static const PlanarFormatDescription s_formatInfo[] = in getYCbCrPlanarFormatDescription()
639 static const PlanarFormatDescription s_formatInfo[] = in getYCbCrPlanarFormatDescription()
1296 PlanarFormatDescription getCorePlanarFormatDescription (VkFormat format) in getCorePlanarFormatDescription()
1304 const deUint8 chanR = (deUint8)PlanarFormatDescription::CHANNEL_R; in getCorePlanarFormatDescription()
1305 const deUint8 chanG = (deUint8)PlanarFormatDescription in getCorePlanarFormatDescription()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/
H A DvktYCbCrStorageImageWriteTests.cpp120 vk::VkFormat getPlaneCompatibleFormatForWriting(const vk::PlanarFormatDescription& formatInfo, deUint32 planeNdx) in getPlaneCompatibleFormatForWriting()
149 const PlanarFormatDescription formatDescription = getPlanarFormatDescription(params.format);
190 .build(vkd, device, VK_DESCRIPTOR_POOL_CREATE_FREE_DESCRIPTOR_SET_BIT, vk::PlanarFormatDescription::MAX_PLANES));
202 deUint32 planeOffsets[PlanarFormatDescription::MAX_PLANES];
203 deUint32 planeRowPitches[PlanarFormatDescription::MAX_PLANES];
204 void* planePointers[PlanarFormatDescription::MAX_PLANES];
215 vk::PlanarFormatDescription compatibleFormatDescription = (planeCompatibleFormat != getPlaneCompatibleFormat(formatDescription, planeNdx)) ? getPlanarFormatDescription(planeCompatibleFormat) : formatDescription;
333 vk::PlanarFormatDescription compatibleFormatDescription = (planeCompatibleFormat != getPlaneCompatibleFormat(formatDescription, planeNdx)) ? getPlanarFormatDescription(planeCompatibleFormat) : formatDescription;
350 vk::PlanarFormatDescription compatibleFormatDescription = (planeCompatibleFormat != getPlaneCompatibleFormat(formatDescription, planeNdx)) ? getPlanarFormatDescription(planeCompatibleFormat) : formatDescription;
426 std::string getShaderImageType (const vk::PlanarFormatDescription
[all...]
H A 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,
H A 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()
H A 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
[all...]
H A 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/
H A DvktYCbCrStorageImageWriteTests.cpp71 vk::VkFormat getPlaneCompatibleFormatForWriting(const vk::PlanarFormatDescription& formatInfo, deUint32 planeNdx) in getPlaneCompatibleFormatForWriting()
144 const PlanarFormatDescription formatDescription = getPlanarFormatDescription(params.format);
188 const PlanarFormatDescription formatDescription = getPlanarFormatDescription(params.format);
227 const PlanarFormatDescription formatDescription = getPlanarFormatDescription(params.format);
269 .addType(VK_DESCRIPTOR_TYPE_STORAGE_IMAGE, vk::PlanarFormatDescription::MAX_PLANES)
270 .build(vkd, device, VK_DESCRIPTOR_POOL_CREATE_FREE_DESCRIPTOR_SET_BIT, vk::PlanarFormatDescription::MAX_PLANES));
282 deUint32 planeOffsets[PlanarFormatDescription::MAX_PLANES];
283 deUint32 planeRowPitches[PlanarFormatDescription::MAX_PLANES];
284 void* planePointers[PlanarFormatDescription::MAX_PLANES];
295 vk::PlanarFormatDescription compatibleFormatDescriptio
[all...]
H A 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];
172 const vk::PlanarFormatDescription& formatInfo,
H A 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()
574 const PlanarFormatDescription& formatDesc = imageData->getDescription(); in downloadImage()
678 const PlanarFormatDescription& formatDesc = imageData->getDescription(); in readImageMemory()
991 const vk::PlanarFormatDescription
[all...]
H A DvktYCbCrCopyTests.cpp132 const vk::PlanarFormatDescription formatDescription = vk::getPlanarFormatDescription(config.format); in checkFormatSupport()
520 const vk::PlanarFormatDescription srcPlaneInfo (vk::getPlanarFormatDescription(srcFormat)); in genCopies()
521 const vk::PlanarFormatDescription dstPlaneInfo (vk::getPlanarFormatDescription(dstFormat)); in genCopies()
930 const vk::PlanarFormatDescription srcPlaneInfo (vk::getPlanarFormatDescription(srcFormat)); in isCopyCompatible()
931 const vk::PlanarFormatDescription dstPlaneInfo (vk::getPlanarFormatDescription(dstFormat)); in isCopyCompatible()
947 const vk::PlanarFormatDescription srcPlaneInfo (vk::getPlanarFormatDescription(srcFormat)); in isCopyCompatible()
959 const vk::PlanarFormatDescription dstPlaneInfo (vk::getPlanarFormatDescription(dstFormat)); in isCopyCompatible()
H A 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/
H A 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,
H A 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);
H A DvktSparseResourcesTestsUtil.cpp477 std::string getShaderImageType (const vk::PlanarFormatDescription& description, const ImageType imageType) in getShaderImageType()
482 // all PlanarFormatDescription types have at least one channel ( 0 ) and all channel types are the same : in getShaderImageType()
539 std::string getShaderImageDataType (const vk::PlanarFormatDescription& description) in getShaderImageDataType()
816 deUint32 getImageMipLevelSizeInBytes (const VkExtent3D& baseExtents, const deUint32 layersCount, const vk::PlanarFormatDescription& formatDescription, const deUint32 planeNdx, const deUint32 mipmapLevel, const deUint32 mipmapMemoryAlignment) in getImageMipLevelSizeInBytes()
821 deUint32 getImageSizeInBytes (const VkExtent3D& baseExtents, const deUint32 layersCount, const vk::PlanarFormatDescription& formatDescription, const deUint32 planeNdx, const deUint32 mipmapLevelsCount, const deUint32 mipmapMemoryAlignment) in getImageSizeInBytes()
995 vk::VkFormat getPlaneCompatibleFormatForWriting(const vk::PlanarFormatDescription& formatInfo, deUint32 planeNdx)
H A DvktSparseResourcesImageSparseResidency.cpp167 const PlanarFormatDescription formatDescription = getPlanarFormatDescription(m_format); in initPrograms()
202 vk::PlanarFormatDescription compatibleFormatDescription = (planeCompatibleFormat != getPlaneCompatibleFormat(formatDescription, planeNdx)) ? getPlanarFormatDescription(planeCompatibleFormat) : formatDescription; in initPrograms()
349 const PlanarFormatDescription formatDescription = getPlanarFormatDescription(m_format); in iterate()
613 .build(deviceInterface, getDevice(), VK_DESCRIPTOR_POOL_CREATE_FREE_DESCRIPTOR_SET_BIT, vk::PlanarFormatDescription::MAX_PLANES)); in iterate()
629 vk::PlanarFormatDescription compatibleFormatDescription = (planeCompatibleFormat != getPlaneCompatibleFormat(formatDescription, planeNdx)) ? getPlanarFormatDescription(planeCompatibleFormat) : formatDescription; in iterate()
706 deUint32 planeOffsets[PlanarFormatDescription::MAX_PLANES]; in iterate()
707 deUint32 planeRowPitches[PlanarFormatDescription::MAX_PLANES]; in iterate()
764 void* planePointers[PlanarFormatDescription::MAX_PLANES]; in iterate()
780 vk::PlanarFormatDescription compatibleFormatDescription = (planeCompatibleFormat != getPlaneCompatibleFormat(formatDescription, planeNdx)) ? getPlanarFormatDescription(planeCompatibleFormat) : formatDescription; in iterate()
804 vk::PlanarFormatDescription compatibleFormatDescriptio in iterate()
[all...]
H A 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()
H A DvktSparseResourcesShaderIntrinsicsSampled.cpp146 const PlanarFormatDescription formatDescription = getPlanarFormatDescription(m_format); in initPrograms()
446 const PlanarFormatDescription formatDescription = getPlanarFormatDescription(m_format); in sparseImageOpString()
H A DvktSparseResourcesImageAlignedMipSize.cpp147 const PlanarFormatDescription formatDescription = getPlanarFormatDescription(m_format); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/
H A 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,
H A 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);
H A DvktSparseResourcesTestsUtil.cpp477 std::string getShaderImageType (const vk::PlanarFormatDescription& description, const ImageType imageType) in getShaderImageType()
482 // all PlanarFormatDescription types have at least one channel ( 0 ) and all channel types are the same : in getShaderImageType()
539 std::string getShaderImageDataType (const vk::PlanarFormatDescription& description) in getShaderImageDataType()
813 deUint32 getImageMipLevelSizeInBytes (const VkExtent3D& baseExtents, const deUint32 layersCount, const vk::PlanarFormatDescription& formatDescription, const deUint32 planeNdx, const deUint32 mipmapLevel, const deUint32 mipmapMemoryAlignment) in getImageMipLevelSizeInBytes()
818 deUint32 getImageSizeInBytes (const VkExtent3D& baseExtents, const deUint32 layersCount, const vk::PlanarFormatDescription& formatDescription, const deUint32 planeNdx, const deUint32 mipmapLevelsCount, const deUint32 mipmapMemoryAlignment) in getImageSizeInBytes()
992 vk::VkFormat getPlaneCompatibleFormatForWriting(const vk::PlanarFormatDescription& formatInfo, deUint32 planeNdx)
H A DvktSparseResourcesImageSparseResidency.cpp169 const PlanarFormatDescription formatDescription = getPlanarFormatDescription(m_format); in initPrograms()
202 vk::PlanarFormatDescription compatibleFormatDescription = (planeCompatibleFormat != getPlaneCompatibleFormat(formatDescription, planeNdx)) ? getPlanarFormatDescription(planeCompatibleFormat) : formatDescription; in initPrograms()
334 const PlanarFormatDescription formatDescription = getPlanarFormatDescription(m_format); in iterate()
598 .build(deviceInterface, getDevice(), VK_DESCRIPTOR_POOL_CREATE_FREE_DESCRIPTOR_SET_BIT, vk::PlanarFormatDescription::MAX_PLANES)); in iterate()
614 vk::PlanarFormatDescription compatibleFormatDescription = (planeCompatibleFormat != getPlaneCompatibleFormat(formatDescription, planeNdx)) ? getPlanarFormatDescription(planeCompatibleFormat) : formatDescription; 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 != getPlaneCompatibleFormat(formatDescription, planeNdx)) ? getPlanarFormatDescription(planeCompatibleFormat) : formatDescription; in iterate()
789 vk::PlanarFormatDescription compatibleFormatDescriptio in iterate()
[all...]
H A 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()
H A DvktSparseResourcesShaderIntrinsicsSampled.cpp146 const PlanarFormatDescription formatDescription = getPlanarFormatDescription(m_format); in initPrograms()
446 const PlanarFormatDescription formatDescription = getPlanarFormatDescription(m_format); in sparseImageOpString()

Completed in 27 milliseconds

12