Home
last modified time | relevance | path

Searched refs:m_Point (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dtessellator.cpp415 m_Point = 0; in CHWTessellator()
430 delete [] m_Point; in ~CHWTessellator()
442 if( 0 == m_Point ) in Init()
444 m_Point = new DOMAIN_POINT[MAX_POINT_COUNT]; in Init()
1593 return m_Point; in GetPoints()
1612 m_Point[pointStorageOffset].u = fixedToFloat(fxpU); in DefinePoint()
1613 m_Point[pointStorageOffset].v = fixedToFloat(fxpV); in DefinePoint()
Dtessellator.hpp192 …DOMAIN_POINT* m_Point; // array where we will store u/v's for the points we… member in CHWTessellator
/third_party/mesa3d/src/gallium/auxiliary/tessellator/
Dtessellator.cpp436 m_Point = 0; in CHWTessellator()
448 delete [] m_Point; in ~CHWTessellator()
460 if( 0 == m_Point ) in Init()
462 m_Point = new DOMAIN_POINT[MAX_POINT_COUNT]; in Init()
1611 return m_Point; in GetPoints()
1630 m_Point[pointStorageOffset].u = fixedToFloat(fxpU); in DefinePoint()
1631 m_Point[pointStorageOffset].v = fixedToFloat(fxpV); in DefinePoint()
Dtessellator.hpp181 …DOMAIN_POINT* m_Point; // array where we will store u/v's for the points we… member in CHWTessellator