Home
last modified time | relevance | path

Searched refs:IntegerPartitioning (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()
2274 if( IntegerPartitioning()) in QuadHLSLProcessTessFactors()
2310 if( Pow2Partitioning() || IntegerPartitioning() ) in QuadHLSLProcessTessFactors()
2347 if( IntegerPartitioning()) in QuadHLSLProcessTessFactors()
2367 if( IntegerPartitioning()) in QuadHLSLProcessTessFactors()
2443 if( Pow2Partitioning() || IntegerPartitioning() ) in TriHLSLProcessTessFactors()
2483 if( Pow2Partitioning() || IntegerPartitioning() ) in TriHLSLProcessTessFactors()
2509 if( IntegerPartitioning()) in TriHLSLProcessTessFactors()
2554 if(Pow2Partitioning()||IntegerPartitioning()) in IsoLineHLSLProcessTessFactors()
[all...]
H A Dtessellator.hpp436 bool IntegerPartitioning() {return (m_partitioning == PIPE_TESSELLATOR_PARTITIONING_INTEGER) ? true : false;} in IntegerPartitioning() function in CHLSLTessellator

Completed in 10 milliseconds