Lines Matching refs:buf_height
39 unsigned buf_width, unsigned buf_height, unsigned iterations) in fimg2d_perf_simple() argument
49 img.height = buf_height; in fimg2d_perf_simple()
59 buf_width, buf_height, iterations); in fimg2d_perf_simple()
68 y = rand() % buf_height; in fimg2d_perf_simple()
72 if (y == (buf_height - 1)) in fimg2d_perf_simple()
76 h = rand() % (buf_height - y); in fimg2d_perf_simple()
117 unsigned buf_width, unsigned buf_height, unsigned iterations, unsigned batch) in fimg2d_perf_multi() argument
134 images[i].height = buf_height; in fimg2d_perf_multi()
145 buf_width, buf_height, iterations); in fimg2d_perf_multi()
157 y = rand() % buf_height; in fimg2d_perf_multi()
161 if (y == (buf_height - 1)) in fimg2d_perf_multi()
165 h = rand() % (buf_height - y); in fimg2d_perf_multi()