Searched refs:planeRowPitches (Results 1 – 6 of 6) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
D | vkImageUtil.hpp | 181 const deUint32* planeRowPitches, 186 const deUint32* planeRowPitches, 191 const deUint32* planeRowPitches, 196 const deUint32* planeRowPitches,
|
D | vkImageUtil.cpp | 3384 const deUint32* planeRowPitches, in getChannelAccess() argument 3400 const deUint32 rowPitch = planeRowPitches[planeNdx]; in getChannelAccess() 3420 const deUint32* planeRowPitches, in getChannelAccess() argument 3424 …return getChannelAccess(formatInfo, size, planeRowPitches, const_cast<void* const*>(planePtrs), ch… in getChannelAccess() 3429 const deUint32* planeRowPitches, in getChannelAccess() argument 3445 const deUint32 rowPitch = planeRowPitches[planeNdx]; in getChannelAccess() 3465 const deUint32* planeRowPitches, in getChannelAccess() argument 3469 …return getChannelAccess(formatInfo, size, planeRowPitches, const_cast<void* const*>(planePtrs), ch… in getChannelAccess()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/ |
D | vktYCbCrStorageImageWriteTests.cpp | 232 deUint32 planeRowPitches[PlanarFormatDescription::MAX_PLANES]; in testStorageImageWrite() local 304 planeRowPitches[planeNdx] = formatDescription.planes[planeNdx].elementSizeBytes * planeW; in testStorageImageWrite() 365 …ChannelAccess(compatibleFormatDescription, compatibleShaderGridSize, planeRowPitches, (const void*… in testStorageImageWrite() 383 …ChannelAccess(compatibleFormatDescription, compatibleShaderGridSize, planeRowPitches, (const void*… in testStorageImageWrite()
|
D | vktYCbCrUtil.cpp | 89 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/ |
D | vktSparseResourcesImageMemoryAliasing.cpp | 454 std::vector<std::vector<deUint32>> planeRowPitches( imageSparseInfo.mipLevels ); in iterate() local 459 planeRowPitches[mipmapNdx].resize(formatDescription.numPlanes, 0); in iterate() 469 …planeRowPitches[mipmapNdx][planeNdx] = formatDescription.planes[planeNdx].elementSizeBytes * plane… in iterate() 747 …ss pixelBuffer = vk::getChannelAccess(formatDescription, gridSize, planeRowPitches[mipmapNdx].da… in iterate()
|
D | vktSparseResourcesImageSparseResidency.cpp | 692 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()
|