Home
last modified time | relevance | path

Searched refs:getPlaneSizeInBytes (Results 1 – 7 of 7) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkImageUtil.hpp146 deUint32 getPlaneSizeInBytes (const PlanarFormatDescription& formatInfo,
151 deUint32 getPlaneSizeInBytes (const PlanarFormatDescription& formatInfo,
DvkNullDriver.cpp1249 totalSize += getPlaneSizeInBytes(desc, extent, planeNdx, 0, BUFFER_IMAGE_COPY_OFFSET_GRANULARITY); in getYCbCrImageDataSize()
DvkImageUtil.cpp2516 deUint32 getPlaneSizeInBytes (const PlanarFormatDescription& formatInfo, in getPlaneSizeInBytes() function
2528 deUint32 getPlaneSizeInBytes (const PlanarFormatDescription& formatInfo, in getPlaneSizeInBytes() function
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrStorageImageWriteTests.cpp305 …imageSizeInBytes += getPlaneSizeInBytes(formatDescription, makeExtent3D( params.size.x(), params… in testStorageImageWrite()
DvktYCbCrCopyTests.cpp736 …deUint32 planeSize = vk::getPlaneSizeInBytes(result.getDescription(), result.getSize(), planeNdx, … in imageCopyTest()
DvktYCbCrUtil.cpp70 …m_planeData[planeNdx].resize(getPlaneSizeInBytes(m_description, size, planeNdx, 0, BUFFER_IMAGE_CO… in MultiPlaneImageData()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesTestsUtil.cpp844 …return layersCount * getPlaneSizeInBytes(formatDescription, baseExtents, planeNdx, mipmapLevel, mi… in getImageMipLevelSizeInBytes()