Lines Matching defs:input
175 struct vic_image *output, struct vic_image *input)
200 err = vic->ops->flip(vic, output, input);
206 err = vic->ops->execute(vic, pushbuf, &ptr, output, &input, 1);
249 struct vic_image *input, *output;
287 &input);
289 fprintf(stderr, "failed to create input image: %d\n", err);
300 err = clear(vic, channel, input);
306 err = fill(vic, channel, input);
312 err = flip(vic, channel, output, input);
318 printf("input: %ux%u\n", input->width, input->height);
319 vic_image_dump(input, stdout);
325 vic_image_free(input);