Home
last modified time | relevance | path

Searched refs:setMax (Results 1 – 14 of 14) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_sched_gm107.h68 void setMax(const RegScores *that) in setMax() function
Dnv50_ir_emit_nvc0.cpp3113 void setMax(const RegScores *that) in setMax() function
3260 score->setMax(&scoreBoards.at(in->getId())); in visit()
Dnv50_ir_emit_gm107.cpp4348 score->setMax(&scoreBoards.at(in->getId())); in visit()
/third_party/skia/src/pathops/
DSkIntersections.h202 void setMax(int max) { in setMax() function
DSkDQuadLineIntersection.cpp102 i->setMax(5); // allow short partial coincidence plus discrete intersections in LineQuadraticIntersections()
DSkDConicLineIntersection.cpp24 i->setMax(4); // allow short partial coincidence plus discrete intersection in LineConicIntersections()
DSkDCubicLineIntersection.cpp90 i->setMax(4); in LineCubicIntersections()
DSkPathOpsTSect.cpp1222 i->setMax(1); in linesIntersect()
1785 intersections->setMax(sect1->fCurve.maxIntersections() + 4); // give extra for slop in BinarySearch()
/third_party/flutter/skia/src/pathops/
DSkIntersections.h202 void setMax(int max) { in setMax() function
DSkDQuadLineIntersection.cpp102 i->setMax(5); // allow short partial coincidence plus discrete intersections in LineQuadraticIntersections()
DSkDConicLineIntersection.cpp24 i->setMax(4); // allow short partial coincidence plus discrete intersection in LineConicIntersections()
DSkDCubicLineIntersection.cpp90 i->setMax(4); in LineCubicIntersections()
DSkPathOpsTSect.cpp1221 i->setMax(1); in linesIntersect()
1785 intersections->setMax(sect1->fCurve.maxIntersections() + 4); // give extra for slop in BinarySearch()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DRegAllocGreedy.cpp283 void setMax() { BrokenHints = ~0u; } in setMax() function
1027 BestEvictCost.setMax(); in getCheapestEvicteeWeight()
1116 BestCost.setMax(); in tryEvict()