Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrFormatTests.cpp518 const tcu::ConstPixelBufferAccess channelAccess = imageData.getChannelAccess(channelNdx); in testFormat() local
520 const tcu::Texture2DView refTexView (1u, &channelAccess); in testFormat()
DvktYCbCrViewTests.cpp649 const tcu::ConstPixelBufferAccess channelAccess = imageData.getChannelAccess(channelNdx); in testPlaneView() local
651 const tcu::Texture2DView refTexView (1u, &channelAccess); in testPlaneView()
DvktYCbCrUtil.cpp297 const tcu::PixelBufferAccess channelAccess = imageData->getChannelAccess(channelNdx); in fillGradient() local
298 …t(tcu::TextureFormat::RGBA, tcu::TextureFormat::FLOAT), channelAccess.getWidth(), channelAccess.g… in fillGradient()
303 for (int y = 0; y < channelAccess.getHeight(); ++y) in fillGradient()
304 for (int x = 0; x < channelAccess.getWidth(); ++x) in fillGradient()
306 channelAccess.setPixel(tcu::Vec4(tmpAccess.getPixel(x, y)[channelNdx]), x, y); in fillGradient()