Searched refs:radeon_cs_memory_below_limit (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_cs.h44 radeon_cs_memory_below_limit(struct r600_common_screen *screen, function in typeref:typename:bool
108 !radeon_cs_memory_below_limit(rctx->screen, ring->cs,
H A Dr600_hw_context.c40 if (!radeon_cs_memory_below_limit(ctx->b.screen, ctx->b.gfx.cs,
H A Dr600_pipe_common.c291 !radeon_cs_memory_below_limit(ctx->screen, ctx->dma.cs, vram, gtt)) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_cs.h44 radeon_cs_memory_below_limit(struct r600_common_screen *screen, function in typeref:typename:bool
108 !radeon_cs_memory_below_limit(rctx->screen, &ring->cs,
H A Dr600_hw_context.c40 if (!radeon_cs_memory_below_limit(ctx->b.screen, &ctx->b.gfx.cs,
H A Dr600_pipe_common.c268 !radeon_cs_memory_below_limit(ctx->screen, &ctx->dma.cs, vram, gtt)) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_dma_cs.c169 !radeon_cs_memory_below_limit(ctx->screen, ctx->dma_cs, vram, gtt))) {
H A Dsi_gfx_cs.c47 if (unlikely(!radeon_cs_memory_below_limit(ctx->screen, ctx->gfx_cs,
H A Dsi_pipe.h1678 radeon_cs_memory_below_limit(struct si_screen *screen, function in typeref:typename:bool
1741 !radeon_cs_memory_below_limit(sctx->screen, sctx->gfx_cs,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_pipe.h1884 static inline bool radeon_cs_memory_below_limit(struct si_screen *screen, struct radeon_cmdbuf *cs, function in typeref:typename:bool
1901 if (radeon_cs_memory_below_limit(ctx->screen, &ctx->gfx_cs, kb) &&
1949 !radeon_cs_memory_below_limit(sctx->screen, &sctx->gfx_cs, sctx->memory_usage_kb + bo->memory_usage_kb))

Completed in 99 milliseconds