Searched refs:dword_aligned (Results 1 – 2 of 2) sorted by relevance
334 bool dword_aligned = !(dstx % 4) && !(srcx % 4) && !(size % 4); in r600_can_dma_copy_buffer() local337 (dword_aligned && (rctx->dma.cs || in r600_can_dma_copy_buffer()
3837 bool dword_aligned = align_offset % 4 == 0 && align_mul % 4 == 0; in split_buffer_store() local3838 if (!dword_aligned) in split_buffer_store()