Home
last modified time | relevance | path

Searched refs:elementSizeBytes (Results 1 – 17 of 17) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/
DvktYCbCrUtil.cpp94 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()
DvktYCbCrStorageImageWriteTests.cpp275 planeRowPitches[planeNdx] = formatDescription.planes[planeNdx].elementSizeBytes * planeW; in testStorageImageWrite()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrUtil.cpp94 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()
DvktYCbCrStorageImageWriteTests.cpp275 planeRowPitches[planeNdx] = formatDescription.planes[planeNdx].elementSizeBytes * planeW; in testStorageImageWrite()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkImageUtil.cpp2572 …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()
DvkImageUtil.hpp112 deUint8 elementSizeBytes; member
DvkNullDriver.cpp1188 const deUint32 elementSize = desc.planes[planeNdx].elementSizeBytes; in getYCbCrImageDataSize()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesShaderIntrinsicsBase.cpp543 …ers, formatDescription, planeNdx, mipmapNdx) / formatDescription.planes[planeNdx].elementSizeBytes; in iterate()
591 …ers, formatDescription, planeNdx, mipmapNdx) / formatDescription.planes[planeNdx].elementSizeBytes; in iterate()
DvktSparseResourcesImageBlockShapes.cpp230 … pixelSize = static_cast<deUint32>(formatDescription.planes[planeNdx].elementSizeBytes) * 8u; in iterate()
DvktSparseResourcesImageMemoryAliasing.cpp469 …planeRowPitches[mipmapNdx][planeNdx] = formatDescription.planes[planeNdx].elementSizeBytes * plane… in iterate()
DvktSparseResourcesImageSparseResidency.cpp698 planeRowPitches[planeNdx] = formatDescription.planes[planeNdx].elementSizeBytes * planeW; in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/
DvktSparseResourcesShaderIntrinsicsBase.cpp543 …ers, formatDescription, planeNdx, mipmapNdx) / formatDescription.planes[planeNdx].elementSizeBytes; in iterate()
591 …ers, formatDescription, planeNdx, mipmapNdx) / formatDescription.planes[planeNdx].elementSizeBytes; in iterate()
DvktSparseResourcesImageBlockShapes.cpp230 … pixelSize = static_cast<deUint32>(formatDescription.planes[planeNdx].elementSizeBytes) * 8u; in iterate()
DvktSparseResourcesImageMemoryAliasing.cpp469 …planeRowPitches[mipmapNdx][planeNdx] = formatDescription.planes[planeNdx].elementSizeBytes * plane… in iterate()
DvktSparseResourcesImageSparseResidency.cpp698 planeRowPitches[planeNdx] = formatDescription.planes[planeNdx].elementSizeBytes * planeW; in iterate()
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DIntermNode.cpp726 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/
DIntermNode.cpp853 size_t elementSizeBytes = sizeof(TConstantUnion) * elementSize; in getConstantValue() local
855 static_cast<const void *>(elementConstArray), elementSizeBytes); in getConstantValue()