Home
last modified time | relevance | path

Searched refs:start_of_batch (Results 1 – 1 of 1) sorted by relevance

/third_party/mesa3d/src/util/perf/
Du_trace.c116 void (*start_of_batch)(struct u_trace_context *utctx); member
168 .start_of_batch = &print_txt_start_of_batch,
239 .start_of_batch = &print_json_start_of_batch,
497 utctx->out_printer->start_of_batch(utctx); in process_chunk()