Searched refs:HWIntegerPartitioning (Results 1 – 2 of 2) sorted by relevance
592 …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()
210 … bool HWIntegerPartitioning() {return ((m_partitioning == PIPE_TESSELLATOR_PARTITIONING_INTEGER)|| in HWIntegerPartitioning() function in CHWTessellator