Home
last modified time | relevance | path

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

/trueos/sys/dev/drm/
HDradeon_state.c1669 int size, dwords, tex_width, blit_width, spitch; in radeon_cp_dispatch_texture() local
1723 spitch = blit_width >> 6; in radeon_cp_dispatch_texture()
1724 if (spitch == 0 && image->height > 1) in radeon_cp_dispatch_texture()
1872 OUT_RING((spitch << 22) | (offset >> 10)); in radeon_cp_dispatch_texture()
/trueos/sys/dev/drm2/radeon/
HDradeon_state.c1707 int size, dwords, tex_width, blit_width, spitch; in radeon_cp_dispatch_texture() local
1761 spitch = blit_width >> 6; in radeon_cp_dispatch_texture()
1762 if (spitch == 0 && image->height > 1) in radeon_cp_dispatch_texture()
1910 OUT_RING((spitch << 22) | (offset >> 10)); in radeon_cp_dispatch_texture()