Searched refs:nine_free (Results 1 - 5 of 5) sorted by relevance
/third_party/mesa3d/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); in nine_allocate() 839 nine_free(struct nine_allocator *allocator, struct nine_allocation *allocation) in nine_free() function 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) in nine_free() function 1097 nine_free(allocator, allocation); in nine_free_worker()
|
H A D | texture9.c | 240 nine_free(This->base.base.base.device->allocator, This->managed_buffer); in NineTexture9_dtor()
|
H A D | cubetexture9.c | 191 nine_free(This->base.base.base.device->allocator, This->managed_buffer); in NineCubeTexture9_dtor()
|
H A D | surface9.c | 244 nine_free(This->base.base.device->allocator, This->data); in NineSurface9_dtor() 250 nine_free(This->base.base.device->allocator, This->data_internal); in NineSurface9_dtor()
|
Completed in 5 milliseconds