HomeSort by: relevance | last modified time | path
    Searched defs:stride_pixels (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_r100.c 920 uint32_t stride_pixels; local in function:r100_copy_blit
929 stride_pixels = stride_bytes / 4;
968 radeon_ring_write(ring, cur_pages | (stride_pixels << 16));
radeon_r100.c 920 uint32_t stride_pixels; local in function:r100_copy_blit
929 stride_pixels = stride_bytes / 4;
968 radeon_ring_write(ring, cur_pages | (stride_pixels << 16));
radeon_r100.c 920 uint32_t stride_pixels; local in function:r100_copy_blit
929 stride_pixels = stride_bytes / 4;
968 radeon_ring_write(ring, cur_pages | (stride_pixels << 16));

Completed in 434 milliseconds