Lines Matching defs:dst_size
548 int dst_stride, dst_size;
600 dst_size = lseek(dst_fd, 0, SEEK_END);
602 width, height, dst_stride, dst_size);
616 if (!check_pixel(device, dst, dst_stride, dst_size,
658 int dst_stride, dst_size, dst_fd;
668 dst_size = PAGE_ALIGN(dst_stride * height);
670 width, height, dst_stride, dst_size, domain);
672 dst = gem_create(device, dst_size);
679 gem_fill(device, dst, ~pixel, dst_size, domain);
687 dst_fd, bpp, dst_stride, dst_size);
705 if (!check_pixel(device, dst, dst_stride, dst_size,