Searched refs:cursor_w (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/xf86-video-amdgpu/dist/src/
H A Damdgpu_drv.h314 int cursor_w; member in struct:__anon164a9d390308
H A Ddrmmode_display.c1573 uint32_t cursor_w = info->cursor_w, cursor_h = info->cursor_h; local in function:drmmode_load_cursor_argb
1579 for (dstx = 0; dstx < cursor_w; dstx++) {
1581 cursor_w,
1589 ptr[dsty * info->cursor_w + dstx] = cpu_to_le32(argb);
1595 uint32_t cursor_size = info->cursor_w * info->cursor_h;
1636 info->cursor_w, info->cursor_h);
1666 arg.width = info->cursor_w;
1676 xhot = info->cursor_w - xhot - 1;
1684 yhot = info->cursor_w
[all...]
H A Damdgpu_kms.c1509 info->cursor_w = value;
1511 info->cursor_w = CURSOR_WIDTH;
1513 info->cursor_w = CURSOR_WIDTH_CIK;
1780 if (!xf86_cursors_init(pScreen, info->cursor_w, info->cursor_h,
2413 cursor_size = info->cursor_w * info->cursor_h * 4;
/xsrc/external/mit/xf86-video-ati-kms/dist/src/
H A Ddrmmode_display.c1151 uint32_t cursor_w = info->cursor_w, cursor_h = info->cursor_h; local in function:drmmode_load_cursor_argb
1157 for (dstx = 0; dstx < cursor_w; dstx++) {
1159 cursor_w,
1167 ptr[dsty * info->cursor_w + dstx] = cpu_to_le32(argb);
1173 uint32_t cursor_size = info->cursor_w * info->cursor_h;
1215 info->cursor_w, info->cursor_h);
1240 arg.width = info->cursor_w;
1250 xhot = info->cursor_w - xhot - 1;
1258 yhot = info->cursor_w
[all...]
H A Dradeon_kms.c1991 info->cursor_w = CURSOR_WIDTH_CIK;
1994 info->cursor_w = CURSOR_WIDTH;
2091 if (!xf86_cursors_init(pScreen, info->cursor_w, info->cursor_h,
2780 cursor_size = info->cursor_w * info->cursor_h * 4;
H A Dradeon.h604 int cursor_w; member in struct:__anon5a499fe10208

Completed in 17 milliseconds