Searched refs:FXP (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/core/ |
| H A D | tessellator.hpp | 115 typedef unsigned int FXP; // fixed point number typedef in typeref:typename:unsigned int 207 FXP fxpInvNumSegmentsOnFloorTessFactor; 208 FXP fxpInvNumSegmentsOnCeilTessFactor; 209 FXP fxpHalfTessFactorFraction; 213 void ComputeTessFactorContext( FXP fxpTessFactor, TESS_FACTOR_CONTEXT& TessFactorCtx ); 214 void PlacePointIn1D( const TESS_FACTOR_CONTEXT& TessFactorCtx, int point, FXP& fxpLocation ); 216 int NumPointsForTessFactor(FXP fxpTessFactor); 232 int DefinePoint(FXP u, FXP v, int pointStorageOffset); 258 FXP outsideTessFacto [all...] |
| H A D | tessellator.cpp | 337 static const FXP s_fixedReciprocal[D3D11_TESSELLATOR_MAX_TESSELLATION_FACTOR+1] = 364 FXP floatToFixed(const float& input) 372 float fixedToFloat(const FXP& input) 389 FXP fxpCeil(const FXP& input) 401 FXP fxpFloor(const FXP& input) 725 FXP fxpParam; 758 FXP fxpPerpParam; 764 FXP fxpPara [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tessellator/ |
| H A D | tessellator.hpp | 115 typedef unsigned int FXP; // fixed point number typedef in typeref:typename:unsigned int 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 D | tessellator.cpp | 358 static const FXP s_fixedReciprocal[PIPE_TESSELLATOR_MAX_TESSELLATION_FACTOR+1] = 385 FXP floatToFixed(const float& input) 393 float fixedToFloat(const FXP& input) 410 FXP fxpCeil(const FXP& input) 422 FXP fxpFloor(const FXP& input) 743 FXP fxpParam; 776 FXP fxpPerpParam; 782 FXP fxpPara [all...] |
Completed in 7 milliseconds