Searched refs:initial_gfx_cs_size (Results 1 – 12 of 12) sorted by relevance
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_gfx_cs.c | 110 if (!radeon_emitted(cs, ctx->initial_gfx_cs_size) && in si_flush_gfx_cs() 447 ctx->initial_gfx_cs_size = ctx->gfx_cs->current.cdw; in si_begin_new_gfx_cs() 578 ctx->initial_gfx_cs_size = ctx->gfx_cs->current.cdw; in si_begin_new_gfx_cs()
|
D | si_fence.c | 487 if (!radeon_emitted(sctx->gfx_cs, sctx->initial_gfx_cs_size)) { in si_flush_from_st() 578 sctx->initial_gfx_cs_size = 0; in si_fence_server_signal()
|
D | si_buffer.c | 63 if (radeon_emitted(sctx->gfx_cs, sctx->initial_gfx_cs_size) && in si_buffer_map_sync_with_rings() 791 if (radeon_emitted(ctx->gfx_cs, ctx->initial_gfx_cs_size) && in si_resource_commit()
|
D | si_dma_cs.c | 230 if (!ctx->sdma_uploads_in_progress && radeon_emitted(ctx->gfx_cs, ctx->initial_gfx_cs_size) && in si_need_dma_space()
|
D | si_pipe.c | 723 assert(sctx->gfx_cs->current.cdw == sctx->initial_gfx_cs_size); in si_create_context() 743 sctx->initial_gfx_cs_size = sctx->gfx_cs->current.cdw; in si_create_context()
|
D | si_pipe.h | 965 unsigned initial_gfx_cs_size; member
|
D | si_compute_prim_discard.c | 1086 if (!radeon_emitted(gfx_cs, sctx->initial_gfx_cs_size) && in si_prepare_prim_discard_or_split_draw()
|
D | si_state_shaders.c | 3536 sctx->initial_gfx_cs_size = 0; /* force flush */ in si_update_gs_ring_buffers() 3836 sctx->initial_gfx_cs_size = 0; /* force flush */ in si_init_tess_factor_ring()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_hw_context.c | 266 if (!radeon_emitted(cs, ctx->b.initial_gfx_cs_size)) in r600_context_gfx_flush() 434 ctx->b.initial_gfx_cs_size = ctx->b.gfx.cs->current.cdw; in r600_begin_new_cs()
|
D | r600_pipe_common.c | 244 if (radeon_emitted(ctx->gfx.cs, ctx->initial_gfx_cs_size) && in r600_need_dma_space() 352 if (!radeon_emitted(rctx->gfx.cs, rctx->initial_gfx_cs_size)) { in r600_flush_from_st() 560 if (radeon_emitted(ctx->gfx.cs, ctx->initial_gfx_cs_size) && in r600_resource_commit()
|
D | r600_pipe_common.h | 505 unsigned initial_gfx_cs_size; member
|
D | r600_buffer_common.c | 65 if (radeon_emitted(ctx->gfx.cs, ctx->initial_gfx_cs_size) && in r600_buffer_map_sync_with_rings()
|