Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkImageUtil.cpp3448 const deUint32 pixelStrideBytes = formatInfo.channels[channelNdx].strideBytes; in getChannelAccess() local
3457 DE_ASSERT(elementSizeBytes % pixelStrideBytes == 0); in getChannelAccess()
3460 …std::max(formatInfo.blockWidth * formatInfo.planes[planeNdx].widthDivisor * pixelStrideBytes / ele… in getChannelAccess()
3461 …std::max(formatInfo.blockHeight * formatInfo.planes[planeNdx].heightDivisor * pixelStrideBytes / e… in getChannelAccess()
3468 tcu::IVec3((int)pixelStrideBytes, (int)rowPitch, (int)(accessHeight*rowPitch)), in getChannelAccess()
3493 const deUint32 pixelStrideBytes = formatInfo.channels[channelNdx].strideBytes; in getChannelAccess() local
3502 DE_ASSERT(elementSizeBytes % pixelStrideBytes == 0); in getChannelAccess()
3505 …std::max(formatInfo.blockWidth * formatInfo.planes[planeNdx].widthDivisor * pixelStrideBytes / ele… in getChannelAccess()
3506 …std::max(formatInfo.blockHeight * formatInfo.planes[planeNdx].heightDivisor * pixelStrideBytes / e… in getChannelAccess()
3513 tcu::IVec3((int)pixelStrideBytes, (int)rowPitch, (int)(accessHeight*rowPitch)), in getChannelAccess()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/
DvktYCbCrUtil.cpp998 const deUint32 pixelStrideBytes = formatInfo.channels[channelNdx].strideBytes; in getChannelAccess() local
999 const deUint32 pixelStrideBits = pixelStrideBytes * 8; in getChannelAccess()
1011 if (pixelStrideBytes != elementSizeBytes) in getChannelAccess()
1013 DE_ASSERT(elementSizeBytes % pixelStrideBytes == 0); in getChannelAccess()
1014 accessWidth *= elementSizeBytes/pixelStrideBytes; in getChannelAccess()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrUtil.cpp998 const deUint32 pixelStrideBytes = formatInfo.channels[channelNdx].strideBytes; in getChannelAccess() local
999 const deUint32 pixelStrideBits = pixelStrideBytes * 8; in getChannelAccess()
1011 if (pixelStrideBytes != elementSizeBytes) in getChannelAccess()
1013 DE_ASSERT(elementSizeBytes % pixelStrideBytes == 0); in getChannelAccess()
1014 accessWidth *= elementSizeBytes/pixelStrideBytes; in getChannelAccess()