Searched refs:bufh (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/libdrm/dist/tests/exynos/
H A Dexynos_fimg2d_perf.c235 unsigned int bufw = 4096, bufh = 4096; local in function:main
255 if (sscanf(optarg, "%u", &bufh) != 1)
270 if (bufw < 2 || bufw > 4096 || bufh < 2 || bufh > 4096) {
301 bo = exynos_bo_create(dev, bufw * bufh * 4, 0);
309 ret = fimg2d_perf_simple(bo, ctx, bufw, bufh, iters);
312 ret = fimg2d_perf_multi(bo, ctx, bufw, bufh, iters, batch);
H A Dexynos_fimg2d_event.c222 unsigned int bufw = 4096, bufh = 4096; local in function:main
242 if (sscanf(optarg, "%u", &bufh) != 1)
254 if (bufw > 4096 || bufh > 4096) {
261 if (bufw == 0 || bufh == 0) {
292 bo = exynos_bo_create(dev, bufw * bufh * 4, 0);
302 img.height = bufh;

Completed in 8 milliseconds