Searched refs:u_suballocator_init (Results 1 – 8 of 8) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/util/ |
D | u_suballoc.h | 54 u_suballocator_init(struct u_suballocator *allocator,
|
D | u_suballoc.c | 48 u_suballocator_init(struct u_suballocator *allocator, in u_suballocator_init() function
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_texture.c | 349 u_suballocator_init(&ctx->tex_desc_allocator, pctx, 4096, 0, in etna_texture_init()
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
D | d3d12_query.cpp | 620 u_suballocator_init(&ctx->query_allocator, &ctx->base, 4096, 0, PIPE_USAGE_STAGING, in d3d12_context_query_init()
|
D | d3d12_context.cpp | 2518 u_suballocator_init(&ctx->so_allocator, &ctx->base, 4096, 0, in d3d12_context_create()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | r600_pipe.c | 216 u_suballocator_init(&rctx->allocator_fetch_shader, &rctx->b.b, 64 * 1024, in r600_create_context()
|
D | r600_pipe_common.c | 622 u_suballocator_init(&rctx->allocator_zeroed_memory, &rctx->b, rscreen->info.gart_page_size, in r600_common_context_init()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_pipe.c | 535 u_suballocator_init(&sctx->allocator_zeroed_memory, &sctx->b, 128 * 1024, 0, in si_create_context()
|