Searched refs:gPlane (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 124 compute_plane(p0, p1, p2, v0->color[GCOMP], v1->color[GCOMP], v2->color[GCOMP], gPlane); 130 constant_plane(v2->color[GCOMP], gPlane); 230 array->rgba[count][GCOMP] = solve_plane_chan(cx, cy, gPlane); 293 array->rgba[ix][GCOMP] = solve_plane_chan(cx, cy, gPlane);
|
D | s_aalinetemp.h | 63 line->span.array->rgba[i][GCOMP] = solve_plane_chan(fx, fy, line->gPlane); in NAME() 145 v0->color[GCOMP], v1->color[GCOMP], line.gPlane); in NAME() 153 constant_plane(v1->color[GCOMP], line.gPlane); in NAME()
|
D | s_aaline.c | 65 GLfloat rPlane[4], gPlane[4], bPlane[4], aPlane[4]; member
|
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/ |
D | vktYCbCrUtil.cpp | 1722 const ChannelAccess& gPlane, in swizzle() argument 1730 case vk::VK_COMPONENT_SWIZZLE_G: return gPlane; in swizzle() 1777 const ChannelAccess& gPlane, in calculateBounds() argument 1805 …const ChannelAccess& rAccess (swizzle(componentMapping.r, rPlane, rPlane, gPlane, bPlane, aPlane… in calculateBounds() 1806 …const ChannelAccess& gAccess (swizzle(componentMapping.g, gPlane, rPlane, gPlane, bPlane, aPlane… in calculateBounds() 1807 …const ChannelAccess& bAccess (swizzle(componentMapping.b, bPlane, rPlane, gPlane, bPlane, aPlane… in calculateBounds() 1808 …const ChannelAccess& aAccess (swizzle(componentMapping.a, aPlane, rPlane, gPlane, bPlane, aPlane… in calculateBounds()
|
D | vktYCbCrUtil.hpp | 183 const ChannelAccess& gPlane,
|