Home
last modified time | relevance | path

Searched refs:getChannelAccess (Results 1 – 12 of 12) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrUtil.hpp72 tcu::PixelBufferAccess getChannelAccess (deUint32 channelNdx);
73 tcu::ConstPixelBufferAccess getChannelAccess (deUint32 channelNdx) const;
169 ChannelAccess getChannelAccess (ycbcr::MultiPlaneImageData& data,
DvktYCbCrFilteringTests.cpp378 …ChannelAccess rChannelAccess (planeInfo.hasChannelNdx(0) ? getChannelAccess(imageData, plan… in iterate()
379 …ChannelAccess gChannelAccess (planeInfo.hasChannelNdx(1) ? getChannelAccess(imageData, plan… in iterate()
380 …ChannelAccess bChannelAccess (planeInfo.hasChannelNdx(2) ? getChannelAccess(imageData, plan… in iterate()
381 …ChannelAccess aChannelAccess (planeInfo.hasChannelNdx(3) ? getChannelAccess(imageData, plan… in iterate()
DvktYCbCrUtil.cpp86 tcu::PixelBufferAccess MultiPlaneImageData::getChannelAccess (deUint32 channelNdx) in getChannelAccess() function in vkt::ycbcr::MultiPlaneImageData
98 return vk::getChannelAccess(m_description, in getChannelAccess()
105 tcu::ConstPixelBufferAccess MultiPlaneImageData::getChannelAccess (deUint32 channelNdx) const in getChannelAccess() function in vkt::ycbcr::MultiPlaneImageData
117 return vk::getChannelAccess(m_description, in getChannelAccess()
297 const tcu::PixelBufferAccess channelAccess = imageData->getChannelAccess(channelNdx); in fillGradient()
959 ChannelAccess getChannelAccess (MultiPlaneImageData& data, in getChannelAccess() function
DvktYCbCrStorageImageWriteTests.cpp365 …tcu::ConstPixelBufferAccess pixelBuffer = vk::getChannelAccess(compatibleFormatDescription, co… in testStorageImageWrite()
383 …tcu::ConstPixelBufferAccess pixelBuffer = vk::getChannelAccess(compatibleFormatDescription, … in testStorageImageWrite()
DvktYCbCrFormatTests.cpp518 const tcu::ConstPixelBufferAccess channelAccess = imageData.getChannelAccess(channelNdx); in testFormat()
DvktYCbCrConversionTests.cpp706 …ChannelAccess rChannelAccess (planeInfo.hasChannelNdx(0) ? getChannelAccess(src, planeInfo,… in textureConversionTest()
707 …ChannelAccess gChannelAccess (planeInfo.hasChannelNdx(1) ? getChannelAccess(src, planeInfo,… in textureConversionTest()
708 …ChannelAccess bChannelAccess (planeInfo.hasChannelNdx(2) ? getChannelAccess(src, planeInfo,… in textureConversionTest()
709 …ChannelAccess aChannelAccess (planeInfo.hasChannelNdx(3) ? getChannelAccess(src, planeInfo,… in textureConversionTest()
DvktYCbCrViewTests.cpp649 const tcu::ConstPixelBufferAccess channelAccess = imageData.getChannelAccess(channelNdx); in testPlaneView()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkImageUtil.hpp179 tcu::PixelBufferAccess getChannelAccess (const PlanarFormatDescription& formatInfo,
184 tcu::ConstPixelBufferAccess getChannelAccess (const PlanarFormatDescription& formatInfo,
189 tcu::PixelBufferAccess getChannelAccess (const PlanarFormatDescription& formatInfo,
194 tcu::ConstPixelBufferAccess getChannelAccess (const PlanarFormatDescription& formatInfo,
DvkImageUtil.cpp3382 tcu::PixelBufferAccess getChannelAccess (const PlanarFormatDescription& formatInfo, in getChannelAccess() function
3418 tcu::ConstPixelBufferAccess getChannelAccess (const PlanarFormatDescription& formatInfo, in getChannelAccess() function
3424 …return getChannelAccess(formatInfo, size, planeRowPitches, const_cast<void* const*>(planePtrs), ch… in getChannelAccess()
3427 tcu::PixelBufferAccess getChannelAccess (const PlanarFormatDescription& formatInfo, in getChannelAccess() function
3463 tcu::ConstPixelBufferAccess getChannelAccess (const PlanarFormatDescription& formatInfo, in getChannelAccess() function
3469 …return getChannelAccess(formatInfo, size, planeRowPitches, const_cast<void* const*>(planePtrs), ch… in getChannelAccess()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemYCbCrConversionTests.cpp1019 …ycbcr::ChannelAccess rChannelAccess (planeInfo.hasChannelNdx(0) ? getChannelAccess(ycbcrSrc, … in generateYCbCrImage()
1020 …ycbcr::ChannelAccess gChannelAccess (planeInfo.hasChannelNdx(1) ? getChannelAccess(ycbcrSrc, … in generateYCbCrImage()
1021 …ycbcr::ChannelAccess bChannelAccess (planeInfo.hasChannelNdx(2) ? getChannelAccess(ycbcrSrc, … in generateYCbCrImage()
1022 …ycbcr::ChannelAccess aChannelAccess (planeInfo.hasChannelNdx(3) ? getChannelAccess(ycbcrSrc, … in generateYCbCrImage()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesImageSparseResidency.cpp767 …tcu::ConstPixelBufferAccess pixelBuffer = vk::getChannelAccess(compatibleFormatDescription, co… in iterate()
795 …tcu::ConstPixelBufferAccess pixelBuffer = vk::getChannelAccess(compatibleFormatDescription, c… in iterate()
DvktSparseResourcesImageMemoryAliasing.cpp747 …const tcu::ConstPixelBufferAccess pixelBuffer = vk::getChannelAccess(formatDescription, gridSize… in iterate()