Home
last modified time | relevance | path

Searched refs:planeRowPitches (Results 1 – 10 of 10) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkImageUtil.hpp216 const deUint32* planeRowPitches,
221 const deUint32* planeRowPitches,
226 const deUint32* planeRowPitches,
231 const deUint32* planeRowPitches,
DvkImageUtil.cpp3439 const deUint32* planeRowPitches, in getChannelAccess() argument
3455 const deUint32 rowPitch = planeRowPitches[planeNdx]; in getChannelAccess()
3475 const deUint32* planeRowPitches, in getChannelAccess() argument
3479 …return getChannelAccess(formatInfo, size, planeRowPitches, const_cast<void* const*>(planePtrs), ch… in getChannelAccess()
3484 const deUint32* planeRowPitches, in getChannelAccess() argument
3500 const deUint32 rowPitch = planeRowPitches[planeNdx]; in getChannelAccess()
3520 const deUint32* planeRowPitches, in getChannelAccess() argument
3524 …return getChannelAccess(formatInfo, size, planeRowPitches, const_cast<void* const*>(planePtrs), ch… in getChannelAccess()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/
DvktYCbCrStorageImageWriteTests.cpp203 deUint32 planeRowPitches[PlanarFormatDescription::MAX_PLANES]; in testStorageImageWrite() local
275 planeRowPitches[planeNdx] = formatDescription.planes[planeNdx].elementSizeBytes * planeW; in testStorageImageWrite()
335 …ChannelAccess(compatibleFormatDescription, compatibleShaderGridSize, planeRowPitches, (const void*… in testStorageImageWrite()
353 …ChannelAccess(compatibleFormatDescription, compatibleShaderGridSize, planeRowPitches, (const void*… in testStorageImageWrite()
DvktYCbCrUtil.cpp89 deUint32 planeRowPitches[PlanarFormatDescription::MAX_PLANES]; in getChannelAccess() local
94 planeRowPitches[planeNdx] = m_description.planes[planeNdx].elementSizeBytes * planeW; in getChannelAccess()
100 planeRowPitches, in getChannelAccess()
108 deUint32 planeRowPitches[PlanarFormatDescription::MAX_PLANES]; in getChannelAccess() local
113 planeRowPitches[planeNdx] = m_description.planes[planeNdx].elementSizeBytes * planeW; in getChannelAccess()
119 planeRowPitches, in getChannelAccess()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrStorageImageWriteTests.cpp203 deUint32 planeRowPitches[PlanarFormatDescription::MAX_PLANES]; in testStorageImageWrite() local
275 planeRowPitches[planeNdx] = formatDescription.planes[planeNdx].elementSizeBytes * planeW; in testStorageImageWrite()
335 …ChannelAccess(compatibleFormatDescription, compatibleShaderGridSize, planeRowPitches, (const void*… in testStorageImageWrite()
353 …ChannelAccess(compatibleFormatDescription, compatibleShaderGridSize, planeRowPitches, (const void*… in testStorageImageWrite()
DvktYCbCrUtil.cpp89 deUint32 planeRowPitches[PlanarFormatDescription::MAX_PLANES]; in getChannelAccess() local
94 planeRowPitches[planeNdx] = m_description.planes[planeNdx].elementSizeBytes * planeW; in getChannelAccess()
100 planeRowPitches, in getChannelAccess()
108 deUint32 planeRowPitches[PlanarFormatDescription::MAX_PLANES]; in getChannelAccess() local
113 planeRowPitches[planeNdx] = m_description.planes[planeNdx].elementSizeBytes * planeW; in getChannelAccess()
119 planeRowPitches, in getChannelAccess()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesImageMemoryAliasing.cpp454 std::vector<std::vector<deUint32>> planeRowPitches( imageSparseInfo.mipLevels ); in iterate() local
459 planeRowPitches[mipmapNdx].resize(formatDescription.numPlanes, 0); in iterate()
469planeRowPitches[mipmapNdx][planeNdx] = formatDescription.planes[planeNdx].elementSizeBytes * plane… in iterate()
747 …ss pixelBuffer = vk::getChannelAccess(formatDescription, gridSize, planeRowPitches[mipmapNdx].da… in iterate()
DvktSparseResourcesImageSparseResidency.cpp692 deUint32 planeRowPitches[PlanarFormatDescription::MAX_PLANES]; in iterate() local
698 planeRowPitches[planeNdx] = formatDescription.planes[planeNdx].elementSizeBytes * planeW; in iterate()
767 …ChannelAccess(compatibleFormatDescription, compatibleShaderGridSize, planeRowPitches, (const void*… in iterate()
795 …ChannelAccess(compatibleFormatDescription, compatibleShaderGridSize, planeRowPitches, (const void*… in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/
DvktSparseResourcesImageMemoryAliasing.cpp454 std::vector<std::vector<deUint32>> planeRowPitches( imageSparseInfo.mipLevels ); in iterate() local
459 planeRowPitches[mipmapNdx].resize(formatDescription.numPlanes, 0); in iterate()
469planeRowPitches[mipmapNdx][planeNdx] = formatDescription.planes[planeNdx].elementSizeBytes * plane… in iterate()
747 …ss pixelBuffer = vk::getChannelAccess(formatDescription, gridSize, planeRowPitches[mipmapNdx].da… in iterate()
DvktSparseResourcesImageSparseResidency.cpp692 deUint32 planeRowPitches[PlanarFormatDescription::MAX_PLANES]; in iterate() local
698 planeRowPitches[planeNdx] = formatDescription.planes[planeNdx].elementSizeBytes * planeW; in iterate()
767 …ChannelAccess(compatibleFormatDescription, compatibleShaderGridSize, planeRowPitches, (const void*… in iterate()
795 …ChannelAccess(compatibleFormatDescription, compatibleShaderGridSize, planeRowPitches, (const void*… in iterate()