OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:attrPlane
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_aalinetemp.h
73
const GLfloat invQ = solve_plane_recip(fx, fy, line->
attrPlane
[attr][3]);
76
attribArray[i][c] = solve_plane(fx, fy, line->
attrPlane
[attr][c]) * invQ;
79
= compute_lambda(line->
attrPlane
[attr][0],
80
line->
attrPlane
[attr][1], invQ,
88
attribArray[i][c] = solve_plane(fx, fy, line->
attrPlane
[attr][c]) * invW;
167
constant_plane(v1->attrib[attr][c], line.
attrPlane
[attr][c]);
175
line.
attrPlane
[attr][c]);
s_aatritemp.h
58
GLfloat
attrPlane
[FRAG_ATTRIB_MAX][4][4];
147
constant_plane(v2->attrib[attr][c] * invW2,
attrPlane
[attr][c]);
155
compute_plane(p0, p1, p2, a0, a1, a2,
attrPlane
[attr][c]);
159
span.attrStepX[attr][c] = plane_dx(
attrPlane
[attr][c]);
160
span.attrStepY[attr][c] = plane_dy(
attrPlane
[attr][c]);
215
span.attrStart[attr][c] = solve_plane(ix + 0.5F, iy + 0.5F,
attrPlane
[attr][c]);
307
span.attrStart[attr][c] = solve_plane(ix + 1.5F, iy + 0.5F,
attrPlane
[attr][c]);
s_aaline.c
66
GLfloat
attrPlane
[FRAG_ATTRIB_MAX][4][4];
/external/mesa3d/src/mesa/swrast/
s_aalinetemp.h
73
const GLfloat invQ = solve_plane_recip(fx, fy, line->
attrPlane
[attr][3]);
76
attribArray[i][c] = solve_plane(fx, fy, line->
attrPlane
[attr][c]) * invQ;
79
= compute_lambda(line->
attrPlane
[attr][0],
80
line->
attrPlane
[attr][1], invQ,
88
attribArray[i][c] = solve_plane(fx, fy, line->
attrPlane
[attr][c]) * invW;
167
constant_plane(v1->attrib[attr][c], line.
attrPlane
[attr][c]);
175
line.
attrPlane
[attr][c]);
s_aatritemp.h
58
GLfloat
attrPlane
[FRAG_ATTRIB_MAX][4][4];
147
constant_plane(v2->attrib[attr][c] * invW2,
attrPlane
[attr][c]);
155
compute_plane(p0, p1, p2, a0, a1, a2,
attrPlane
[attr][c]);
159
span.attrStepX[attr][c] = plane_dx(
attrPlane
[attr][c]);
160
span.attrStepY[attr][c] = plane_dy(
attrPlane
[attr][c]);
215
span.attrStart[attr][c] = solve_plane(ix + 0.5F, iy + 0.5F,
attrPlane
[attr][c]);
307
span.attrStart[attr][c] = solve_plane(ix + 1.5F, iy + 0.5F,
attrPlane
[attr][c]);
s_aaline.c
66
GLfloat
attrPlane
[FRAG_ATTRIB_MAX][4][4];
Completed in 3333 milliseconds