Lines Matching defs:buf_width
39 unsigned buf_width, unsigned buf_height, unsigned iterations)
48 img.width = buf_width;
50 img.stride = buf_width * 4;
59 buf_width, buf_height, iterations);
67 x = rand() % buf_width;
70 if (x == (buf_width - 1))
75 w = rand() % (buf_width - x);
117 unsigned buf_width, unsigned buf_height, unsigned iterations, unsigned batch)
133 images[i].width = buf_width;
135 images[i].stride = buf_width * 4;
145 buf_width, buf_height, iterations);
156 x = rand() % buf_width;
159 if (x == (buf_width - 1))
164 w = rand() % (buf_width - x);