Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_texture.c371 u_suballocator_init(&ctx->tex_desc_allocator, pctx, 4096, 0, in etna_texture_init()
386 u_suballocator_destroy(&ctx->tex_desc_allocator); in etna_texture_fini()
Detnaviv_context.h150 struct u_suballocator tex_desc_allocator; member
Detnaviv_texture_desc.c164 u_suballocator_alloc(&ctx->tex_desc_allocator, 256, 64, in etna_create_sampler_view_desc()