Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/perfcntrs/
Dfdperf.c318 static int ctr_width; variable
356 assert(n <= ctr_width); in redraw_counter_label()
358 whline(win, ' ', ctr_width - n); in redraw_counter_label()
359 wmove(win, row, ctr_width - n); in redraw_counter_label()
539 int dw = ctr_width + 2; in counter_dialog()
747 ctr_width = in setup_counter_groups()
748 MAX2(ctr_width, strlen(group->group->countables[j].name) + 1); in setup_counter_groups()