Home
last modified time | relevance | path

Searched defs:coincidence (Results 1 – 23 of 23) sorted by relevance

/external/skqp/src/pathops/
DSkPathOpsSimplify.cpp158 SkOpCoincidence coincidence(&globalState); in SimplifyDebug() local
DSkPathOpsOp.cpp296 SkOpCoincidence coincidence(&globalState); in OpDebug() local
DSkPathOpsCommon.cpp233 bool HandleCoincidence(SkOpContourHead* contourList, SkOpCoincidence* coincidence) { in HandleCoincidence()
DSkPathOpsTypes.h65 SkOpCoincidence* coincidence() { in coincidence() function
158 void setCoincidence(SkOpCoincidence* coincidence) { in setCoincidence()
DSkOpSpan.cpp451 SkOpCoincidence* coincidence = this->globalState()->coincidence(); in release() local
DSkAddIntersections.cpp259 bool AddIntersectTs(SkOpContour* test, SkOpContour* next, SkOpCoincidence* coincidence) { in AddIntersectTs()
DSkPathOpsDebug.cpp356 const SkOpCoincidence* coincidence = contour->globalState()->coincidence(); in CheckHealth() local
932 const SkOpCoincidence* coincidence = this->globalState()->coincidence(); in debugMissingCoincidence() local
/external/skia/src/pathops/
DSkPathOpsSimplify.cpp158 SkOpCoincidence coincidence(&globalState); in SimplifyDebug() local
DSkPathOpsCommon.cpp233 bool HandleCoincidence(SkOpContourHead* contourList, SkOpCoincidence* coincidence) { in HandleCoincidence()
DSkPathOpsOp.cpp294 SkOpCoincidence coincidence(&globalState); in OpDebug() local
DSkPathOpsTypes.h65 SkOpCoincidence* coincidence() { in coincidence() function
158 void setCoincidence(SkOpCoincidence* coincidence) { in setCoincidence()
DSkOpSpan.cpp451 SkOpCoincidence* coincidence = this->globalState()->coincidence(); in release() local
DSkAddIntersections.cpp259 bool AddIntersectTs(SkOpContour* test, SkOpContour* next, SkOpCoincidence* coincidence) { in AddIntersectTs()
DSkPathOpsDebug.cpp356 const SkOpCoincidence* coincidence = contour->globalState()->coincidence(); in CheckHealth() local
909 const SkOpCoincidence* coincidence = this->globalState()->coincidence(); in debugMissingCoincidence() local
/external/llvm-project/polly/lib/External/isl/
Disl_schedule_constraints.c210 __isl_take isl_union_map *coincidence) in isl_schedule_constraints_set_coincidence()
Disl_scheduler.c5127 struct isl_sched_edge *edge), int coincidence) in collect_validity()
5186 struct isl_sched_graph *graph, int coincidence, in collect_intra_validity()
5236 struct isl_sched_graph *graph, int coincidence, in collect_inter_validity()
5307 struct isl_sched_graph *graph, int fallback, int coincidence) in compute_carrying_sol()
5381 struct isl_sched_graph *graph, int fallback, int coincidence) in carry()
5425 int coincidence) in carry_fallback()
Disl_test.c4305 isl_union_map *validity, *proximity, *coincidence; in test_one_schedule() local
/external/llvm-project/polly/lib/External/ppcg/
Dcpu.c618 isl_union_map *validity, *coincidence; in construct_cpu_schedule_constraints() local
Dgpu.c4370 isl_union_map *validity, *proximity, *coincidence; in construct_schedule_constraints() local
4455 isl_union_map *coincidence; in get_local_coincidence() local
4495 isl_union_map *coincidence; in band_set_coincident() local
/external/llvm-project/polly/lib/External/isl/include/isl/
Dcpp-checked.h9134 isl::checked::union_map schedule_constraints::coincidence() const in coincidence() function
9217 …schedule_constraints schedule_constraints::set_coincidence(isl::checked::union_map coincidence) co… in set_coincidence()
Dcpp.h12507 isl::union_map schedule_constraints::coincidence() const in coincidence() function
12638 isl::schedule_constraints schedule_constraints::set_coincidence(isl::union_map coincidence) const in set_coincidence()
Disl-noexceptions.h13975 schedule_constraints schedule_constraints::set_coincidence(union_map coincidence) const in set_coincidence()
/external/llvm-project/polly/lib/External/isl/interface/
Disl.py11543 def coincidence(arg0): member in schedule_constraints