Lines Matching defs:dst_size
543 int dst_stride, dst_size;
595 dst_size = lseek(dst_fd, 0, SEEK_END);
597 width, height, dst_stride, dst_size);
611 if (!check_pixel(device, dst, dst_stride, dst_size,
653 int dst_stride, dst_size, dst_fd;
663 dst_size = PAGE_ALIGN(dst_stride * height);
665 width, height, dst_stride, dst_size, domain);
667 dst = gem_create(device, dst_size);
674 gem_fill(device, dst, ~pixel, dst_size, domain);
682 dst_fd, bpp, dst_stride, dst_size);
700 if (!check_pixel(device, dst, dst_stride, dst_size,