Searched refs:buf_idx (Results 1 - 3 of 3) sorted by relevance
/solaris-x11-s11/open-src/kernel/efb/src/ |
H A D | r300_cmdbuf.c | 750 u32 i, buf_idx, h_pending; local 754 header.scratch.n_bufs * sizeof (buf_idx)) { 770 buf_idx = *(u32 *)(uintptr_t)cmdbuf->buf; 771 buf_idx *= 2; /* 8 bytes per buf */ 773 if (DRM_COPY_TO_USER(ref_age_base + buf_idx, 780 ref_age_base + buf_idx + 1, sizeof (u32))) { 790 if (DRM_COPY_TO_USER(ref_age_base + buf_idx + 1, 795 cmdbuf->buf += sizeof (buf_idx); 796 cmdbuf->bufsz -= sizeof (buf_idx); 912 idx = header.dma.buf_idx; [all...] |
H A D | radeon_drm.h | 217 unsigned char cmd_type, buf_idx, pad0, pad1; member in struct:__anon125::__anon131 279 unsigned char cmd_type, buf_idx, pad0, pad1; member in struct:__anon133::__anon139
|
H A D | radeon_state.c | 3171 idx = header.dma.buf_idx;
|
Completed in 1114 milliseconds