Home
last modified time | relevance | path

Searched refs:first_commit (Results 1 – 5 of 5) sorted by relevance

/external/skqp/tools/skqp/
Dget_gold_results.py13 def gold_export_url(first_commit, last_commit): argument
15 ('fbegin', first_commit),
/external/skia/tools/skqp/
Dcut_release.py50 def gold(first_commit, last_commit): argument
52 for c in (first_commit, last_commit))
131 def main(first_commit, last_commit): argument
148 models = goldgetter(gold(first_commit, last_commit), build + '/make_skqp_model')
Dfind_commit_with_best_gold_results.py43 def gold_export_url(job, config, first_commit, last_commit): argument
46 ('fbegin', first_commit),
/external/igt-gpu-tools/lib/
Digt_kms.c1930 display->first_commit = true; in igt_display_reset()
2802 if (!pipe->display->first_commit) in igt_primary_plane_commit_legacy()
2908 if (pipe->display->first_commit || (s == COMMIT_UNIVERSAL && in igt_plane_commit()
3438 if (display->first_commit) in display_commit_changed()
3454 if (display->first_commit) { in display_commit_changed()
3459 display->first_commit = false; in display_commit_changed()
3547 if (display->first_commit) in igt_display_try_commit_atomic()
Digt_kms.h386 bool first_commit; member