/src/sys/external/bsd/drm2/dist/drm/vmwgfx/ |
vmwgfx_blit.c | 40 #define VMW_FIND_FIRST_DIFF(_type) \ 81 VMW_FIND_FIRST_DIFF(u8); 84 VMW_FIND_FIRST_DIFF(u16); 87 VMW_FIND_FIRST_DIFF(u32); 91 VMW_FIND_FIRST_DIFF(u64); 142 * vmw_find_first_diff - find the first difference between dst and src 152 static size_t vmw_find_first_diff(const u8 *dst, const u8 *src, size_t size, function in typeref:typename:size_t 300 /* TODO: Possibly use a single vmw_find_first_diff per line? */ 301 csize = vmw_find_first_diff(dest, src, n, diff->cpp);
|
vmwgfx_blit.c | 40 #define VMW_FIND_FIRST_DIFF(_type) \ 81 VMW_FIND_FIRST_DIFF(u8); 84 VMW_FIND_FIRST_DIFF(u16); 87 VMW_FIND_FIRST_DIFF(u32); 91 VMW_FIND_FIRST_DIFF(u64); 142 * vmw_find_first_diff - find the first difference between dst and src 152 static size_t vmw_find_first_diff(const u8 *dst, const u8 *src, size_t size, function in typeref:typename:size_t 300 /* TODO: Possibly use a single vmw_find_first_diff per line? */ 301 csize = vmw_find_first_diff(dest, src, n, diff->cpp);
|
vmwgfx_blit.c | 40 #define VMW_FIND_FIRST_DIFF(_type) \ 81 VMW_FIND_FIRST_DIFF(u8); 84 VMW_FIND_FIRST_DIFF(u16); 87 VMW_FIND_FIRST_DIFF(u32); 91 VMW_FIND_FIRST_DIFF(u64); 142 * vmw_find_first_diff - find the first difference between dst and src 152 static size_t vmw_find_first_diff(const u8 *dst, const u8 *src, size_t size, function in typeref:typename:size_t 300 /* TODO: Possibly use a single vmw_find_first_diff per line? */ 301 csize = vmw_find_first_diff(dest, src, n, diff->cpp);
|