Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
DSchedGui.py18 Y_OFFSET = 100 variable in RootFrame
36 …self.height_virtual = RootFrame.Y_OFFSET + (self.nr_rects * (RootFrame.RECT_HEIGHT + RootFrame.REC…
83 offset_py = RootFrame.Y_OFFSET + (nr * (RootFrame.RECT_HEIGHT + RootFrame.RECT_SPACE))
119 y -= RootFrame.Y_OFFSET
/linux-4.4.14/drivers/gpu/ipu-v3/
Dipu-cpmem.c559 #define Y_OFFSET(pix, x, y) ((x) + pix->width * (y)) macro
688 offset = Y_OFFSET(pix, image->rect.left, image->rect.top); in ipu_cpmem_set_image()
699 offset = Y_OFFSET(pix, image->rect.left, image->rect.top); in ipu_cpmem_set_image()
710 offset = Y_OFFSET(pix, image->rect.left, image->rect.top); in ipu_cpmem_set_image()
720 offset = Y_OFFSET(pix, image->rect.left, image->rect.top); in ipu_cpmem_set_image()