Home
last modified time | relevance | path

Searched refs:tex_desc_allocator (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_texture.c349 u_suballocator_init(&ctx->tex_desc_allocator, pctx, 4096, 0, in etna_texture_init()
364 u_suballocator_destroy(&ctx->tex_desc_allocator); in etna_texture_fini()
Detnaviv_context.h147 struct u_suballocator tex_desc_allocator; member
Detnaviv_texture_desc.c165 u_suballocator_alloc(&ctx->tex_desc_allocator, 256, 64, in etna_create_sampler_view_desc()