| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/ |
| H A D | freedreno_batch.c | 237 fd_batch_flush(dep); 338 /* Only called from fd_batch_flush() */ 385 fd_batch_flush(struct fd_batch *batch) function in typeref:typename:void 436 fd_batch_flush(b); 531 fd_batch_flush(batch); 539 fd_batch_flush(batch); 544 fd_batch_flush(batch);
|
| H A D | freedreno_batch_cache.c | 150 /* fd_batch_flush() (and fd_batch_add_dep() which calls it indirectly) 188 fd_batch_flush(batches[i]); 210 fd_batch_flush(write_batch); 235 fd_batch_flush(batches[i]); 369 fd_batch_flush(flush_batch);
|
| H A D | freedreno_batch.h | 275 void fd_batch_flush(struct fd_batch *batch) assert_dt;
|
| H A D | freedreno_fence.c | 41 * thread, but we don't call fd_batch_flush() in that case 72 fd_batch_flush(fence->batch);
|
| H A D | freedreno_context.c | 134 fd_batch_flush(batch); 269 fd_batch_flush(ctx->batch);
|
| H A D | freedreno_draw.c | 576 fd_batch_flush(batch);
|
| H A D | freedreno_state.c | 296 fd_batch_flush(ctx->batch);
|
| H A D | freedreno_resource.c | 384 fd_batch_flush(batch);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/ |
| H A D | freedreno_batch.c | 201 fd_batch_flush(dep, false, false); 359 fd_batch_flush(struct fd_batch *batch, bool sync, bool force) function in typeref:typename:void 441 fd_batch_flush(b, true, false); 515 fd_batch_flush(batch, true, false); 524 fd_batch_flush(batch, true, false);
|
| H A D | freedreno_fence.c | 51 fd_batch_flush(fence->batch, true, true);
|
| H A D | freedreno_query_acc.c | 142 fd_batch_flush(rsc->write_batch, false, false); 155 fd_batch_flush(rsc->write_batch, true, false);
|
| H A D | freedreno_batch.h | 232 void fd_batch_flush(struct fd_batch *batch, bool sync, bool force);
|
| H A D | freedreno_batch_cache.c | 131 /* fd_batch_flush() (and fd_batch_add_dep() which calls it indirectly) 162 fd_batch_flush(batches[i], false, false); 310 fd_batch_flush(flush_batch, true, false);
|
| H A D | freedreno_query_hw.c | 212 fd_batch_flush(rsc->write_batch, false, false); 240 fd_batch_flush(rsc->write_batch, true, false);
|
| H A D | freedreno_state.c | 251 fd_batch_flush(old_batch, false, false); 258 fd_batch_flush(ctx->batch, false, false);
|
| H A D | freedreno_context.c | 72 fd_batch_flush(batch, true, false);
|
| H A D | freedreno_draw.c | 467 fd_batch_flush(batch, false, false);
|
| H A D | freedreno_resource.c | 394 fd_batch_flush(batch, false, false); 402 fd_batch_flush(write_batch, true, false);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a5xx/ |
| H A D | fd5_blitter.c | 484 fd_batch_flush(batch, false, false);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a5xx/ |
| H A D | fd5_blitter.c | 476 fd_batch_flush(batch);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a6xx/ |
| H A D | fd6_blitter.c | 721 fd_batch_flush(batch, false, false);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/ |
| H A D | fd6_blitter.c | 967 fd_batch_flush(batch);
|