Home
last modified time | relevance | path

Searched refs:Pow2Partitioning (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/tessellator/
H A Dtessellator.cpp2200 if( Pow2Partitioning() || IntegerPartitioning() ) in QuadHLSLProcessTessFactors()
2241 if( Pow2Partitioning() || IntegerPartitioning() ) in QuadHLSLProcessTessFactors()
2310 if( Pow2Partitioning() || IntegerPartitioning() ) in QuadHLSLProcessTessFactors()
2443 if( Pow2Partitioning() || IntegerPartitioning() ) in TriHLSLProcessTessFactors()
2483 if( Pow2Partitioning() || IntegerPartitioning() ) in TriHLSLProcessTessFactors()
2554 if(Pow2Partitioning()||IntegerPartitioning()) in IsoLineHLSLProcessTessFactors()
2578 if( Pow2Partitioning() ) in ClampTessFactor()
2639 if( Pow2Partitioning() ) in RoundUpTessFactor()
H A Dtessellator.hpp437 bool Pow2Partitioning() {return (m_partitioning == PIPE_TESSELLATOR_PARTITIONING_POW2)? true : false;} in Pow2Partitioning() function in CHLSLTessellator

Completed in 6 milliseconds