Searched defs:getChannelAccess (Results 1 - 1 of 1) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
H A DvktYCbCrUtil.cpp91 tcu::PixelBufferAccess MultiPlaneImageData::getChannelAccess (deUint32 channelNdx) function in class:vkt::ycbcr::MultiPlaneImageData
104 return vk::getChannelAccess(m_description,
111 tcu::ConstPixelBufferAccess MultiPlaneImageData::getChannelAccess (deUint32 channelNdx) const function in class:vkt::ycbcr::MultiPlaneImageData
124 return vk::getChannelAccess(m_description,
265 const tcu::PixelBufferAccess channelAccess = imageData->getChannelAccess(channelNdx);
1044 ChannelAccess getChannelAccess (MultiPlaneImageData& data,

Completed in 126 milliseconds