Searched refs:lineDensityParity (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/core/
H A Dtessellator.hpp248 TESSELLATOR_PARITY lineDensityParity; member in struct:CHWTessellator::PROCESSED_TESS_FACTORS_ISOLINE
H A Dtessellator.cpp1491 processedTessFactors.lineDensityParity = isEven(TessFactor_V_LineDensity) ? TESSELLATOR_PARITY_EVEN : TESSELLATOR_PARITY_ODD;
1492 SetTessellationParity(processedTessFactors.lineDensityParity);
1525 SetTessellationParity(processedTessFactors.lineDensityParity);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tessellator/
H A Dtessellator.hpp234 TESSELLATOR_PARITY lineDensityParity; member in struct:CHWTessellator::PROCESSED_TESS_FACTORS_ISOLINE
H A Dtessellator.cpp1509 processedTessFactors.lineDensityParity = isEven(TessFactor_V_LineDensity) ? TESSELLATOR_PARITY_EVEN : TESSELLATOR_PARITY_ODD;
1510 SetTessellationParity(processedTessFactors.lineDensityParity);
1543 SetTessellationParity(processedTessFactors.lineDensityParity);

Completed in 13 milliseconds