Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/framework/vulkan/
DvkImageUtil.cpp2033 deUint32 accessWidth = size.x() / formatInfo.planes[planeNdx].widthDivisor; in getChannelAccess() local
2042 accessWidth *= elementSizeBytes/pixelStrideBytes; in getChannelAccess()
2048 tcu::IVec3((int)accessWidth, (int)accessHeight, 1), in getChannelAccess()
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrConversionTests.cpp580 deUint32 accessWidth = size.x() / formatInfo.planes[planeNdx].widthDivisor; in getChannelAccess() local
584 const deUint32 rowPitch = formatInfo.planes[planeNdx].elementSizeBytes * accessWidth; in getChannelAccess()
590 accessWidth *= elementSizeBytes/pixelStrideBytes; in getChannelAccess()
593 …tureChannelClass)formatInfo.channels[channelNdx].type, sizeBits, IVec3(accessWidth, accessHeight, … in getChannelAccess()