Searched refs:cp_dma_max_byte_count (Results 1 – 2 of 2) sorted by relevance
46 static inline unsigned cp_dma_max_byte_count(struct si_context *sctx) in cp_dma_max_byte_count() function69 assert(size <= cp_dma_max_byte_count(sctx)); in si_emit_cp_dma()260 unsigned byte_count = MIN2(dma_clear_size, cp_dma_max_byte_count(sctx)); in si_clear_buffer()458 unsigned byte_count = MIN2(size, cp_dma_max_byte_count(sctx)); in si_copy_buffer()
1176 static inline unsigned cp_dma_max_byte_count(struct radv_cmd_buffer *cmd_buffer) in cp_dma_max_byte_count() function1198 assert(size <= cp_dma_max_byte_count(cmd_buffer)); in si_emit_cp_dma()1348 unsigned byte_count = MIN2(size, cp_dma_max_byte_count(cmd_buffer)); in si_cp_dma_buffer_copy()1386 unsigned byte_count = MIN2(size, cp_dma_max_byte_count(cmd_buffer)); in si_cp_dma_clear_buffer()