Searched refs:nine_free (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/ |
| H A D | nine_memory_helper.h | 39 void nine_free(struct nine_allocator *allocator, struct nine_allocation *allocation);
|
| H A D | nine_memory_helper.c | 777 nine_free(allocator, new_allocation); 839 nine_free(struct nine_allocator *allocator, struct nine_allocation *allocation) function in typeref:typename:void 846 /* Called from the worker thread. Similar to nine_free except we are not in the main thread, thus 1085 void nine_free(struct nine_allocator *allocator, struct nine_allocation *allocation) function in typeref:typename:void 1097 nine_free(allocator, allocation);
|
| H A D | cubetexture9.c | 191 nine_free(This->base.base.base.device->allocator, This->managed_buffer);
|
| H A D | texture9.c | 240 nine_free(This->base.base.base.device->allocator, This->managed_buffer);
|
| H A D | surface9.c | 244 nine_free(This->base.base.device->allocator, This->data); 250 nine_free(This->base.base.device->allocator, This->data_internal);
|
Completed in 6 milliseconds