Searched refs:attrStepY (Results 1 - 18 of 18) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_tritemp.h348 span.attrStepY[VARYING_SLOT_POS][2] = 0.0;
351 span.attrStepY[VARYING_SLOT_POS][2] = oneOverArea * (eMaj.dx * eBot_dz - eMaj_dz * eBot.dx);
373 span.attrStepY[VARYING_SLOT_COL0][0] = oneOverArea * (eMaj.dx * eBot_dr - eMaj_dr * eBot.dx);
375 span.attrStepY[VARYING_SLOT_COL0][1] = oneOverArea * (eMaj.dx * eBot_dg - eMaj_dg * eBot.dx);
377 span.attrStepY[VARYING_SLOT_COL0][2] = oneOverArea * (eMaj.dx * eBot_db - eMaj_db * eBot.dx);
383 span.attrStepY[VARYING_SLOT_COL0][3] = oneOverArea * (eMaj.dx * eBot_da - eMaj_da * eBot.dx);
390 span.attrStepX[VARYING_SLOT_COL0][0] = span.attrStepY[VARYING_SLOT_COL0][0] = 0.0F;
391 span.attrStepX[VARYING_SLOT_COL0][1] = span.attrStepY[VARYING_SLOT_COL0][1] = 0.0F;
392 span.attrStepX[VARYING_SLOT_COL0][2] = span.attrStepY[VARYING_SLOT_COL0][2] = 0.0F;
397 span.attrStepX[VARYING_SLOT_COL0][3] = span.attrStepY[VARYING_SLOT_COL
[all...]
H A Ds_points.c120 span.attrStepY[VARYING_SLOT_POS][3] = 0.0F;
163 span.attrStepY[attr][0] = 0.0;
164 span.attrStepY[attr][1] = dtdy;
165 span.attrStepY[attr][2] = 0.0;
166 span.attrStepY[attr][3] = 0.0;
177 span.attrStepY[VARYING_SLOT_PNTC][0] = 0.0;
178 span.attrStepY[VARYING_SLOT_PNTC][1] = dtdy;
185 ASSIGN_4V(span.attrStepY[attr], 0, 0, 0, 0);
293 span.attrStepY[VARYING_SLOT_POS][3] = 0.0F;
298 ASSIGN_4V(span.attrStepY[att
[all...]
H A Ds_span.h138 GLfloat attrStepY[VARYING_SLOT_MAX][4]; /**< dvalue/dy */ member in struct:sw_span
H A Ds_zoom.c173 COPY_4V(zoomed.attrStepY[VARYING_SLOT_POS], span->attrStepY[VARYING_SLOT_POS]);
177 zoomed.attrStepY[VARYING_SLOT_FOGC][0] = span->attrStepY[VARYING_SLOT_FOGC][0];
H A Ds_linetemp.h268 span.attrStepY[VARYING_SLOT_POS][3] = 0.0;
284 ASSIGN_4V(span.attrStepY[attr], 0.0, 0.0, 0.0, 0.0);
H A Ds_aatritemp.h142 span.attrStepY[VARYING_SLOT_POS][3] = plane_dy(wPlane);
160 span.attrStepY[attr][c] = plane_dy(attrPlane[attr][c]);
H A Ds_span.c88 span->attrStepY[VARYING_SLOT_POS][3] = 0.0;
114 ASSIGN_4V(span->attrStepY[VARYING_SLOT_COL0], 0.0, 0.0, 0.0, 0.0);
121 ASSIGN_4V(span->attrStepY[VARYING_SLOT_COL1], 0.0, 0.0, 0.0, 0.0);
138 span->attrStepY[VARYING_SLOT_FOGC][0] = 0.0;
162 ASSIGN_4V(span->attrStepY[attr], 0.0F, 0.0F, 0.0F, 0.0F);
490 const GLfloat dsdy = span->attrStepY[attr][0];
492 const GLfloat dtdy = span->attrStepY[attr][1];
495 const GLfloat dqdy = span->attrStepY[attr][3];
H A Ds_fragprog.c178 machine->DerivY = (GLfloat (*)[4]) span->attrStepY;
H A Ds_texfilter.c1892 const GLfloat dsdy = span->attrStepY[attr][0];
1894 const GLfloat dtdy = span->attrStepY[attr][1];
1896 const GLfloat dqdy = span->attrStepY[attr][3];
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_tritemp.h349 span.attrStepY[VARYING_SLOT_POS][2] = 0.0;
352 span.attrStepY[VARYING_SLOT_POS][2] = oneOverArea * (eMaj.dx * eBot_dz - eMaj_dz * eBot.dx);
374 span.attrStepY[VARYING_SLOT_COL0][0] = oneOverArea * (eMaj.dx * eBot_dr - eMaj_dr * eBot.dx);
376 span.attrStepY[VARYING_SLOT_COL0][1] = oneOverArea * (eMaj.dx * eBot_dg - eMaj_dg * eBot.dx);
378 span.attrStepY[VARYING_SLOT_COL0][2] = oneOverArea * (eMaj.dx * eBot_db - eMaj_db * eBot.dx);
384 span.attrStepY[VARYING_SLOT_COL0][3] = oneOverArea * (eMaj.dx * eBot_da - eMaj_da * eBot.dx);
391 span.attrStepX[VARYING_SLOT_COL0][0] = span.attrStepY[VARYING_SLOT_COL0][0] = 0.0F;
392 span.attrStepX[VARYING_SLOT_COL0][1] = span.attrStepY[VARYING_SLOT_COL0][1] = 0.0F;
393 span.attrStepX[VARYING_SLOT_COL0][2] = span.attrStepY[VARYING_SLOT_COL0][2] = 0.0F;
398 span.attrStepX[VARYING_SLOT_COL0][3] = span.attrStepY[VARYING_SLOT_COL
[all...]
H A Ds_points.c120 span.attrStepY[VARYING_SLOT_POS][3] = 0.0F;
156 span.attrStepY[attr][0] = 0.0;
157 span.attrStepY[attr][1] = dtdy;
158 span.attrStepY[attr][2] = 0.0;
159 span.attrStepY[attr][3] = 0.0;
170 span.attrStepY[VARYING_SLOT_PNTC][0] = 0.0;
171 span.attrStepY[VARYING_SLOT_PNTC][1] = dtdy;
178 ASSIGN_4V(span.attrStepY[attr], 0, 0, 0, 0);
286 span.attrStepY[VARYING_SLOT_POS][3] = 0.0F;
291 ASSIGN_4V(span.attrStepY[att
[all...]
H A Ds_span.h138 GLfloat attrStepY[VARYING_SLOT_MAX][4]; /**< dvalue/dy */ member in struct:sw_span
H A Ds_zoom.c173 COPY_4V(zoomed.attrStepY[VARYING_SLOT_POS], span->attrStepY[VARYING_SLOT_POS]);
177 zoomed.attrStepY[VARYING_SLOT_FOGC][0] = span->attrStepY[VARYING_SLOT_FOGC][0];
H A Ds_linetemp.h268 span.attrStepY[VARYING_SLOT_POS][3] = 0.0;
284 ASSIGN_4V(span.attrStepY[attr], 0.0, 0.0, 0.0, 0.0);
H A Ds_aatritemp.h142 span.attrStepY[VARYING_SLOT_POS][3] = plane_dy(wPlane);
160 span.attrStepY[attr][c] = plane_dy(attrPlane[attr][c]);
H A Ds_span.c88 span->attrStepY[VARYING_SLOT_POS][3] = 0.0;
114 ASSIGN_4V(span->attrStepY[VARYING_SLOT_COL0], 0.0, 0.0, 0.0, 0.0);
121 ASSIGN_4V(span->attrStepY[VARYING_SLOT_COL1], 0.0, 0.0, 0.0, 0.0);
138 span->attrStepY[VARYING_SLOT_FOGC][0] = 0.0;
162 ASSIGN_4V(span->attrStepY[attr], 0.0F, 0.0F, 0.0F, 0.0F);
490 const GLfloat dsdy = span->attrStepY[attr][0];
492 const GLfloat dtdy = span->attrStepY[attr][1];
495 const GLfloat dqdy = span->attrStepY[attr][3];
H A Ds_fragprog.c178 machine->DerivY = (GLfloat (*)[4]) span->attrStepY;
H A Ds_texfilter.c1892 const GLfloat dsdy = span->attrStepY[attr][0];
1894 const GLfloat dtdy = span->attrStepY[attr][1];
1896 const GLfloat dqdy = span->attrStepY[attr][3];

Completed in 32 milliseconds