Searched refs:big_w (Results 1 – 1 of 1) sorted by relevance
/external/igt-gpu-tools/tests/ |
D | kms_frontbuffer_tracking.c | 598 int prim_w, prim_h, scnd_w, scnd_h, offs_w, offs_h, big_w, big_h; in create_shared_fb() local 614 big_w = prim_w; in create_shared_fb() 615 if (scnd_w > big_w) in create_shared_fb() 616 big_w = scnd_w; in create_shared_fb() 617 if (offs_w > big_w) in create_shared_fb() 618 big_w = offs_w; in create_shared_fb() 619 big_w += opt.shared_fb_x_offset; in create_shared_fb() 623 create_fb(format, big_w, big_h, opt.tiling, PLANE_PRI, &s->big); in create_shared_fb()
|