Home
last modified time | relevance | path

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

/external/igt-gpu-tools/tests/i915/
Dgem_render_copy.c340 uint32_t *linear_dst; in scratch_buf_copy() local
355 linear_dst = gem_mmap__gtt(data->drm_fd, dst->bo->handle, in scratch_buf_copy()
372 linear_dst[(dy+y) * width + dx+x] = *ptr; in scratch_buf_copy()
387 igt_memcpy_from_wc(&linear_dst[(dy+y) * width + dx], in scratch_buf_copy()
395 munmap(linear_dst, dst->bo->size); in scratch_buf_copy()