Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrUtil.cpp952 deUint32 accessWidth = size.x() / formatInfo.planes[planeNdx].widthDivisor; in getChannelAccess() local
956 const deUint32 rowPitch = formatInfo.planes[planeNdx].elementSizeBytes * accessWidth; in getChannelAccess()
962 accessWidth *= elementSizeBytes/pixelStrideBytes; in getChannelAccess()
965 …hannelClass)formatInfo.channels[channelNdx].type, sizeBits, tcu::IVec3(accessWidth, accessHeight, … in getChannelAccess()
/external/deqp/external/vulkancts/framework/vulkan/
DvkImageUtil.cpp2175 deUint32 accessWidth = size.x() / formatInfo.planes[planeNdx].widthDivisor; in getChannelAccess() local
2184 accessWidth *= elementSizeBytes/pixelStrideBytes; in getChannelAccess()
2190 tcu::IVec3((int)accessWidth, (int)accessHeight, 1), in getChannelAccess()