Home
last modified time | relevance | path

Searched refs:attrStepY (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/mesa/swrast/
Ds_tritemp.h343 span.attrStepY[FRAG_ATTRIB_WPOS][2] = 0.0; in NAME()
346 … span.attrStepY[FRAG_ATTRIB_WPOS][2] = oneOverArea * (eMaj.dx * eBot_dz - eMaj_dz * eBot.dx); in NAME()
368 … span.attrStepY[FRAG_ATTRIB_COL0][0] = oneOverArea * (eMaj.dx * eBot_dr - eMaj_dr * eBot.dx); in NAME()
370 … span.attrStepY[FRAG_ATTRIB_COL0][1] = oneOverArea * (eMaj.dx * eBot_dg - eMaj_dg * eBot.dx); in NAME()
372 … span.attrStepY[FRAG_ATTRIB_COL0][2] = oneOverArea * (eMaj.dx * eBot_db - eMaj_db * eBot.dx); in NAME()
378 … span.attrStepY[FRAG_ATTRIB_COL0][3] = oneOverArea * (eMaj.dx * eBot_da - eMaj_da * eBot.dx); in NAME()
385 span.attrStepX[FRAG_ATTRIB_COL0][0] = span.attrStepY[FRAG_ATTRIB_COL0][0] = 0.0F; in NAME()
386 span.attrStepX[FRAG_ATTRIB_COL0][1] = span.attrStepY[FRAG_ATTRIB_COL0][1] = 0.0F; in NAME()
387 span.attrStepX[FRAG_ATTRIB_COL0][2] = span.attrStepY[FRAG_ATTRIB_COL0][2] = 0.0F; in NAME()
392 span.attrStepX[FRAG_ATTRIB_COL0][3] = span.attrStepY[FRAG_ATTRIB_COL0][3] = 0.0F; in NAME()
[all …]
Ds_points.c121 span.attrStepY[FRAG_ATTRIB_WPOS][3] = 0.0F; in sprite_point()
164 span.attrStepY[attr][0] = 0.0; in sprite_point()
165 span.attrStepY[attr][1] = dtdy; in sprite_point()
166 span.attrStepY[attr][2] = 0.0; in sprite_point()
167 span.attrStepY[attr][3] = 0.0; in sprite_point()
178 span.attrStepY[FRAG_ATTRIB_PNTC][0] = 0.0; in sprite_point()
179 span.attrStepY[FRAG_ATTRIB_PNTC][1] = dtdy; in sprite_point()
186 ASSIGN_4V(span.attrStepY[attr], 0, 0, 0, 0); in sprite_point()
294 span.attrStepY[FRAG_ATTRIB_WPOS][3] = 0.0F; in smooth_point()
299 ASSIGN_4V(span.attrStepY[attr], 0, 0, 0, 0); in smooth_point()
[all …]
Ds_zoom.c173 COPY_4V(zoomed.attrStepY[FRAG_ATTRIB_WPOS], span->attrStepY[FRAG_ATTRIB_WPOS]); in zoom_span()
177 zoomed.attrStepY[FRAG_ATTRIB_FOGC][0] = span->attrStepY[FRAG_ATTRIB_FOGC][0]; in zoom_span()
Ds_span.c84 span->attrStepY[FRAG_ATTRIB_WPOS][3] = 0.0; in _swrast_span_default_attribs()
110 ASSIGN_4V(span->attrStepY[FRAG_ATTRIB_COL0], 0.0, 0.0, 0.0, 0.0); in _swrast_span_default_attribs()
117 ASSIGN_4V(span->attrStepY[FRAG_ATTRIB_COL1], 0.0, 0.0, 0.0, 0.0); in _swrast_span_default_attribs()
134 span->attrStepY[FRAG_ATTRIB_FOGC][0] = 0.0; in _swrast_span_default_attribs()
158 ASSIGN_4V(span->attrStepY[attr], 0.0F, 0.0F, 0.0F, 0.0F); in _swrast_span_default_attribs()
486 const GLfloat dsdy = span->attrStepY[attr][0]; in interpolate_texcoords()
488 const GLfloat dtdy = span->attrStepY[attr][1]; in interpolate_texcoords()
491 const GLfloat dqdy = span->attrStepY[attr][3]; in interpolate_texcoords()
Ds_linetemp.h268 span.attrStepY[FRAG_ATTRIB_WPOS][3] = 0.0; in NAME()
284 ASSIGN_4V(span.attrStepY[attr], 0.0, 0.0, 0.0, 0.0); in NAME()
Ds_span.h138 GLfloat attrStepY[FRAG_ATTRIB_MAX][4]; /**< dvalue/dy */ member
Ds_aatritemp.h142 span.attrStepY[FRAG_ATTRIB_WPOS][3] = plane_dy(wPlane);
160 span.attrStepY[attr][c] = plane_dy(attrPlane[attr][c]);
Ds_fragprog.c184 machine->DerivY = (GLfloat (*)[4]) span->attrStepY; in init_machine()
Ds_texfilter.c1887 const GLfloat dsdy = span->attrStepY[attr][0]; in sample_lambda_2d_aniso()
1889 const GLfloat dtdy = span->attrStepY[attr][1]; in sample_lambda_2d_aniso()
1891 const GLfloat dqdy = span->attrStepY[attr][3]; in sample_lambda_2d_aniso()