Searched refs:first_commit (Results 1 – 5 of 5) sorted by relevance
/external/skqp/tools/skqp/ |
D | get_gold_results.py | 13 def gold_export_url(first_commit, last_commit): argument 15 ('fbegin', first_commit),
|
/external/skia/tools/skqp/ |
D | cut_release.py | 50 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')
|
D | find_commit_with_best_gold_results.py | 43 def gold_export_url(job, config, first_commit, last_commit): argument 46 ('fbegin', first_commit),
|
/external/igt-gpu-tools/lib/ |
D | igt_kms.c | 1930 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()
|
D | igt_kms.h | 386 bool first_commit; member
|