Home
last modified time | relevance | path

Searched refs:cp_dma_max_byte_count (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_cp_dma.c46 static inline unsigned cp_dma_max_byte_count(struct si_context *sctx) in cp_dma_max_byte_count() function
69 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()
/external/mesa3d/src/amd/vulkan/
Dsi_cmd_buffer.c1176 static inline unsigned cp_dma_max_byte_count(struct radv_cmd_buffer *cmd_buffer) in cp_dma_max_byte_count() function
1198 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()