Searched refs:aPlane (Results 1 – 3 of 3) sorted by relevance
/third_party/skia/tools/gpu/ |
D | YUVUtils.cpp | 99 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/ |
D | vktYCbCrUtil.cpp | 1584 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()
|
D | vktYCbCrUtil.hpp | 200 const ChannelAccess& aPlane,
|