Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dtessellator.cpp2244 if( Pow2Partitioning() || IntegerPartitioning() ) in QuadHLSLProcessTessFactors()
2283 if( Pow2Partitioning() || IntegerPartitioning() ) in QuadHLSLProcessTessFactors()
2350 if( Pow2Partitioning() || IntegerPartitioning() ) in QuadHLSLProcessTessFactors()
2483 if( Pow2Partitioning() || IntegerPartitioning() ) in TriHLSLProcessTessFactors()
2521 if( Pow2Partitioning() || IntegerPartitioning() ) in TriHLSLProcessTessFactors()
2592 if(Pow2Partitioning()||IntegerPartitioning()) in IsoLineHLSLProcessTessFactors()
2616 if( Pow2Partitioning() ) in ClampTessFactor()
2677 if( Pow2Partitioning() ) in RoundUpTessFactor()
Dtessellator.hpp451 …bool Pow2Partitioning() {return (m_partitioning == D3D11_TESSELLATOR_PARTITIONING_POW2)? true : fa… in Pow2Partitioning() function in CHLSLTessellator
/third_party/mesa3d/src/gallium/auxiliary/tessellator/
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()
Dtessellator.hpp437 …bool Pow2Partitioning() {return (m_partitioning == PIPE_TESSELLATOR_PARTITIONING_POW2)? true : fal… in Pow2Partitioning() function in CHLSLTessellator