Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/tessellator/
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 …]
/external/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 …]