Lines Matching refs:buf_height
32 unsigned buf_width, unsigned buf_height, unsigned iterations) in fimg2d_perf_simple() argument
42 img.height = buf_height; in fimg2d_perf_simple()
52 buf_width, buf_height, iterations); in fimg2d_perf_simple()
61 y = rand() % buf_height; in fimg2d_perf_simple()
65 if (y == (buf_height - 1)) in fimg2d_perf_simple()
69 h = rand() % (buf_height - y); in fimg2d_perf_simple()
110 unsigned buf_width, unsigned buf_height, unsigned iterations, unsigned batch) in fimg2d_perf_multi() argument
127 images[i].height = buf_height; in fimg2d_perf_multi()
138 buf_width, buf_height, iterations); in fimg2d_perf_multi()
150 y = rand() % buf_height; in fimg2d_perf_multi()
154 if (y == (buf_height - 1)) in fimg2d_perf_multi()
158 h = rand() % (buf_height - y); in fimg2d_perf_multi()