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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_cp_dma.c42 static inline unsigned cp_dma_max_byte_count(struct si_context *sctx) function in typeref:typename:unsigned
63 assert(size <= cp_dma_max_byte_count(sctx));
235 unsigned byte_count = MIN2(size, cp_dma_max_byte_count(sctx));
371 unsigned byte_count = MIN2(size, cp_dma_max_byte_count(sctx));
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_cp_dma.c43 static inline unsigned cp_dma_max_byte_count(struct si_context *sctx) function in typeref:typename:unsigned
62 assert(size <= cp_dma_max_byte_count(sctx));
216 unsigned byte_count = MIN2(size, cp_dma_max_byte_count(sctx));
354 unsigned byte_count = MIN2(size, cp_dma_max_byte_count(sctx));
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dsi_cmd_buffer.c1047 static inline unsigned cp_dma_max_byte_count(struct radv_cmd_buffer *cmd_buffer) function in typeref:typename:unsigned
1068 assert(size <= cp_dma_max_byte_count(cmd_buffer));
1225 unsigned byte_count = MIN2(size, cp_dma_max_byte_count(cmd_buffer));
1268 unsigned byte_count = MIN2(size, cp_dma_max_byte_count(cmd_buffer));
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dsi_cmd_buffer.c1424 cp_dma_max_byte_count(struct radv_cmd_buffer *cmd_buffer) function in typeref:typename:unsigned
1445 assert(size <= cp_dma_max_byte_count(cmd_buffer));
1602 unsigned byte_count = MIN2(size, cp_dma_max_byte_count(cmd_buffer));
1655 unsigned byte_count = MIN2(size, cp_dma_max_byte_count(cmd_buffer));

Completed in 8 milliseconds