Searched refs:cached_gtt_allocator (Results 1 – 3 of 3) sorted by relevance
293 if (sctx->cached_gtt_allocator) in si_destroy_context()294 u_upload_destroy(sctx->cached_gtt_allocator); in si_destroy_context()493 sctx->cached_gtt_allocator = u_upload_create(&sctx->b, 16 * 1024, 0, PIPE_USAGE_STAGING, 0); in si_create_context()494 if (!sctx->cached_gtt_allocator) in si_create_context()
241 u_upload_alloc(ctx->cached_gtt_allocator, 0, 4, 4, &fine->offset, in si_fine_fence_set()
911 struct u_upload_mgr *cached_gtt_allocator; member