Home
last modified time | relevance | path

Searched refs:dword_aligned (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_buffer_common.c306 bool dword_aligned = !(dstx % 4) && !(srcx % 4) && !(size % 4); in r600_can_dma_copy_buffer() local
309 (dword_aligned && (rctx->dma.cs.priv || in r600_can_dma_copy_buffer()
/third_party/mesa3d/src/amd/compiler/
H A Daco_instruction_selection.cpp4989 bool dword_aligned = align_offset % 4 == 0 && align_mul % 4 == 0;
4990 if (!dword_aligned)

Completed in 15 milliseconds