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/
H A 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()
H A 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()
H A Dsi_buffer.c744 if (radeon_emitted(&ctx->gfx_cs, ctx->initial_gfx_cs_size) && in si_resource_commit()
H A 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()
H A Dsi_pipe.h1006 unsigned initial_gfx_cs_size; member
H A Dsi_state_shaders.cpp3911 sctx->initial_gfx_cs_size = 0; /* force flush */
4177 sctx->initial_gfx_cs_size = 0; /* force flush */
/third_party/mesa3d/src/gallium/drivers/r600/
H A 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()
H A 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()
H A Dr600_buffer_common.c67 if (radeon_emitted(&ctx->gfx.cs, ctx->initial_gfx_cs_size) && in r600_buffer_map_sync_with_rings()
H A Dr600_pipe_common.h504 unsigned initial_gfx_cs_size; member

Completed in 21 milliseconds