Home
last modified time | relevance | path

Searched refs:DOMAIN_POINT (Results 1 - 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/tessellator/
H A Dtessellator.hpp106 typedef struct DOMAIN_POINT struct
110 } DOMAIN_POINT; typedef
143 DOMAIN_POINT* GetPoints(); // Get CHWTessellator owned pointer to vertices (UV values).
181 DOMAIN_POINT* m_Point; // array where we will store u/v's for the points we generate
389 DOMAIN_POINT* GetPoints() {return CHWTessellator::GetPoints();} // Get CHLSLTessellator owned pointer to vertices (UV values). in GetPoints()
H A Dp_tessellator.cpp111 DOMAIN_POINT *points = SUPER::GetPoints(); in Tessellate()
H A Dtessellator.cpp462 m_Point = new DOMAIN_POINT[MAX_POINT_COUNT]; in Init()
1609 DOMAIN_POINT* CHWTessellator::GetPoints() in GetPoints()

Completed in 8 milliseconds