Home
last modified time | relevance | path

Searched refs:rPlane (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
123 compute_plane(p0, p1, p2, v0->color[RCOMP], v1->color[RCOMP], v2->color[RCOMP], rPlane);
129 constant_plane(v2->color[RCOMP], rPlane);
229 array->rgba[count][RCOMP] = solve_plane_chan(cx, cy, rPlane);
292 array->rgba[ix][RCOMP] = solve_plane_chan(cx, cy, rPlane);
Ds_aalinetemp.h62 line->span.array->rgba[i][RCOMP] = solve_plane_chan(fx, fy, line->rPlane); in NAME()
143 v0->color[RCOMP], v1->color[RCOMP], line.rPlane); in NAME()
152 constant_plane(v1->color[RCOMP], line.rPlane); in NAME()
Ds_aaline.c65 GLfloat rPlane[4], gPlane[4], bPlane[4], aPlane[4]; member
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrConversionTests.cpp1026 const ChannelAccess& rPlane, in swizzle() argument
1034 case vk::VK_COMPONENT_SWIZZLE_R: return rPlane; in swizzle()
1045 void calculateBounds (const ChannelAccess& rPlane, 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()