Searched refs:cached_gtt_allocator (Results 1 – 3 of 3) sorted by relevance
460 rctx->cached_gtt_allocator = u_upload_create(&rctx->b, 16 * 1024, in si_common_context_init()462 if (!rctx->cached_gtt_allocator) in si_common_context_init()509 if (rctx->cached_gtt_allocator) in si_common_context_cleanup()510 u_upload_destroy(rctx->cached_gtt_allocator); in si_common_context_cleanup()
398 struct u_upload_mgr *cached_gtt_allocator; member
154 u_upload_alloc(ctx->b.cached_gtt_allocator, 0, 4, 4, in si_fine_fence_set()