/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/ |
D | vktYCbCrUtil.cpp | 94 planeRowPitches[planeNdx] = m_description.planes[planeNdx].elementSizeBytes * planeW; in getChannelAccess() 113 planeRowPitches[planeNdx] = m_description.planes[planeNdx].elementSizeBytes * planeW; in getChannelAccess() 1007 const deUint32 elementSizeBytes = formatInfo.planes[planeNdx].elementSizeBytes; in getChannelAccess() local 1008 const deUint32 rowPitch = formatInfo.planes[planeNdx].elementSizeBytes * accessWidth; in getChannelAccess() 1011 if (pixelStrideBytes != elementSizeBytes) in getChannelAccess() 1013 DE_ASSERT(elementSizeBytes % pixelStrideBytes == 0); in getChannelAccess() 1014 accessWidth *= elementSizeBytes/pixelStrideBytes; in getChannelAccess()
|
D | vktYCbCrStorageImageWriteTests.cpp | 275 planeRowPitches[planeNdx] = formatDescription.planes[planeNdx].elementSizeBytes * planeW; in testStorageImageWrite()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/ |
D | vktYCbCrUtil.cpp | 94 planeRowPitches[planeNdx] = m_description.planes[planeNdx].elementSizeBytes * planeW; in getChannelAccess() 113 planeRowPitches[planeNdx] = m_description.planes[planeNdx].elementSizeBytes * planeW; in getChannelAccess() 1007 const deUint32 elementSizeBytes = formatInfo.planes[planeNdx].elementSizeBytes; in getChannelAccess() local 1008 const deUint32 rowPitch = formatInfo.planes[planeNdx].elementSizeBytes * accessWidth; in getChannelAccess() 1011 if (pixelStrideBytes != elementSizeBytes) in getChannelAccess() 1013 DE_ASSERT(elementSizeBytes % pixelStrideBytes == 0); in getChannelAccess() 1014 accessWidth *= elementSizeBytes/pixelStrideBytes; in getChannelAccess()
|
D | vktYCbCrStorageImageWriteTests.cpp | 275 planeRowPitches[planeNdx] = formatDescription.planes[planeNdx].elementSizeBytes * planeW; in testStorageImageWrite()
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
D | vkImageUtil.cpp | 2572 …return deAlign32( formatInfo.planes[planeNdx].elementSizeBytes * imageExtent.width * imageExtent.h… in getPlaneSizeInBytes() 2582 …return deAlign32( formatInfo.planes[planeNdx].elementSizeBytes * mipExtents.x() * mipExtents.y(), … in getPlaneSizeInBytes() 3454 const deUint32 elementSizeBytes = formatInfo.planes[planeNdx].elementSizeBytes; in getChannelAccess() local 3457 DE_ASSERT(elementSizeBytes % pixelStrideBytes == 0); in getChannelAccess() 3460 …o.blockWidth * formatInfo.planes[planeNdx].widthDivisor * pixelStrideBytes / elementSizeBytes, 1u), in getChannelAccess() 3461 …blockHeight * formatInfo.planes[planeNdx].heightDivisor * pixelStrideBytes / elementSizeBytes, 1u), in getChannelAccess() 3499 const deUint32 elementSizeBytes = formatInfo.planes[planeNdx].elementSizeBytes; in getChannelAccess() local 3502 DE_ASSERT(elementSizeBytes % pixelStrideBytes == 0); in getChannelAccess() 3505 …o.blockWidth * formatInfo.planes[planeNdx].widthDivisor * pixelStrideBytes / elementSizeBytes, 1u), in getChannelAccess() 3506 …blockHeight * formatInfo.planes[planeNdx].heightDivisor * pixelStrideBytes / elementSizeBytes, 1u), in getChannelAccess()
|
D | vkImageUtil.hpp | 112 deUint8 elementSizeBytes; member
|
D | vkNullDriver.cpp | 1188 const deUint32 elementSize = desc.planes[planeNdx].elementSizeBytes; in getYCbCrImageDataSize()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/ |
D | vktSparseResourcesShaderIntrinsicsBase.cpp | 543 …ers, formatDescription, planeNdx, mipmapNdx) / formatDescription.planes[planeNdx].elementSizeBytes; in iterate() 591 …ers, formatDescription, planeNdx, mipmapNdx) / formatDescription.planes[planeNdx].elementSizeBytes; in iterate()
|
D | vktSparseResourcesImageBlockShapes.cpp | 230 … pixelSize = static_cast<deUint32>(formatDescription.planes[planeNdx].elementSizeBytes) * 8u; in iterate()
|
D | vktSparseResourcesImageMemoryAliasing.cpp | 469 …planeRowPitches[mipmapNdx][planeNdx] = formatDescription.planes[planeNdx].elementSizeBytes * plane… in iterate()
|
D | vktSparseResourcesImageSparseResidency.cpp | 698 planeRowPitches[planeNdx] = formatDescription.planes[planeNdx].elementSizeBytes * planeW; in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/ |
D | vktSparseResourcesShaderIntrinsicsBase.cpp | 543 …ers, formatDescription, planeNdx, mipmapNdx) / formatDescription.planes[planeNdx].elementSizeBytes; in iterate() 591 …ers, formatDescription, planeNdx, mipmapNdx) / formatDescription.planes[planeNdx].elementSizeBytes; in iterate()
|
D | vktSparseResourcesImageBlockShapes.cpp | 230 … pixelSize = static_cast<deUint32>(formatDescription.planes[planeNdx].elementSizeBytes) * 8u; in iterate()
|
D | vktSparseResourcesImageMemoryAliasing.cpp | 469 …planeRowPitches[mipmapNdx][planeNdx] = formatDescription.planes[planeNdx].elementSizeBytes * plane… in iterate()
|
D | vktSparseResourcesImageSparseResidency.cpp | 698 planeRowPitches[planeNdx] = formatDescription.planes[planeNdx].elementSizeBytes * planeW; in iterate()
|
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/ |
D | IntermNode.cpp | 726 size_t elementSizeBytes = sizeof(TConstantUnion) * elementSize; in getConstantValue() local 728 static_cast<const void *>(elementConstArray), elementSizeBytes); in getConstantValue()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
D | IntermNode.cpp | 853 size_t elementSizeBytes = sizeof(TConstantUnion) * elementSize; in getConstantValue() local 855 static_cast<const void *>(elementConstArray), elementSizeBytes); in getConstantValue()
|