Searched refs:big_h (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 621 big_h = prim_h + scnd_h + offs_h + opt.shared_fb_y_offset; in create_shared_fb() 623 create_fb(format, big_w, big_h, opt.tiling, PLANE_PRI, &s->big); in create_shared_fb()
|