Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dtessellator.cpp1524 FXP fxpU,fxpV; in IsoLineGeneratePoints() local
1529 PlacePointIn1D(processedTessFactors.lineDetailTessFactorCtx,point,fxpU); in IsoLineGeneratePoints()
1531 DefinePoint(fxpU,fxpV,pointOffset++); in IsoLineGeneratePoints()
1607 int CHWTessellator::DefinePoint(FXP fxpU, FXP fxpV, int pointStorageOffset) in DefinePoint() argument
1612 m_Point[pointStorageOffset].u = fixedToFloat(fxpU); in DefinePoint()
/external/mesa3d/src/gallium/auxiliary/tessellator/
Dtessellator.cpp1538 FXP fxpU,fxpV; in IsoLineGeneratePoints() local
1543 PlacePointIn1D(processedTessFactors.lineDetailTessFactorCtx,point,fxpU); in IsoLineGeneratePoints()
1545 DefinePoint(fxpU,fxpV,pointOffset++); in IsoLineGeneratePoints()
1621 int CHWTessellator::DefinePoint(FXP fxpU, FXP fxpV, int pointStorageOffset) in DefinePoint() argument
1626 m_Point[pointStorageOffset].u = fixedToFloat(fxpU); in DefinePoint()