Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
H A DSchedGui.py35 self.nr_rects = sched_tracer.nr_rectangles() + 1
36 self.height_virtual = RootFrame.Y_OFFSET + (self.nr_rects * (RootFrame.RECT_HEIGHT + RootFrame.RECT_SPACE))
123 if rect < 0 or rect > self.nr_rects - 1 or height > RootFrame.RECT_HEIGHT:
/kernel/linux/linux-6.6/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
H A DSchedGui.py35 self.nr_rects = sched_tracer.nr_rectangles() + 1
36 self.height_virtual = RootFrame.Y_OFFSET + (self.nr_rects * (RootFrame.RECT_HEIGHT + RootFrame.RECT_SPACE))
123 if rect < 0 or rect > self.nr_rects - 1 or height > RootFrame.RECT_HEIGHT:
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_perf.h45 unsigned nr_rects; member
H A Dlp_perf.c53 debug_printf("llvmpipe: nr_rectangles: %9u\n", lp_count.nr_rects); in lp_print_counters()
H A Dlp_setup_rect.c262 LP_COUNT(nr_rects); in try_rect_cw()

Completed in 3 milliseconds