Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dtessellator.cpp473 void CHWTessellator::TessellateQuadDomain( float tessFactor_Ueq0, float tessFactor_Veq0, float tess… in TessellateQuadDomain() argument
477 …QuadProcessTessFactors(tessFactor_Ueq0,tessFactor_Veq0,tessFactor_Ueq1,tessFactor_Veq1,insideTessF… in TessellateQuadDomain()
531 void CHWTessellator::QuadProcessTessFactors( float tessFactor_Ueq0, float tessFactor_Veq0, float te… in QuadProcessTessFactors() argument
535 if( !(tessFactor_Ueq0 > 0) || // NaN will pass in QuadProcessTessFactors()
569 tessFactor_Ueq0 = tess_fmin( upperBound, tess_fmax( lowerBound, tessFactor_Ueq0 ) ); in QuadProcessTessFactors()
576 tessFactor_Ueq0 = ceil(tessFactor_Ueq0); in QuadProcessTessFactors()
589 if( (tessFactor_Ueq0 > MIN_ODD_TESSFACTOR_PLUS_HALF_EPSILON) || in QuadProcessTessFactors()
617 …float outsideTessFactor[QUAD_EDGES] = {tessFactor_Ueq0, tessFactor_Veq0, tessFactor_Ueq1, tessFact… in QuadProcessTessFactors()
994 void CHWTessellator::TessellateTriDomain( float tessFactor_Ueq0, float tessFactor_Veq0, float tessF… in TessellateTriDomain() argument
998 …TriProcessTessFactors(tessFactor_Ueq0,tessFactor_Veq0,tessFactor_Weq0,insideTessFactor,processedTe… in TessellateTriDomain()
[all …]
Dtessellator.hpp296 …void TriProcessTessFactors( float tessFactor_Ueq0, float TessFactor_Veq0, float TessFactor_Weq0, f…
299 …void QuadProcessTessFactors( float tessFactor_Ueq0, float tessFactor_Veq0, float tessFactor_Ueq1, …
388 void TessellateTriDomain( float tessFactor_Ueq0,
466 …void TriHLSLProcessTessFactors( float tessFactor_Ueq0, float TessFactor_Veq0, float TessFactor_Weq…
/external/mesa3d/src/gallium/auxiliary/tessellator/
Dtessellator.cpp487 void CHWTessellator::TessellateQuadDomain( float tessFactor_Ueq0, float tessFactor_Veq0, float tess… in TessellateQuadDomain() argument
491 …QuadProcessTessFactors(tessFactor_Ueq0,tessFactor_Veq0,tessFactor_Ueq1,tessFactor_Veq1,insideTessF… in TessellateQuadDomain()
545 void CHWTessellator::QuadProcessTessFactors( float tessFactor_Ueq0, float tessFactor_Veq0, float te… in QuadProcessTessFactors() argument
549 if( !(tessFactor_Ueq0 > 0) || // NaN will pass in QuadProcessTessFactors()
583 tessFactor_Ueq0 = tess_fmin( upperBound, tess_fmax( lowerBound, tessFactor_Ueq0 ) ); in QuadProcessTessFactors()
590 tessFactor_Ueq0 = ceil(tessFactor_Ueq0); in QuadProcessTessFactors()
603 if( (tessFactor_Ueq0 > MIN_ODD_TESSFACTOR_PLUS_HALF_EPSILON) || in QuadProcessTessFactors()
631 …float outsideTessFactor[QUAD_EDGES] = {tessFactor_Ueq0, tessFactor_Veq0, tessFactor_Ueq1, tessFact… in QuadProcessTessFactors()
1008 void CHWTessellator::TessellateTriDomain( float tessFactor_Ueq0, float tessFactor_Veq0, float tessF… in TessellateTriDomain() argument
1012 …TriProcessTessFactors(tessFactor_Ueq0,tessFactor_Veq0,tessFactor_Weq0,insideTessFactor,processedTe… in TessellateTriDomain()
[all …]
Dtessellator.hpp296 …void TriProcessTessFactors( float tessFactor_Ueq0, float TessFactor_Veq0, float TessFactor_Weq0, f…
299 …void QuadProcessTessFactors( float tessFactor_Ueq0, float tessFactor_Veq0, float tessFactor_Ueq1, …
388 void TessellateTriDomain( float tessFactor_Ueq0,
466 …void TriHLSLProcessTessFactors( float tessFactor_Ueq0, float TessFactor_Veq0, float TessFactor_Weq…