Home
last modified time | relevance | path

Searched refs:linear_copy (Results 1 – 3 of 3) sorted by relevance

/external/igt-gpu-tools/tests/i915/
Dgem_render_copy.c185 static void *linear_copy(data_t *data, struct igt_buf *buf) in linear_copy() function
207 linear = linear_copy(data, buf); in scratch_buf_write_to_png()
284 linear = linear_copy(data, buf); in scratch_buf_draw_pattern()
481 linear = linear_copy(data, buf); in scratch_buf_check()
485 linear = linear_copy(data, ref); in scratch_buf_check()
507 linear_buf = linear_copy(data, buf); in scratch_buf_check_all()
508 linear_ref = linear_copy(data, ref); in scratch_buf_check_all()
/external/mesa3d/src/egl/drivers/dri2/
Dplatform_wayland.c442 if (dri2_surf->color_buffers[i].linear_copy) in dri2_wl_destroy_surface()
443 dri2_dpy->image->destroyImage(dri2_surf->color_buffers[i].linear_copy); in dri2_wl_destroy_surface()
490 if (dri2_surf->color_buffers[i].linear_copy) in dri2_wl_release_buffers()
491 dri2_dpy->image->destroyImage(dri2_surf->color_buffers[i].linear_copy); in dri2_wl_release_buffers()
497 dri2_surf->color_buffers[i].linear_copy = NULL; in dri2_wl_release_buffers()
585 dri2_surf->back->linear_copy == NULL) { in get_back_bo()
592 dri2_surf->back->linear_copy = in get_back_bo()
601 dri2_surf->back->linear_copy = in get_back_bo()
610 if (dri2_surf->back->linear_copy == NULL) in get_back_bo()
705 dri2_dpy->image->destroyImage(dri2_surf->color_buffers[i].linear_copy); in update_buffers()
[all …]
Degl_dri2.h313 __DRIimage *linear_copy; member