Searched refs:initial_gfx_cs_size (Results 1 - 20 of 20) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_gfx_cs.c | 95 if (!radeon_emitted(cs, ctx->initial_gfx_cs_size) && 249 ctx->initial_gfx_cs_size = ctx->gfx_cs->current.cdw; 336 ctx->initial_gfx_cs_size = ctx->gfx_cs->current.cdw;
|
| H A D | si_dma_cs.c | 144 radeon_emitted(ctx->gfx_cs, ctx->initial_gfx_cs_size) &&
|
| H A D | si_buffer.c | 64 if (radeon_emitted(sctx->gfx_cs, sctx->initial_gfx_cs_size) && 788 if (radeon_emitted(ctx->gfx_cs, ctx->initial_gfx_cs_size) &&
|
| H A D | si_fence.c | 516 if (!radeon_emitted(sctx->gfx_cs, sctx->initial_gfx_cs_size)) {
|
| H A D | si_pipe.h | 853 unsigned initial_gfx_cs_size; member in struct:si_context
|
| H A D | si_state_shaders.c | 3014 sctx->initial_gfx_cs_size = 0; /* force flush */ 3293 sctx->initial_gfx_cs_size = 0; /* force flush */
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/ |
| H A D | r600_hw_context.c | 266 if (!radeon_emitted(cs, ctx->b.initial_gfx_cs_size)) 434 ctx->b.initial_gfx_cs_size = ctx->b.gfx.cs->current.cdw;
|
| H A D | r600_pipe_common.c | 267 if (radeon_emitted(ctx->gfx.cs, ctx->initial_gfx_cs_size) && 411 if (!radeon_emitted(rctx->gfx.cs, rctx->initial_gfx_cs_size)) { 625 if (radeon_emitted(ctx->gfx.cs, ctx->initial_gfx_cs_size) &&
|
| H A D | r600_buffer_common.c | 65 if (radeon_emitted(ctx->gfx.cs, ctx->initial_gfx_cs_size) &&
|
| H A D | r600_pipe_common.h | 519 unsigned initial_gfx_cs_size; member in struct:r600_common_context
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/ |
| H A D | r600_hw_context.c | 266 if (!radeon_emitted(cs, ctx->b.initial_gfx_cs_size)) 434 ctx->b.initial_gfx_cs_size = ctx->b.gfx.cs.current.cdw;
|
| H A D | r600_pipe_common.c | 244 if (radeon_emitted(&ctx->gfx.cs, ctx->initial_gfx_cs_size) && 352 if (!radeon_emitted(&rctx->gfx.cs, rctx->initial_gfx_cs_size)) { 560 if (radeon_emitted(&ctx->gfx.cs, ctx->initial_gfx_cs_size) &&
|
| H A D | r600_buffer_common.c | 66 if (radeon_emitted(&ctx->gfx.cs, ctx->initial_gfx_cs_size) &&
|
| H A D | r600_pipe_common.h | 509 unsigned initial_gfx_cs_size; member in struct:r600_common_context
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_fence.c | 465 sctx->initial_gfx_cs_size = 0; 468 if (!radeon_emitted(&sctx->gfx_cs, sctx->initial_gfx_cs_size)) {
|
| H A D | si_gfx_cs.c | 73 if (!radeon_emitted(cs, ctx->initial_gfx_cs_size) && 406 ctx->initial_gfx_cs_size = ctx->gfx_cs.current.cdw; 535 ctx->initial_gfx_cs_size = ctx->gfx_cs.current.cdw;
|
| H A D | si_pipe.c | 757 assert(sctx->gfx_cs.current.cdw == sctx->initial_gfx_cs_size); 809 sctx->initial_gfx_cs_size = sctx->gfx_cs.current.cdw;
|
| H A D | si_buffer.c | 709 if (radeon_emitted(&ctx->gfx_cs, ctx->initial_gfx_cs_size) &&
|
| H A D | si_pipe.h | 968 unsigned initial_gfx_cs_size; member in struct:si_context
|
| H A D | si_state_shaders.c | 3700 sctx->initial_gfx_cs_size = 0; /* force flush */ 3985 sctx->initial_gfx_cs_size = 0; /* force flush */
|
Completed in 41 milliseconds