Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dtessellator.h82 SWR_TS_TESSELLATED_DATA& tsTessellatedData) in Tessellate() argument
126 tsTessellatedData.NumDomainPoints = NumDomainPoints; in Tessellate()
127 tsTessellatedData.pDomainPointsU = &DomainPointsU[0]; in Tessellate()
128 tsTessellatedData.pDomainPointsV = &DomainPointsV[0]; in Tessellate()
133 tsTessellatedData.NumPrimitives = NumIndices / IndexDiv; in Tessellate()
140 tsTessellatedData.ppIndices[0] = &Indices[0][0]; in Tessellate()
141 tsTessellatedData.ppIndices[1] = &Indices[1][0]; in Tessellate()
142 tsTessellatedData.ppIndices[2] = &Indices[2][0]; in Tessellate()
194 … SWR_TS_TESSELLATED_DATA& tsTessellatedData) ///< [OUT] Tessellated Data in TSTessellate() argument
200 pTessellator->Tessellate(tsTessFactors, tsTessellatedData); in TSTessellate()