Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/swrast/
Ds_tritemp.h349 span.attrStepY[VARYING_SLOT_POS][2] = 0.0; in NAME()
352 … span.attrStepY[VARYING_SLOT_POS][2] = oneOverArea * (eMaj.dx * eBot_dz - eMaj_dz * eBot.dx); in NAME()
374 … span.attrStepY[VARYING_SLOT_COL0][0] = oneOverArea * (eMaj.dx * eBot_dr - eMaj_dr * eBot.dx); in NAME()
376 … span.attrStepY[VARYING_SLOT_COL0][1] = oneOverArea * (eMaj.dx * eBot_dg - eMaj_dg * eBot.dx); in NAME()
378 … span.attrStepY[VARYING_SLOT_COL0][2] = oneOverArea * (eMaj.dx * eBot_db - eMaj_db * eBot.dx); in NAME()
384 … span.attrStepY[VARYING_SLOT_COL0][3] = oneOverArea * (eMaj.dx * eBot_da - eMaj_da * eBot.dx); in NAME()
391 span.attrStepX[VARYING_SLOT_COL0][0] = span.attrStepY[VARYING_SLOT_COL0][0] = 0.0F; in NAME()
392 span.attrStepX[VARYING_SLOT_COL0][1] = span.attrStepY[VARYING_SLOT_COL0][1] = 0.0F; in NAME()
393 span.attrStepX[VARYING_SLOT_COL0][2] = span.attrStepY[VARYING_SLOT_COL0][2] = 0.0F; in NAME()
398 span.attrStepX[VARYING_SLOT_COL0][3] = span.attrStepY[VARYING_SLOT_COL0][3] = 0.0F; in NAME()
[all …]
Ds_points.c120 span.attrStepY[VARYING_SLOT_POS][3] = 0.0F; in sprite_point()
163 span.attrStepY[attr][0] = 0.0; in sprite_point()
164 span.attrStepY[attr][1] = dtdy; in sprite_point()
165 span.attrStepY[attr][2] = 0.0; in sprite_point()
166 span.attrStepY[attr][3] = 0.0; in sprite_point()
177 span.attrStepY[VARYING_SLOT_PNTC][0] = 0.0; in sprite_point()
178 span.attrStepY[VARYING_SLOT_PNTC][1] = dtdy; in sprite_point()
185 ASSIGN_4V(span.attrStepY[attr], 0, 0, 0, 0); in sprite_point()
293 span.attrStepY[VARYING_SLOT_POS][3] = 0.0F; in smooth_point()
298 ASSIGN_4V(span.attrStepY[attr], 0, 0, 0, 0); in smooth_point()
[all …]
Ds_zoom.c173 COPY_4V(zoomed.attrStepY[VARYING_SLOT_POS], span->attrStepY[VARYING_SLOT_POS]); in zoom_span()
177 zoomed.attrStepY[VARYING_SLOT_FOGC][0] = span->attrStepY[VARYING_SLOT_FOGC][0]; in zoom_span()
Ds_linetemp.h268 span.attrStepY[VARYING_SLOT_POS][3] = 0.0; in NAME()
284 ASSIGN_4V(span.attrStepY[attr], 0.0, 0.0, 0.0, 0.0); in NAME()
Ds_span.c88 span->attrStepY[VARYING_SLOT_POS][3] = 0.0; in _swrast_span_default_attribs()
114 ASSIGN_4V(span->attrStepY[VARYING_SLOT_COL0], 0.0, 0.0, 0.0, 0.0); in _swrast_span_default_attribs()
121 ASSIGN_4V(span->attrStepY[VARYING_SLOT_COL1], 0.0, 0.0, 0.0, 0.0); in _swrast_span_default_attribs()
138 span->attrStepY[VARYING_SLOT_FOGC][0] = 0.0; in _swrast_span_default_attribs()
162 ASSIGN_4V(span->attrStepY[attr], 0.0F, 0.0F, 0.0F, 0.0F); in _swrast_span_default_attribs()
490 const GLfloat dsdy = span->attrStepY[attr][0]; in interpolate_texcoords()
492 const GLfloat dtdy = span->attrStepY[attr][1]; in interpolate_texcoords()
495 const GLfloat dqdy = span->attrStepY[attr][3]; in interpolate_texcoords()
Ds_span.h138 GLfloat attrStepY[VARYING_SLOT_MAX][4]; /**< dvalue/dy */ member
Ds_aatritemp.h142 span.attrStepY[VARYING_SLOT_POS][3] = plane_dy(wPlane);
160 span.attrStepY[attr][c] = plane_dy(attrPlane[attr][c]);
Ds_fragprog.c178 machine->DerivY = (GLfloat (*)[4]) span->attrStepY; in init_machine()
Ds_texfilter.c1892 const GLfloat dsdy = span->attrStepY[attr][0]; in sample_lambda_2d_aniso()
1894 const GLfloat dtdy = span->attrStepY[attr][1]; in sample_lambda_2d_aniso()
1896 const GLfloat dqdy = span->attrStepY[attr][3]; in sample_lambda_2d_aniso()