Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dtessellator.cpp1524 FXP fxpU,fxpV; in IsoLineGeneratePoints() local
1526 PlacePointIn1D(processedTessFactors.lineDensityTessFactorCtx,line,fxpV); in IsoLineGeneratePoints()
1531 DefinePoint(fxpU,fxpV,pointOffset++); in IsoLineGeneratePoints()
1607 int CHWTessellator::DefinePoint(FXP fxpU, FXP fxpV, int pointStorageOffset) in DefinePoint() argument
1613 m_Point[pointStorageOffset].v = fixedToFloat(fxpV); in DefinePoint()
/external/mesa3d/src/gallium/auxiliary/tessellator/
Dtessellator.cpp1538 FXP fxpU,fxpV; in IsoLineGeneratePoints() local
1540 PlacePointIn1D(processedTessFactors.lineDensityTessFactorCtx,line,fxpV); in IsoLineGeneratePoints()
1545 DefinePoint(fxpU,fxpV,pointOffset++); in IsoLineGeneratePoints()
1621 int CHWTessellator::DefinePoint(FXP fxpU, FXP fxpV, int pointStorageOffset) in DefinePoint() argument
1627 m_Point[pointStorageOffset].v = fixedToFloat(fxpV); in DefinePoint()