Searched refs:nine_allocation (Results 1 - 8 of 8) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | nine_memory_helper.h | 30 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 D | nine_memory_helper.c | 176 struct nine_allocation { struct 260 debug_dump_allocation_state(struct nine_allocation *allocation) in debug_dump_allocation_state() 299 debug_dump_allocation_state(struct nine_allocation *allocation) in debug_dump_allocation_state() 320 nine_get_memfd_file_backing(struct nine_allocation *allocation) in nine_get_memfd_file_backing() 332 nine_get_memfd_region_backing(struct nine_allocation *allocation) in nine_get_memfd_region_backing() 423 insert_new_allocation(struct nine_allocator *allocator, struct nine_allocation *new_allocation, unsigned allocation_size) in insert_new_allocation() 476 struct nine_allocation *allocation, *ptr; in nine_flush_pending_releases() 499 nine_free_internal(struct nine_allocator *allocator, struct nine_allocation *allocation); 504 struct nine_allocation *allocation, *ptr; in nine_flush_pending_frees() 689 struct nine_allocation *new_allocatio in nine_memfd_allocator() 1063 struct nine_allocation { global() struct [all...] |
H A D | surface9.h | 50 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 D | texture9.h | 35 struct nine_allocation *managed_buffer;
|
H A D | cubetexture9.h | 35 struct nine_allocation *managed_buffer;
|
H A D | texture9.c | 57 struct nine_allocation *user_buffer = NULL, *user_buffer_for_level; in NineTexture9_ctor()
|
H A D | cubetexture9.c | 49 struct nine_allocation *p; in NineCubeTexture9_ctor()
|
H A D | surface9.c | 56 struct nine_allocation *user_buffer, in NineSurface9_ctor() 878 struct nine_allocation *user_buffer, in NineSurface9_new()
|
Completed in 6 milliseconds