Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/swrast/
Ds_tritemp.h348 span.attrStepY[VARYING_SLOT_POS][2] = 0.0; in NAME()
351 … span.attrStepY[VARYING_SLOT_POS][2] = oneOverArea * (eMaj.dx * eBot_dz - eMaj_dz * eBot.dx); in NAME()
373 … span.attrStepY[VARYING_SLOT_COL0][0] = oneOverArea * (eMaj.dx * eBot_dr - eMaj_dr * eBot.dx); in NAME()
375 … span.attrStepY[VARYING_SLOT_COL0][1] = oneOverArea * (eMaj.dx * eBot_dg - eMaj_dg * eBot.dx); in NAME()
377 … span.attrStepY[VARYING_SLOT_COL0][2] = oneOverArea * (eMaj.dx * eBot_db - eMaj_db * eBot.dx); in NAME()
383 … span.attrStepY[VARYING_SLOT_COL0][3] = oneOverArea * (eMaj.dx * eBot_da - eMaj_da * eBot.dx); in NAME()
390 span.attrStepX[VARYING_SLOT_COL0][0] = span.attrStepY[VARYING_SLOT_COL0][0] = 0.0F; in NAME()
391 span.attrStepX[VARYING_SLOT_COL0][1] = span.attrStepY[VARYING_SLOT_COL0][1] = 0.0F; in NAME()
392 span.attrStepX[VARYING_SLOT_COL0][2] = span.attrStepY[VARYING_SLOT_COL0][2] = 0.0F; in NAME()
397 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.c172 COPY_4V(zoomed.attrStepY[VARYING_SLOT_POS], span->attrStepY[VARYING_SLOT_POS]); in zoom_span()
176 zoomed.attrStepY[VARYING_SLOT_FOGC][0] = span->attrStepY[VARYING_SLOT_FOGC][0]; in zoom_span()
Ds_span.c85 span->attrStepY[VARYING_SLOT_POS][3] = 0.0; in _swrast_span_default_attribs()
111 ASSIGN_4V(span->attrStepY[VARYING_SLOT_COL0], 0.0, 0.0, 0.0, 0.0); in _swrast_span_default_attribs()
118 ASSIGN_4V(span->attrStepY[VARYING_SLOT_COL1], 0.0, 0.0, 0.0, 0.0); in _swrast_span_default_attribs()
135 span->attrStepY[VARYING_SLOT_FOGC][0] = 0.0; in _swrast_span_default_attribs()
159 ASSIGN_4V(span->attrStepY[attr], 0.0F, 0.0F, 0.0F, 0.0F); in _swrast_span_default_attribs()
487 const GLfloat dsdy = span->attrStepY[attr][0]; in interpolate_texcoords()
489 const GLfloat dtdy = span->attrStepY[attr][1]; in interpolate_texcoords()
492 const GLfloat dqdy = span->attrStepY[attr][3]; in interpolate_texcoords()
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.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()