Home
last modified time | relevance | path

Searched refs:initial_gfx_cs_size (Results 1 – 10 of 10) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_fence.c481 sctx->initial_gfx_cs_size = 0; in si_flush_all_queues()
484 if (!radeon_emitted(&sctx->gfx_cs, sctx->initial_gfx_cs_size)) { in si_flush_all_queues()
Dsi_gfx_cs.c71 if (!radeon_emitted(cs, ctx->initial_gfx_cs_size) && in si_flush_gfx_cs()
424 ctx->initial_gfx_cs_size = ctx->gfx_cs.current.cdw; in si_begin_new_gfx_cs()
553 ctx->initial_gfx_cs_size = ctx->gfx_cs.current.cdw; in si_begin_new_gfx_cs()
Dsi_pipe.c769 assert(sctx->gfx_cs.current.cdw == sctx->initial_gfx_cs_size); in si_create_context()
829 sctx->initial_gfx_cs_size = sctx->gfx_cs.current.cdw; in si_create_context()
Dsi_buffer.c744 if (radeon_emitted(&ctx->gfx_cs, ctx->initial_gfx_cs_size) && in si_resource_commit()
Dsi_pipe.h1006 unsigned initial_gfx_cs_size; member
Dsi_state_shaders.cpp3911 sctx->initial_gfx_cs_size = 0; /* force flush */ in si_update_gs_ring_buffers()
4177 sctx->initial_gfx_cs_size = 0; /* force flush */ in si_init_tess_factor_ring()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_hw_context.c266 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()
Dr600_pipe_common.c244 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()
Dr600_pipe_common.h504 unsigned initial_gfx_cs_size; member
Dr600_buffer_common.c67 if (radeon_emitted(&ctx->gfx.cs, ctx->initial_gfx_cs_size) && in r600_buffer_map_sync_with_rings()