Home
last modified time | relevance | path

Searched refs:bPlane (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/mesa/swrast/
Ds_aatritemp.h56 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);
Ds_aalinetemp.h64 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()
Ds_aaline.c65 GLfloat rPlane[4], gPlane[4], bPlane[4], aPlane[4]; member
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrConversionTests.cpp1028 const ChannelAccess& bPlane, in swizzle() argument
1036 case vk::VK_COMPONENT_SWIZZLE_B: return bPlane; in swizzle()
1047 const ChannelAccess& bPlane, in calculateBounds() argument
1074 …const ChannelAccess& rAccess (swizzle(componentMapping.r, rPlane, rPlane, gPlane, bPlane, aPlane… in calculateBounds()
1075 …const ChannelAccess& gAccess (swizzle(componentMapping.g, gPlane, rPlane, gPlane, bPlane, aPlane… in calculateBounds()
1076 …const ChannelAccess& bAccess (swizzle(componentMapping.b, bPlane, rPlane, gPlane, bPlane, aPlane… in calculateBounds()
1077 …const ChannelAccess& aAccess (swizzle(componentMapping.a, aPlane, rPlane, gPlane, bPlane, aPlane… in calculateBounds()