Lines Matching defs:verbose
266 typedef unsigned (*decode_cmd)(const uint8_t *map, bool verbose);
271 agxdecode_stateful(uint64_t va, const char *label, decode_cmd decoder, bool verbose)
281 if (verbose)
286 unsigned count = decoder(map, verbose);
304 agxdecode_pipeline(const uint8_t *map, UNUSED bool verbose)
391 agxdecode_record(uint64_t va, size_t size, bool verbose)
419 agxdecode_stateful(cmd.pipeline, "Pipeline", agxdecode_pipeline, verbose);
445 agxdecode_cmd(const uint8_t *map, bool verbose)
449 agxdecode_stateful(cmd.pipeline, "Pipeline", agxdecode_pipeline, verbose);
454 agxdecode_stateful(cmd.pipeline, "Pipeline", agxdecode_pipeline, verbose);
468 agxdecode_record(address, cmd.size_words * 4, verbose);
483 agxdecode_cmdstream(unsigned cmdbuf_handle, unsigned map_handle, bool verbose)
530 agxdecode_stateful(*encoder, "Encoder", agxdecode_cmd, verbose);
535 agxdecode_pipeline, verbose);
541 agxdecode_pipeline, verbose);
547 "Partial reload pipeline", agxdecode_pipeline, verbose);
552 "Partial store pipeline", agxdecode_pipeline, verbose);