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.c446 unsigned copy_height_aligned = copy_height; in cik_sdma_copy_texture() local
460 copy_height_aligned = align(copy_height, 8); in cik_sdma_copy_texture()
468 copy_height_aligned <= (1 << 14) && in cik_sdma_copy_texture()
471 copy_height_aligned % 8 == 0 && in cik_sdma_copy_texture()
475 copy_height_aligned < (1 << 14) && in cik_sdma_copy_texture()
483 srcy + copy_height_aligned != (1 << 14) && in cik_sdma_copy_texture()
505 (copy_height_aligned << 16)); in cik_sdma_copy_texture()
509 ((copy_height_aligned - 8) << 16)); in cik_sdma_copy_texture()