Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/framework/vulkan/
DvkImageUtil.cpp2028 const deUint32 pixelStrideBytes = formatInfo.channels[channelNdx].strideBytes; in getChannelAccess() local
2039 if (pixelStrideBytes != elementSizeBytes) in getChannelAccess()
2041 DE_ASSERT(elementSizeBytes % pixelStrideBytes == 0); in getChannelAccess()
2042 accessWidth *= elementSizeBytes/pixelStrideBytes; in getChannelAccess()
2049 tcu::IVec3((int)pixelStrideBytes, (int)rowPitch, 0), in getChannelAccess()
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrConversionTests.cpp573 const deUint32 pixelStrideBytes = formatInfo.channels[channelNdx].strideBytes; in getChannelAccess() local
574 const deUint32 pixelStrideBits = pixelStrideBytes * 8; in getChannelAccess()
587 if (pixelStrideBytes != elementSizeBytes) in getChannelAccess()
589 DE_ASSERT(elementSizeBytes % pixelStrideBytes == 0); in getChannelAccess()
590 accessWidth *= elementSizeBytes/pixelStrideBytes; in getChannelAccess()