Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/framework/vulkan/
DvkImageUtil.cpp2176 const deUint32 accessHeight = size.y() / formatInfo.planes[planeNdx].heightDivisor; in getChannelAccess() local
2190 tcu::IVec3((int)accessWidth, (int)accessHeight, 1), in getChannelAccess()
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrUtil.cpp953 const deUint32 accessHeight = size.y() / formatInfo.planes[planeNdx].heightDivisor; in getChannelAccess() local
965 …rmatInfo.channels[channelNdx].type, sizeBits, tcu::IVec3(accessWidth, accessHeight, 1u), tcu::IVec… in getChannelAccess()