Searched refs:rPlane (Results 1 – 2 of 2) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/ |
D | vktYCbCrUtil.cpp | 1581 const ChannelAccess& rPlane, in swizzle() argument 1589 case vk::VK_COMPONENT_SWIZZLE_R: return rPlane; in swizzle() 1636 void calculateBounds (const ChannelAccess& rPlane, 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 | 197 void calculateBounds (const ChannelAccess& rPlane,
|