Searched refs:attrStepY (Results 1 – 9 of 9) sorted by relevance
/external/mesa3d/src/mesa/swrast/ |
D | s_tritemp.h | 348 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 …]
|
D | s_points.c | 120 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 …]
|
D | s_zoom.c | 172 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()
|
D | s_span.c | 87 span->attrStepY[VARYING_SLOT_POS][3] = 0.0; in _swrast_span_default_attribs() 113 ASSIGN_4V(span->attrStepY[VARYING_SLOT_COL0], 0.0, 0.0, 0.0, 0.0); in _swrast_span_default_attribs() 120 ASSIGN_4V(span->attrStepY[VARYING_SLOT_COL1], 0.0, 0.0, 0.0, 0.0); in _swrast_span_default_attribs() 137 span->attrStepY[VARYING_SLOT_FOGC][0] = 0.0; in _swrast_span_default_attribs() 161 ASSIGN_4V(span->attrStepY[attr], 0.0F, 0.0F, 0.0F, 0.0F); in _swrast_span_default_attribs() 489 const GLfloat dsdy = span->attrStepY[attr][0]; in interpolate_texcoords() 491 const GLfloat dtdy = span->attrStepY[attr][1]; in interpolate_texcoords() 494 const GLfloat dqdy = span->attrStepY[attr][3]; in interpolate_texcoords()
|
D | s_linetemp.h | 268 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()
|
D | s_span.h | 138 GLfloat attrStepY[VARYING_SLOT_MAX][4]; /**< dvalue/dy */ member
|
D | s_aatritemp.h | 142 span.attrStepY[VARYING_SLOT_POS][3] = plane_dy(wPlane); 160 span.attrStepY[attr][c] = plane_dy(attrPlane[attr][c]);
|
D | s_fragprog.c | 178 machine->DerivY = (GLfloat (*)[4]) span->attrStepY; in init_machine()
|
D | s_texfilter.c | 1892 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()
|