/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
D | vkImageUtil.hpp | 216 const deUint32* planeRowPitches, 221 const deUint32* planeRowPitches, 226 const deUint32* planeRowPitches, 231 const deUint32* planeRowPitches,
|
D | vkImageUtil.cpp | 3439 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/ |
D | vktYCbCrStorageImageWriteTests.cpp | 203 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()
|
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/ycbcr/ |
D | vktYCbCrStorageImageWriteTests.cpp | 203 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()
|
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()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/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()
|