HomeSort by relevance Sort by last modified time
    Searched refs:batch_cache (Results 1 - 7 of 7) sorted by null

  /external/mesa3d/src/gallium/drivers/freedreno/
freedreno_screen.h 77 struct fd_batch_cache batch_cache; member in struct:fd_screen
freedreno_batch.c 141 struct fd_batch_cache *cache = &batch->ctx->screen->batch_cache;
316 struct fd_batch_cache *cache = &batch->ctx->screen->batch_cache;
368 struct fd_batch_cache *cache = &batch->ctx->screen->batch_cache;
freedreno_batch_cache.c 158 struct fd_batch_cache *cache = &ctx->screen->batch_cache;
177 struct fd_batch_cache *cache = &batch->ctx->screen->batch_cache;
213 foreach_batch(batch, &screen->batch_cache, rsc->batch_mask) {
222 foreach_batch(batch, &screen->batch_cache, rsc->bc_batch_mask)
freedreno_context.c 53 fd_bc_flush(&ctx->screen->batch_cache, ctx);
277 ctx->batch = fd_bc_alloc_batch(&screen->batch_cache, ctx);
freedreno_screen.c 141 fd_bc_fini(&screen->batch_cache);
704 fd_bc_init(&screen->batch_cache);
freedreno_state.c 129 batch = fd_batch_from_fb(&ctx->screen->batch_cache, ctx, framebuffer);
freedreno_resource.c 208 foreach_batch(batch, &ctx->screen->batch_cache, rsc->batch_mask) {
529 foreach_batch(batch, &ctx->screen->batch_cache, rsc->batch_mask) {
    [all...]

Completed in 543 milliseconds