Lines Matching defs:debug
424 const char * const **dst, uint32_t *num, int debug)
496 if (debug && !dev) {
572 AVDictionaryEntry *debug_opt = av_dict_get(opts, "debug", NULL, 0);
573 int debug = debug_opt && strtol(debug_opt->value, NULL, 10);
575 /* If `debug=0`, enable no layers at all. */
576 if (debug_opt && !debug)
589 /* If `debug=1` is specified, enable the standard validation layer extension */
590 if (debug) {
591 *debug_mode = debug;
617 if (debug) {
618 /* if the `debug=1`, default_layer is enabled, skip here */
622 /* if the `debug=0`, enable debug mode to load its callback properly */
623 *debug_mode = debug;