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 D | r600_cs.h | 44 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 D | r600_hw_context.c | 40 if (!radeon_cs_memory_below_limit(ctx->b.screen, ctx->b.gfx.cs,
|
| H A D | r600_pipe_common.c | 291 !radeon_cs_memory_below_limit(ctx->screen, ctx->dma.cs, vram, gtt)) {
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/ |
| H A D | r600_cs.h | 44 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 D | r600_hw_context.c | 40 if (!radeon_cs_memory_below_limit(ctx->b.screen, &ctx->b.gfx.cs,
|
| H A D | r600_pipe_common.c | 268 !radeon_cs_memory_below_limit(ctx->screen, &ctx->dma.cs, vram, gtt)) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_dma_cs.c | 169 !radeon_cs_memory_below_limit(ctx->screen, ctx->dma_cs, vram, gtt))) {
|
| H A D | si_gfx_cs.c | 47 if (unlikely(!radeon_cs_memory_below_limit(ctx->screen, ctx->gfx_cs,
|
| H A D | si_pipe.h | 1678 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 D | si_pipe.h | 1884 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