Searched refs:nine_allocation (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
H A Dnine_memory_helper.h30 struct nine_allocation;
35 struct nine_allocation *
39 void nine_free(struct nine_allocator *allocator, struct nine_allocation *allocation);
40 void nine_free_worker(struct nine_allocator *allocator, struct nine_allocation *allocation);
42 void *nine_get_pointer(struct nine_allocator *allocator, struct nine_allocation *allocation);
45 void nine_pointer_weakrelease(struct nine_allocator *allocator, struct nine_allocation *allocation);
48 void nine_pointer_strongrelease(struct nine_allocator *allocator, struct nine_allocation *allocation);
53 struct nine_allocation *allocation,
58 struct nine_allocation *
59 nine_suballocate(struct nine_allocator* allocator, struct nine_allocation *allocatio
[all...]
H A Dnine_memory_helper.c176 struct nine_allocation { struct
260 debug_dump_allocation_state(struct nine_allocation *allocation)
299 debug_dump_allocation_state(struct nine_allocation *allocation)
320 nine_get_memfd_file_backing(struct nine_allocation *allocation)
332 nine_get_memfd_region_backing(struct nine_allocation *allocation)
423 insert_new_allocation(struct nine_allocator *allocator, struct nine_allocation *new_allocation, unsigned allocation_size)
476 struct nine_allocation *allocation, *ptr;
499 nine_free_internal(struct nine_allocator *allocator, struct nine_allocation *allocation);
504 struct nine_allocation *allocation, *ptr;
689 struct nine_allocation *new_allocatio
1063 struct nine_allocation { struct
[all...]
H A Dsurface9.h50 struct nine_allocation *data; /* system memory backing */
51 struct nine_allocation *data_internal; /* for conversions */
68 struct nine_allocation *user_buffer,
80 struct nine_allocation *user_buffer,
H A Dtexture9.h35 struct nine_allocation *managed_buffer;
H A Dcubetexture9.h35 struct nine_allocation *managed_buffer;
H A Dcubetexture9.c49 struct nine_allocation *p;
H A Dtexture9.c57 struct nine_allocation *user_buffer = NULL, *user_buffer_for_level;
H A Dsurface9.c56 struct nine_allocation *user_buffer,
878 struct nine_allocation *user_buffer,

Completed in 14 milliseconds