Searched refs:u_suballocator (Results 1 - 13 of 13) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A 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,
H A Du_suballoc.c40 struct u_suballocator { struct
62 struct u_suballocator *
67 struct u_suballocator *allocator = CALLOC_STRUCT(u_suballocator);
81 u_suballocator_destroy(struct u_suballocator *allocator)
88 u_suballocator_alloc(struct u_suballocator *allocator, unsigned size,
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_suballoc.h40 struct u_suballocator { struct
54 u_suballocator_init(struct u_suballocator *allocator,
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,
65 u_suballocator_destroy(struct u_suballocator *allocator)
71 u_suballocator_alloc(struct u_suballocator *allocator, unsigned size,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/
H A Dd3d12_context.h153 struct u_suballocator query_allocator;
154 struct u_suballocator so_allocator;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/
H A Dlima_context.h195 struct u_suballocator *suballocator;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_pipe_common.h526 struct u_suballocator *allocator_zeroed_memory;
H A Dr600_pipe.h491 struct u_suballocator *allocator_fetch_shader;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_pipe_common.h515 struct u_suballocator allocator_zeroed_memory;
H A Dr600_pipe.h496 struct u_suballocator allocator_fetch_shader;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_pipe.h213 struct u_suballocator;
815 struct u_suballocator *allocator_zeroed_memory;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_pipe.h912 struct u_suballocator allocator_zeroed_memory;
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D21.0.0.rst2173 - gallium: inline struct u_suballocator to remove dereferences

Completed in 28 milliseconds