Home
last modified time | relevance | path

Searched refs:fxpPerpParam (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dtessellator.cpp758 FXP fxpPerpParam; in QuadGeneratePoints() local
760 …PointIn1D(processedTessFactors.insideTessFactorCtx[parity[0]],perpendicularAxisPoint,fxpPerpParam); in QuadGeneratePoints()
769 DefinePoint(/*U*/fxpPerpParam, in QuadGeneratePoints()
776 /*V*/fxpPerpParam, in QuadGeneratePoints()
1266 FXP fxpPerpParam; in TriGeneratePoints() local
1267 … PlacePointIn1D(processedTessFactors.insideTessFactorCtx,perpendicularAxisPoint,fxpPerpParam); in TriGeneratePoints()
1268 fxpPerpParam *= FXP_TWO_THIRDS; // Map location to the right size in barycentric space. in TriGeneratePoints()
1271fxpPerpParam = (fxpPerpParam+FXP_ONE_HALF/*round*/)>>FXP_FRACTION_BITS; // get back to n.16 in TriGeneratePoints()
1287 DefinePoint(/*U*/fxpPerpParam, in TriGeneratePoints()
1288 …/*V*/fxpParam - (fxpPerpParam+1/*round*/)/deriv, // we know this fixed point math won't over/under… in TriGeneratePoints()
[all …]
/external/mesa3d/src/gallium/auxiliary/tessellator/
Dtessellator.cpp772 FXP fxpPerpParam; in QuadGeneratePoints() local
774 …PointIn1D(processedTessFactors.insideTessFactorCtx[parity[0]],perpendicularAxisPoint,fxpPerpParam); in QuadGeneratePoints()
783 DefinePoint(/*U*/fxpPerpParam, in QuadGeneratePoints()
790 /*V*/fxpPerpParam, in QuadGeneratePoints()
1280 FXP fxpPerpParam; in TriGeneratePoints() local
1281 … PlacePointIn1D(processedTessFactors.insideTessFactorCtx,perpendicularAxisPoint,fxpPerpParam); in TriGeneratePoints()
1282 fxpPerpParam *= FXP_TWO_THIRDS; // Map location to the right size in barycentric space. in TriGeneratePoints()
1285fxpPerpParam = (fxpPerpParam+FXP_ONE_HALF/*round*/)>>FXP_FRACTION_BITS; // get back to n.16 in TriGeneratePoints()
1301 DefinePoint(/*U*/fxpPerpParam, in TriGeneratePoints()
1302 …/*V*/fxpParam - (fxpPerpParam+1/*round*/)/deriv, // we know this fixed point math won't over/under… in TriGeneratePoints()
[all …]