Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_cp_dma.c43 static inline unsigned cp_dma_max_byte_count(struct si_context *sctx) in cp_dma_max_byte_count() function
63 assert(size <= cp_dma_max_byte_count(sctx)); in si_emit_cp_dma()
220 unsigned byte_count = MIN2(size, cp_dma_max_byte_count(sctx)); in si_cp_dma_clear_buffer()
362 unsigned byte_count = MIN2(size, cp_dma_max_byte_count(sctx)); in si_cp_dma_copy_buffer()
/third_party/mesa3d/src/amd/vulkan/
H A Dsi_cmd_buffer.c1518 cp_dma_max_byte_count(enum amd_gfx_level gfx_level) in cp_dma_max_byte_count() function
1537 assert(size <= cp_dma_max_byte_count(device->physical_device->rad_info.gfx_level)); in si_cs_emit_cp_dma()
1630 assert(size <= cp_dma_max_byte_count(gfx_level)); in si_cs_cp_dma_prefetch()
1746 unsigned byte_count = MIN2(size, cp_dma_max_byte_count(gfx_level)); in si_cp_dma_buffer_copy()
1800 unsigned byte_count = MIN2(size, cp_dma_max_byte_count(gfx_level)); in si_cp_dma_clear_buffer()

Completed in 5 milliseconds