Home
last modified time | relevance | path

Searched refs:u_suballocator_create (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/util/
Du_suballoc.h37 u_suballocator_create(struct pipe_context *pipe, unsigned size, unsigned bind,
Du_suballoc.c60 u_suballocator_create(struct pipe_context *pipe, unsigned size, unsigned bind, in u_suballocator_create() function
/external/mesa3d/src/gallium/drivers/r600/
Dr600_pipe.c191 rctx->allocator_fetch_shader = u_suballocator_create(&rctx->b.b, 64 * 1024, in r600_create_context()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_pipe.c207 u_suballocator_create(&sctx->b.b, 1024 * 1024, in si_create_context()
/external/mesa3d/src/gallium/drivers/radeon/
Dr600_pipe_common.c606 u_suballocator_create(&rctx->b, rscreen->info.gart_page_size, in r600_common_context_init()