Home
last modified time | relevance | path

Searched refs:pixelStrideBytes (Results 1 – 2 of 2) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/framework/vulkan/
H A DvkImageUtil.cpp3095 const deUint32 pixelStrideBytes = formatInfo.channels[channelNdx].strideBytes; in getChannelAccess() local
3104 DE_ASSERT(elementSizeBytes % pixelStrideBytes == 0); in getChannelAccess()
3107 …std::max(formatInfo.blockWidth * formatInfo.planes[planeNdx].widthDivisor * pixelStrideBytes / ele… in getChannelAccess()
3108 …std::max(formatInfo.blockHeight * formatInfo.planes[planeNdx].heightDivisor * pixelStrideBytes / e… in getChannelAccess()
3115 tcu::IVec3((int)pixelStrideBytes, (int)rowPitch, (int)(accessHeight*rowPitch)), in getChannelAccess()
3140 const deUint32 pixelStrideBytes = formatInfo.channels[channelNdx].strideBytes; in getChannelAccess() local
3149 DE_ASSERT(elementSizeBytes % pixelStrideBytes == 0); in getChannelAccess()
3152 …std::max(formatInfo.blockWidth * formatInfo.planes[planeNdx].widthDivisor * pixelStrideBytes / ele… in getChannelAccess()
3153 …std::max(formatInfo.blockHeight * formatInfo.planes[planeNdx].heightDivisor * pixelStrideBytes / e… in getChannelAccess()
3160 tcu::IVec3((int)pixelStrideBytes, (int)rowPitch, (int)(accessHeight*rowPitch)), in getChannelAccess()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/ycbcr/
H A DvktYCbCrUtil.cpp924 const deUint32 pixelStrideBytes = formatInfo.channels[channelNdx].strideBytes; in getChannelAccess() local
925 const deUint32 pixelStrideBits = pixelStrideBytes * 8; in getChannelAccess()
937 if (pixelStrideBytes != elementSizeBytes) in getChannelAccess()
939 DE_ASSERT(elementSizeBytes % pixelStrideBytes == 0); in getChannelAccess()
940 accessWidth *= elementSizeBytes/pixelStrideBytes; in getChannelAccess()