Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/tessellator/
H A Dtessellator.cpp592 …if( HWIntegerPartitioning()) // pow2 or integer, round to next int (hw doesn't care about pow2 dis… in QuadProcessTessFactors()
624 …if( HWIntegerPartitioning()) // pow2 or integer, round to next int (hw doesn't care about pow2 dis… in QuadProcessTessFactors()
638 if( HWIntegerPartitioning() ) in QuadProcessTessFactors()
671 if( HWIntegerPartitioning() || Odd() ) in QuadProcessTessFactors()
1109 …if( HWIntegerPartitioning()) // pow2 or integer, round to next int (hw doesn't care about pow2 dis… in TriProcessTessFactors()
1134 …if( HWIntegerPartitioning()) // pow2 or integer, round to next int (hw doesn't care about pow2 dis… in TriProcessTessFactors()
1146 if( HWIntegerPartitioning() ) in TriProcessTessFactors()
1172 if( HWIntegerPartitioning() || Odd() ) in TriProcessTessFactors()
1489 if( HWIntegerPartitioning() ) in IsoLineProcessTessFactors()
H A Dtessellator.hpp210 … bool HWIntegerPartitioning() {return ((m_partitioning == PIPE_TESSELLATOR_PARTITIONING_INTEGER)|| in HWIntegerPartitioning() function in CHWTessellator