Home
last modified time | relevance | path

Searched refs:FXP (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/tessellator/
H A Dtessellator.hpp115 typedef unsigned int FXP; // fixed point number typedef
193 FXP fxpInvNumSegmentsOnFloorTessFactor;
194 FXP fxpInvNumSegmentsOnCeilTessFactor;
195 FXP fxpHalfTessFactorFraction;
199 void ComputeTessFactorContext( FXP fxpTessFactor, TESS_FACTOR_CONTEXT& TessFactorCtx );
200 void PlacePointIn1D( const TESS_FACTOR_CONTEXT& TessFactorCtx, int point, FXP& fxpLocation );
202 int NumPointsForTessFactor(FXP fxpTessFactor);
218 int DefinePoint(FXP u, FXP v, int pointStorageOffset);
244 FXP outsideTessFacto
[all...]
H A Dtessellator.cpp358 static const FXP s_fixedReciprocal[PIPE_TESSELLATOR_MAX_TESSELLATION_FACTOR+1] =
385 FXP floatToFixed(const float& input) in floatToFixed()
393 float fixedToFloat(const FXP& input) in fixedToFloat()
410 FXP fxpCeil(const FXP& input) in fxpCeil()
422 FXP fxpFloor(const FXP& input) in fxpFloor()
743 FXP fxpParam; in QuadGeneratePoints()
776 FXP fxpPerpParam; in QuadGeneratePoints()
782 FXP fxpPara in QuadGeneratePoints()
[all...]

Completed in 4 milliseconds