Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeonsi/
Dcik_sdma.c451 unsigned copy_height_aligned = copy_height; in cik_sdma_copy_texture() local
465 copy_height_aligned = align(copy_height, 8); in cik_sdma_copy_texture()
473 copy_height_aligned <= (1 << 14) && in cik_sdma_copy_texture()
476 copy_height_aligned % 8 == 0 && in cik_sdma_copy_texture()
480 copy_height_aligned < (1 << 14) && in cik_sdma_copy_texture()
488 srcy + copy_height_aligned != (1 << 14) && in cik_sdma_copy_texture()
510 (copy_height_aligned << 16)); in cik_sdma_copy_texture()
514 ((copy_height_aligned - 8) << 16)); in cik_sdma_copy_texture()