Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dtessellator.cpp725 FXP fxpParam; in QuadGeneratePoints() local
728 PlacePointIn1D(processedTessFactors.outsideTessFactorCtx[edge],q,fxpParam); in QuadGeneratePoints()
731 DefinePoint(/*U*/fxpParam, in QuadGeneratePoints()
738 /*V*/fxpParam, in QuadGeneratePoints()
764 FXP fxpParam; in QuadGeneratePoints() local
766 PlacePointIn1D(processedTessFactors.insideTessFactorCtx[parity[1]],q,fxpParam); in QuadGeneratePoints()
770 /*V*/fxpParam, in QuadGeneratePoints()
775 DefinePoint(/*U*/fxpParam, in QuadGeneratePoints()
791 FXP fxpParam; in QuadGeneratePoints() local
792 PlacePointIn1D(processedTessFactors.insideTessFactorCtx[U],p,fxpParam); in QuadGeneratePoints()
[all …]
/external/mesa3d/src/gallium/auxiliary/tessellator/
Dtessellator.cpp739 FXP fxpParam; in QuadGeneratePoints() local
742 PlacePointIn1D(processedTessFactors.outsideTessFactorCtx[edge],q,fxpParam); in QuadGeneratePoints()
745 DefinePoint(/*U*/fxpParam, in QuadGeneratePoints()
752 /*V*/fxpParam, in QuadGeneratePoints()
778 FXP fxpParam; in QuadGeneratePoints() local
780 PlacePointIn1D(processedTessFactors.insideTessFactorCtx[parity[1]],q,fxpParam); in QuadGeneratePoints()
784 /*V*/fxpParam, in QuadGeneratePoints()
789 DefinePoint(/*U*/fxpParam, in QuadGeneratePoints()
805 FXP fxpParam; in QuadGeneratePoints() local
806 PlacePointIn1D(processedTessFactors.insideTessFactorCtx[U],p,fxpParam); in QuadGeneratePoints()
[all …]