Searched refs:DMA_PACKET_COPY (Results 1 - 6 of 6) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | evergreen_hw_context.c | 69 radeon_emit(cs, DMA_PACKET(DMA_PACKET_COPY, sub_cmd, csize)); in evergreen_dma_copy_buffer()
|
H A D | r600_hw_context.c | 606 radeon_emit(cs, DMA_PACKET(DMA_PACKET_COPY, 0, 0, csize)); in r600_dma_copy_buffer()
|
H A D | r600_state.c | 2937 radeon_emit(cs, DMA_PACKET(DMA_PACKET_COPY, 1, 0, size)); in r600_dma_copy_tile()
|
H A D | evergreend.h | 2806 #define DMA_PACKET_COPY 0x3 macro
|
H A D | r600d.h | 3805 #define DMA_PACKET_COPY 0x3 macro
|
H A D | evergreen_state.c | 3868 radeon_emit(cs, DMA_PACKET(DMA_PACKET_COPY, sub_cmd, size)); in evergreen_dma_copy_tile()
|
Completed in 40 milliseconds