Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/
H A DGrRectanizerSkyline.cpp20 int bestWidth = this->width() + 1; in addRect() local
28 if (y < bestY || (y == bestY && fSkyline[i].fWidth < bestWidth)) { in addRect()
30 bestWidth = fSkyline[i].fWidth; in addRect()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp3316 unsigned bestWidth = 0, bestOffset = 0; in SimplifySetCC() local
3334 bestWidth = width; in SimplifySetCC()
3341 if (bestWidth) { in SimplifySetCC()
3342 EVT newVT = EVT::getIntegerVT(*DAG.getContext(), bestWidth); in SimplifySetCC()
3354 DAG.getConstant(bestMask.trunc(bestWidth), in SimplifySetCC()

Completed in 11 milliseconds