HomeSort by relevance Sort by last modified time
    Searched refs:cDx (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/pixelflinger2/
raster.cpp 134 args->cV.varyings[i] += args->cDx.varyings[i];
137 args->cV.position += args->cDx.position;
139 args->cV.frontFacingPointCoord += args->cDx.frontFacingPointCoord;
223 // bDx and cDx are iterators from tlv to blv, trv to brv for bV and cV
226 VertexOutput bDx(blv), cDx(brv);
232 cDx.varyings[i] -= trv.varyings[i];
233 cDx.varyings[i] *= yDistInv;
239 cDx.position -= trv.position;
240 cDx.position *= yDistInv;
245 cDx.frontFacingPointCoord -= trv.frontFacingPointCoord; // gl_PointCoor
    [all...]
pixelflinger2.h 109 VertexOutput bV, cV, bDx, cDx;

Completed in 25 milliseconds