HomeSort by relevance Sort by last modified time
    Searched refs:bufh (Results 1 - 2 of 2) sorted by null

  /external/libdrm/tests/exynos/
exynos_fimg2d_perf.c 228 unsigned int bufw = 4096, bufh = 4096; local
248 if (sscanf(optarg, "%u", &bufh) != 1)
263 if (bufw < 2 || bufw > 4096 || bufh < 2 || bufh > 4096) {
270 if (bufw == 0 || bufh == 0) {
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);
exynos_fimg2d_event.c 215 unsigned int bufw = 4096, bufh = 4096; local
235 if (sscanf(optarg, "%u", &bufh) != 1)
247 if (bufw > 4096 || bufh > 4096) {
254 if (bufw == 0 || bufh == 0) {
285 bo = exynos_bo_create(dev, bufw * bufh * 4, 0);
295 img.height = bufh;

Completed in 53 milliseconds