Searched refs:u_suballocator_init (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_suballoc.h | 54 u_suballocator_init(struct u_suballocator *allocator,
|
H A D | u_suballoc.c | 48 u_suballocator_init(struct u_suballocator *allocator, in u_suballocator_init() function
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/etnaviv/ |
H A D | etnaviv_texture.c | 371 u_suballocator_init(&ctx->tex_desc_allocator, pctx, 4096, 0, in etna_texture_init()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_context_common.cpp | 400 u_suballocator_init(&ctx->so_allocator, &ctx->base, 4096, 0, in d3d12_context_create()
|
H A D | d3d12_query.cpp | 727 u_suballocator_init(&ctx->query_allocator, &ctx->base, 4096, 0, PIPE_USAGE_STAGING, in d3d12_context_query_init()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_pipe.c | 197 u_suballocator_init(&rctx->allocator_fetch_shader, &rctx->b.b, 64 * 1024, in r600_create_context()
|
H A D | r600_pipe_common.c | 604 u_suballocator_init(&rctx->allocator_zeroed_memory, &rctx->b, rscreen->info.gart_page_size, in r600_common_context_init()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_pipe.c | 573 u_suballocator_init(&sctx->allocator_zeroed_memory, &sctx->b, 128 * 1024, 0, in si_create_context()
|