Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/util/
Du_suballoc.h34 struct u_suballocator;
36 struct u_suballocator *
42 u_suballocator_destroy(struct u_suballocator *allocator);
45 u_suballocator_alloc(struct u_suballocator *allocator, unsigned size,
Du_suballoc.c40 struct u_suballocator { struct
62 struct u_suballocator * argument
67 struct u_suballocator *allocator = CALLOC_STRUCT(u_suballocator); in u_suballocator_create()
81 u_suballocator_destroy(struct u_suballocator *allocator) in u_suballocator_destroy()
88 u_suballocator_alloc(struct u_suballocator *allocator, unsigned size, in u_suballocator_alloc()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_pipe.h254 struct u_suballocator;
913 struct u_suballocator *allocator_zeroed_memory;
/external/mesa3d/src/gallium/drivers/r600/
Dr600_pipe_common.h511 struct u_suballocator *allocator_zeroed_memory;
Dr600_pipe.h493 struct u_suballocator *allocator_fetch_shader;