Searched refs:bPlane (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/mesa/swrast/ |
D | s_aatritemp.h | 56 GLfloat rPlane[4], gPlane[4], bPlane[4], aPlane[4]; variable 125 compute_plane(p0, p1, p2, v0->color[BCOMP], v1->color[BCOMP], v2->color[BCOMP], bPlane); 131 constant_plane(v2->color[BCOMP], bPlane); 231 array->rgba[count][BCOMP] = solve_plane_chan(cx, cy, bPlane); 294 array->rgba[ix][BCOMP] = solve_plane_chan(cx, cy, bPlane);
|
D | s_aalinetemp.h | 64 line->span.array->rgba[i][BCOMP] = solve_plane_chan(fx, fy, line->bPlane); in NAME() 147 v0->color[BCOMP], v1->color[BCOMP], line.bPlane); in NAME() 154 constant_plane(v1->color[BCOMP], line.bPlane); in NAME()
|
D | s_aaline.c | 64 GLfloat rPlane[4], gPlane[4], bPlane[4], aPlane[4]; member
|
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/ |
D | vktYCbCrUtil.cpp | 1581 const ChannelAccess& bPlane, in swizzle() argument 1589 case vk::VK_COMPONENT_SWIZZLE_B: return bPlane; in swizzle() 1636 const ChannelAccess& bPlane, in calculateBounds() argument 1663 …const ChannelAccess& rAccess (swizzle(componentMapping.r, rPlane, rPlane, gPlane, bPlane, aPlane… in calculateBounds() 1664 …const ChannelAccess& gAccess (swizzle(componentMapping.g, gPlane, rPlane, gPlane, bPlane, aPlane… in calculateBounds() 1665 …const ChannelAccess& bAccess (swizzle(componentMapping.b, bPlane, rPlane, gPlane, bPlane, aPlane… in calculateBounds() 1666 …const ChannelAccess& aAccess (swizzle(componentMapping.a, aPlane, rPlane, gPlane, bPlane, aPlane… in calculateBounds()
|
D | vktYCbCrUtil.hpp | 199 const ChannelAccess& bPlane,
|