• Home
  • Raw
  • Download

Lines Matching refs:pass

209    bool pass = true;  in util_probe_rect_rgba_multi()  local
232 pass = false; in util_probe_rect_rgba_multi()
245 return pass; in util_probe_rect_rgba_multi()
298 bool pass = true; in tgsi_vs_window_space_position() local
333 pass = pass && util_probe_rect_rgba(ctx, cb, 0, 0, in tgsi_vs_window_space_position()
342 util_report_result(pass); in tgsi_vs_window_space_position()
351 bool pass = true; in null_sampler_view() local
386 pass = pass && util_probe_rect_rgba_multi(ctx, cb, 0, 0, in null_sampler_view()
396 util_report_result_helper(pass, "%s: %s", __func__, in null_sampler_view()
407 bool pass = true; in util_test_constant_buffer() local
444 pass = pass && util_probe_rect_rgba(ctx, cb, 0, 0, cb->width0, in util_test_constant_buffer()
453 util_report_result(pass); in util_test_constant_buffer()
504 bool pass = true; in test_sync_file_fences() local
525 pass = pass && buf_fence && tex_fence; in test_sync_file_fences()
530 pass = pass && buf_fd >= 0 && tex_fd >= 0; in test_sync_file_fences()
534 pass = pass && merged_fd >= 0; in test_sync_file_fences()
542 pass = pass && re_buf_fence && re_tex_fence && merged_fence; in test_sync_file_fences()
550 pass = pass && final_fence; in test_sync_file_fences()
554 pass = pass && final_fd >= 0; in test_sync_file_fences()
555 pass = pass && sync_wait(final_fd, -1) == 0; in test_sync_file_fences()
558 pass = pass && sync_wait(buf_fd, 0) == 0; in test_sync_file_fences()
559 pass = pass && sync_wait(tex_fd, 0) == 0; in test_sync_file_fences()
560 pass = pass && sync_wait(merged_fd, 0) == 0; in test_sync_file_fences()
562 pass = pass && screen->fence_finish(screen, NULL, buf_fence, 0); in test_sync_file_fences()
563 pass = pass && screen->fence_finish(screen, NULL, tex_fence, 0); in test_sync_file_fences()
564 pass = pass && screen->fence_finish(screen, NULL, re_buf_fence, 0); in test_sync_file_fences()
565 pass = pass && screen->fence_finish(screen, NULL, re_tex_fence, 0); in test_sync_file_fences()
566 pass = pass && screen->fence_finish(screen, NULL, merged_fence, 0); in test_sync_file_fences()
567 pass = pass && screen->fence_finish(screen, NULL, final_fence, 0); in test_sync_file_fences()
592 util_report_result(pass); in test_sync_file_fences()