Searched refs:vmw_diff_cpy (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_blit.c239 * struct vmw_diff_cpy.
241 * @diff: The struct vmw_diff_cpy closure argument (unused).
246 void vmw_memcpy(struct vmw_diff_cpy *diff, u8 *dest, const u8 *src, size_t n)
255 * @diff: The struct vmw_diff_cpy used to track the modified bounding box.
259 static void vmw_adjust_rect(struct vmw_diff_cpy *diff, size_t diff_offs)
273 * @diff: The struct vmw_diff_cpy used to track the modified bounding box.
288 void vmw_diff_memcpy(struct vmw_diff_cpy *diff, u8 *dest, const u8 *src,
333 * @diff: Struct vmw_diff_cpy, in the end forwarded to the memcpy routine.
346 struct vmw_diff_cpy *diff;
362 struct vmw_diff_cpy *dif
[all...]
H A Dvmwgfx_drv.h1299 * struct vmw_diff_cpy - CPU blit information structure
1307 struct vmw_diff_cpy { struct
1312 void (*do_cpy)(struct vmw_diff_cpy *diff, u8 *dest, const u8 *src,
1332 void vmw_diff_memcpy(struct vmw_diff_cpy *diff, u8 *dest, const u8 *src,
1335 void vmw_memcpy(struct vmw_diff_cpy *diff, u8 *dest, const u8 *src, size_t n);
1342 struct vmw_diff_cpy *diff);
H A Dvmwgfx_stdu.c493 struct vmw_diff_cpy diff = VMW_CPU_BLIT_DIFF_INITIALIZER(stdu->cpp);
1072 struct vmw_diff_cpy diff = VMW_CPU_BLIT_DIFF_INITIALIZER(0);

Completed in 286 milliseconds