Home
last modified time | relevance | path

Searched refs:cached_gtt_allocator (Results 1 - 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_pipe.c330 if (sctx->cached_gtt_allocator) in si_destroy_context()
331 u_upload_destroy(sctx->cached_gtt_allocator); in si_destroy_context()
539 sctx->cached_gtt_allocator = u_upload_create(&sctx->b, 16 * 1024, 0, PIPE_USAGE_STAGING, 0); in si_create_context()
540 if (!sctx->cached_gtt_allocator) { in si_create_context()
541 fprintf(stderr, "radeonsi: can't create cached_gtt_allocator\n"); in si_create_context()
H A Dsi_fence.c259 u_upload_alloc(ctx->cached_gtt_allocator, 0, 4, 4, &fine->offset, in si_fine_fence_set()
H A Dsi_pipe.h950 struct u_upload_mgr *cached_gtt_allocator; member

Completed in 8 milliseconds