Home
last modified time | relevance | path

Searched refs:stride_bytes (Results 1 – 1 of 1) sorted by relevance

/freebsd-9-stable/sys/dev/drm2/radeon/
Dr100.c851 uint32_t stride_bytes = RADEON_GPU_PAGE_SIZE; in r100_copy_blit() local
859 stride_bytes &= 0x3fff; in r100_copy_blit()
861 pitch = stride_bytes / 64; in r100_copy_blit()
862 stride_pixels = stride_bytes / 4; in r100_copy_blit()