Home
last modified time | relevance | path

Searched refs:channelAccess (Results 1 – 3 of 3) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrFormatTests.cpp465 const tcu::ConstPixelBufferAccess channelAccess = imageData.getChannelAccess(channelNdx); in testFormat() local
467 const tcu::Texture2DView refTexView (1u, &channelAccess); in testFormat()
DvktYCbCrViewTests.cpp643 const tcu::ConstPixelBufferAccess channelAccess = imageData.getChannelAccess(channelNdx); in testPlaneView() local
645 const tcu::Texture2DView refTexView (1u, &channelAccess); in testPlaneView()
DvktYCbCrUtil.cpp266 const tcu::PixelBufferAccess channelAccess = imageData->getChannelAccess(channelNdx); in fillGradient() local
267 …t(tcu::TextureFormat::RGBA, tcu::TextureFormat::FLOAT), channelAccess.getWidth(), channelAccess.g… in fillGradient()
272 for (int y = 0; y < channelAccess.getHeight(); ++y) in fillGradient()
273 for (int x = 0; x < channelAccess.getWidth(); ++x) in fillGradient()
275 channelAccess.setPixel(tcu::Vec4(tmpAccess.getPixel(x, y)[channelNdx]), x, y); in fillGradient()