• Home
  • Raw
  • Download

Lines Matching refs:exitf

127 static void exitf(ExitErr, const char* format, ...);
238 exitf(ExitErr::kUnavailable, "DDL: conversion of skp failed"); in run_ddl_benchmark()
357 exitf(ExitErr::kUnavailable, "GPU timer failed"); in run_gpu_time_benchmark()
359 exitf(ExitErr::kUnavailable, "timer query still not ready after fence sync"); in run_gpu_time_benchmark()
387 exitf(ExitErr::kSoftware, "attempted to gather stats on even number of samples"); in print_result()
435 exitf(ExitErr::kUsage, "invalid config '%s': must specify one (and only one) GPU config", in main()
441 exitf(ExitErr::kUsage, in main()
458 exitf(ExitErr::kIO, "failed to open file %s", srcfile.c_str()); in main()
470 exitf(ExitErr::kData, "failed to parse file %s", srcfile.c_str()); in main()
492 exitf(ExitErr::kUnavailable, "This tool only supports the default surface type. (%s)", in main()
504 exitf(ExitErr::kUnavailable, "failed to create context for config %s", in main()
508 exitf(ExitErr::kUnavailable, "render target size %ix%i not supported by platform (max: %i)", in main()
513 exitf(ExitErr::kUnavailable, "failed to get GrBackendFormat from SkColorType: %d", in main()
519 exitf(ExitErr::kUnavailable, "sample count %i not supported by platform", in main()
524 exitf(ExitErr::kSoftware, "testContext is null"); in main()
527 exitf(ExitErr::kUnavailable, "GPU does not support fence sync"); in main()
539 exitf(ExitErr::kUnavailable, "failed to create %ix%i render target for config %s", in main()
567 exitf(ExitErr::kUnavailable, "DDL: GPU-only timing not supported"); in main()
570 exitf(ExitErr::kUnavailable, "GPU does not support timing"); in main()
582 exitf(ExitErr::kUnavailable, "failed to read canvas pixels for png"); in main()
585 exitf(ExitErr::kIO, "failed to create directory for png \"%s\"", FLAGS_png[0]); in main()
588 exitf(ExitErr::kIO, "failed to save png to \"%s\"", FLAGS_png[0]); in main()
629 exitf(ExitErr::kData, "failed to parse xml in file %s", filename); in create_skp_from_svg()
633 exitf(ExitErr::kData, "failed to build svg dom from file %s", filename); in create_skp_from_svg()
645 exitf(ExitErr::kData, "SK_XML is disabled; cannot open svg file %s", filename); in create_skp_from_svg()
664 static void exitf(ExitErr err, const char* format, ...) { in exitf() function
685 exitf(ExitErr::kSoftware, "attempted to sync with invalid fence"); in syncToPreviousFrame()
688 exitf(ExitErr::kUnavailable, "failed to wait for fence"); in syncToPreviousFrame()
697 exitf(ExitErr::kUnavailable, "failed to insert fence"); in updateFence()