Home
last modified time | relevance | path

Searched refs:ctr_width (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/freedreno/perfcntrs/
H A Dfdperf.c337 static int ctr_width; variable
375 assert(n <= ctr_width); in redraw_counter_label()
377 whline(win, ' ', ctr_width - n); in redraw_counter_label()
378 wmove(win, row, ctr_width - n); in redraw_counter_label()
558 int dw = ctr_width + 2; in counter_dialog()
738 while (n++ < ctr_width) in dump_counters()
799 ctr_width = in setup_counter_groups()
800 MAX2(ctr_width, strlen(group->group->countables[j].name) + 1); in setup_counter_groups()

Completed in 2 milliseconds