Searched refs:nine_allocation (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/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) 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 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 | cubetexture9.c | 49 struct nine_allocation *p;
|
| H A D | texture9.c | 57 struct nine_allocation *user_buffer = NULL, *user_buffer_for_level;
|
| H A D | surface9.c | 56 struct nine_allocation *user_buffer, 878 struct nine_allocation *user_buffer,
|
Completed in 14 milliseconds