Searched refs:cp_dma_max_byte_count (Results 1 – 2 of 2) sorted by relevance
43 static inline unsigned cp_dma_max_byte_count(struct si_context *sctx) in cp_dma_max_byte_count() function62 assert(size <= cp_dma_max_byte_count(sctx)); in si_emit_cp_dma()216 unsigned byte_count = MIN2(size, cp_dma_max_byte_count(sctx)); in si_cp_dma_clear_buffer()354 unsigned byte_count = MIN2(size, cp_dma_max_byte_count(sctx)); in si_cp_dma_copy_buffer()
1424 cp_dma_max_byte_count(struct radv_cmd_buffer *cmd_buffer) in cp_dma_max_byte_count() function1445 assert(size <= cp_dma_max_byte_count(cmd_buffer)); in si_emit_cp_dma()1602 unsigned byte_count = MIN2(size, cp_dma_max_byte_count(cmd_buffer)); in si_cp_dma_buffer_copy()1655 unsigned byte_count = MIN2(size, cp_dma_max_byte_count(cmd_buffer)); in si_cp_dma_clear_buffer()