Home
last modified time | relevance | path

Searched refs:gPlane (Results 1 – 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrUtil.cpp1582 const ChannelAccess& gPlane, in swizzle() argument
1590 case vk::VK_COMPONENT_SWIZZLE_G: return gPlane; in swizzle()
1637 const ChannelAccess& gPlane, 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.hpp198 const ChannelAccess& gPlane,