Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/framework/vulkan/
DvkImageUtil.cpp2170 const deUint32 pixelStrideBytes = formatInfo.channels[channelNdx].strideBytes; in getChannelAccess() local
2181 if (pixelStrideBytes != elementSizeBytes) in getChannelAccess()
2183 DE_ASSERT(elementSizeBytes % pixelStrideBytes == 0); in getChannelAccess()
2184 accessWidth *= elementSizeBytes/pixelStrideBytes; in getChannelAccess()
2191 tcu::IVec3((int)pixelStrideBytes, (int)rowPitch, 0), in getChannelAccess()
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrUtil.cpp945 const deUint32 pixelStrideBytes = formatInfo.channels[channelNdx].strideBytes; in getChannelAccess() local
946 const deUint32 pixelStrideBits = pixelStrideBytes * 8; in getChannelAccess()
959 if (pixelStrideBytes != elementSizeBytes) in getChannelAccess()
961 DE_ASSERT(elementSizeBytes % pixelStrideBytes == 0); in getChannelAccess()
962 accessWidth *= elementSizeBytes/pixelStrideBytes; in getChannelAccess()