Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/util/
H A Du_suballoc.h40 struct u_suballocator { struct
54 u_suballocator_init(struct u_suballocator *allocator, argument
61 u_suballocator_destroy(struct u_suballocator *allocator);
64 u_suballocator_alloc(struct u_suballocator *allocator, unsigned size,
H A Du_suballoc.c48 u_suballocator_init(struct u_suballocator *allocator, in u_suballocator_init()
65 u_suballocator_destroy(struct u_suballocator *allocator) in u_suballocator_destroy()
71 u_suballocator_alloc(struct u_suballocator *allocator, unsigned size, in u_suballocator_alloc()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_context.h195 struct u_suballocator query_allocator;
196 struct u_suballocator so_allocator;
/aosp_15_r20/external/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_context.h149 struct u_suballocator tex_desc_allocator;
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_pipe_common.h484 struct u_suballocator allocator_zeroed_memory;
H A Dr600_pipe.h470 struct u_suballocator allocator_fetch_shader;
/aosp_15_r20/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_pipe.h939 struct u_suballocator allocator_zeroed_memory;
/aosp_15_r20/external/mesa3d/docs/relnotes/
H A D21.0.0.rst2173 - gallium: inline struct u_suballocator to remove dereferences