Searched refs:foreach_batch (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/drivers/freedreno/ |
D | freedreno_batch_cache.c | 143 foreach_batch(batch, cache, cache->batch_mask) { in bc_flush() 195 foreach_batch (b, cache, cache->batch_mask) in batch_in_cache() 237 foreach_batch(batch, cache, cache->batch_mask) { in fd_bc_invalidate_context() 297 foreach_batch(batch, &screen->batch_cache, rsc->batch_mask) { in fd_bc_invalidate_resource() 306 foreach_batch(batch, &screen->batch_cache, rsc->bc_batch_mask) in fd_bc_invalidate_resource()
|
D | freedreno_batch_cache.h | 60 #define foreach_batch(batch, cache, mask) \ macro
|
D | freedreno_batch.c | 221 foreach_batch(dep, cache, batch->dependents_mask) { in batch_flush_reset_dependencies() 383 foreach_batch(dep, cache, batch->dependents_mask) in recursive_dependents_mask() 460 foreach_batch(dep, cache, rsc->batch_mask) { in fd_batch_resource_write()
|
D | freedreno_resource.c | 327 foreach_batch(batch, &ctx->screen->batch_cache, rsc->batch_mask) { in fd_try_shadow_resource() 538 foreach_batch(batch, &ctx->screen->batch_cache, batch_mask) in flush_resource() 542 foreach_batch(batch, &ctx->screen->batch_cache, batch_mask) in flush_resource() 545 foreach_batch(batch, &ctx->screen->batch_cache, batch_mask) { in flush_resource()
|