Searched refs:radeon_cs_memory_below_limit (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | r600_cs.h | 44 radeon_cs_memory_below_limit(struct r600_common_screen *screen, in radeon_cs_memory_below_limit() function 106 !radeon_cs_memory_below_limit(rctx->screen, &ring->cs, in radeon_add_to_buffer_list_check_mem()
|
D | r600_hw_context.c | 40 if (!radeon_cs_memory_below_limit(ctx->b.screen, &ctx->b.gfx.cs, in r600_need_cs_space()
|
D | r600_pipe_common.c | 268 !radeon_cs_memory_below_limit(ctx->screen, &ctx->dma.cs, vram, gtt)) { in r600_need_dma_space()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_pipe.h | 1936 static inline bool radeon_cs_memory_below_limit(struct si_screen *screen, struct radeon_cmdbuf *cs, in radeon_cs_memory_below_limit() function 1953 if (radeon_cs_memory_below_limit(ctx->screen, &ctx->gfx_cs, kb) && in si_need_gfx_cs_space() 1999 …!radeon_cs_memory_below_limit(sctx->screen, &sctx->gfx_cs, sctx->memory_usage_kb + bo->memory_usag… in radeon_add_to_gfx_buffer_list_check_mem()
|