Home
last modified time | relevance | path

Searched defs:PROCESSED_TESS_FACTORS_TRI (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/tessellator/
Dtessellator.hpp242 typedef struct PROCESSED_TESS_FACTORS_TRI struct in CHWTessellator
244 FXP outsideTessFactor[TRI_EDGES];
245 FXP insideTessFactor;
246 TESSELLATOR_PARITY outsideTessFactorParity[TRI_EDGES];
247 TESSELLATOR_PARITY insideTessFactorParity;
248 TESS_FACTOR_CONTEXT outsideTessFactorCtx[TRI_EDGES];
249 TESS_FACTOR_CONTEXT insideTessFactorCtx;
250 bool bJustDoMinimumTessFactor;
251 bool bPatchCulled;
254 int numPointsForOutsideEdge[TRI_EDGES];
[all …]
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dtessellator.hpp256 typedef struct PROCESSED_TESS_FACTORS_TRI struct in CHWTessellator
258 FXP outsideTessFactor[TRI_EDGES];
259 FXP insideTessFactor;
260 TESSELLATOR_PARITY outsideTessFactorParity[TRI_EDGES];
261 TESSELLATOR_PARITY insideTessFactorParity;
262 TESS_FACTOR_CONTEXT outsideTessFactorCtx[TRI_EDGES];
263 TESS_FACTOR_CONTEXT insideTessFactorCtx;
264 bool bJustDoMinimumTessFactor;
265 bool bPatchCulled;
268 int numPointsForOutsideEdge[TRI_EDGES];
[all …]