Home
last modified time | relevance | path

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

/third_party/skia/tools/gpu/
DYUVUtils.cpp99 auto [aPlane, aChan] = yuvaLocations[SkYUVAInfo::YUVAChannels::kA]; in onGetPixels()
100 if (aPlane >= 0) { in onGetPixels()
101 const auto& pmap = fPixmaps.plane(aPlane); in onGetPixels()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrUtil.cpp1584 const ChannelAccess& aPlane) in swizzle() argument
1592 case vk::VK_COMPONENT_SWIZZLE_A: return aPlane; in swizzle()
1639 const ChannelAccess& aPlane, in calculateBounds() argument
1665 …const ChannelAccess& rAccess (swizzle(componentMapping.r, rPlane, rPlane, gPlane, bPlane, aPlane in calculateBounds()
1666 …const ChannelAccess& gAccess (swizzle(componentMapping.g, gPlane, rPlane, gPlane, bPlane, aPlane in calculateBounds()
1667 …const ChannelAccess& bAccess (swizzle(componentMapping.b, bPlane, rPlane, gPlane, bPlane, aPlane in calculateBounds()
1668 …const ChannelAccess& aAccess (swizzle(componentMapping.a, aPlane, rPlane, gPlane, bPlane, aPlane in calculateBounds()
DvktYCbCrUtil.hpp200 const ChannelAccess& aPlane,