Searched refs:aPlane (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/mesa/swrast/ |
D | s_aatritemp.h | 56 GLfloat rPlane[4], gPlane[4], bPlane[4], aPlane[4]; variable 126 compute_plane(p0, p1, p2, v0->color[ACOMP], v1->color[ACOMP], v2->color[ACOMP], aPlane); 132 constant_plane(v2->color[ACOMP], aPlane); 232 array->rgba[count][ACOMP] = solve_plane_chan(cx, cy, aPlane); 295 array->rgba[ix][ACOMP] = solve_plane_chan(cx, cy, aPlane);
|
D | s_aalinetemp.h | 65 line->span.array->rgba[i][ACOMP] = solve_plane_chan(fx, fy, line->aPlane); in NAME() 149 v0->color[ACOMP], v1->color[ACOMP], line.aPlane); in NAME() 155 constant_plane(v1->color[ACOMP], line.aPlane); in NAME()
|
D | s_aaline.c | 64 GLfloat rPlane[4], gPlane[4], bPlane[4], aPlane[4]; member
|
/external/skia/tools/gpu/ |
D | YUVUtils.cpp | 96 auto [aPlane, aChan] = yuvaLocations[SkYUVAInfo::YUVAChannels::kA]; in onGetPixels() 97 if (aPlane >= 0) { in onGetPixels() 98 const auto& pmap = fPixmaps.plane(aPlane); in onGetPixels()
|
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/ |
D | vktYCbCrUtil.cpp | 1582 const ChannelAccess& aPlane) in swizzle() argument 1590 case vk::VK_COMPONENT_SWIZZLE_A: return aPlane; in swizzle() 1637 const ChannelAccess& aPlane, 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 | 200 const ChannelAccess& aPlane,
|