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.c63 u_suballocator_create(struct pipe_context *pipe, unsigned size, unsigned bind, in u_suballocator_create() function
/external/mesa3d/src/gallium/drivers/r600/
Dr600_pipe.c219 u_suballocator_create(&rctx->b.b, 64 * 1024, in r600_create_context()
Dr600_pipe_common.c621 u_suballocator_create(&rctx->b, rscreen->info.gart_page_size, in r600_common_context_init()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_pipe.c483 u_suballocator_create(&sctx->b, 128 * 1024, 0, PIPE_USAGE_DEFAULT, in si_create_context()