HomeSort by relevance Sort by last modified time
    Searched defs:dwdx (Results 1 - 8 of 8) sorted by null

  /external/mesa3d/src/mesa/swrast/
s_span.c 185 const GLfloat dwdx = span->attrStepX[VARYING_SLOT_POS][3]; local
206 w += dwdx;
528 const GLfloat dwdx = span->attrStepX[VARYING_SLOT_POS][3]; local
529 GLfloat w = span->attrStart[VARYING_SLOT_POS][3] + span->leftClip * dwdx;
543 w += dwdx;
569 const GLfloat dwdx = span->attrStepX[VARYING_SLOT_POS][3]; local
570 GLfloat w = span->attrStart[VARYING_SLOT_POS][3] + span->leftClip * dwdx;
582 w += dwdx;
    [all...]