Searched refs:nine_free (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
H A Dnine_memory_helper.h39 void nine_free(struct nine_allocator *allocator, struct nine_allocation *allocation);
H A Dnine_memory_helper.c777 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 Dcubetexture9.c191 nine_free(This->base.base.base.device->allocator, This->managed_buffer);
H A Dtexture9.c240 nine_free(This->base.base.base.device->allocator, This->managed_buffer);
H A Dsurface9.c244 nine_free(This->base.base.device->allocator, This->data);
250 nine_free(This->base.base.device->allocator, This->data_internal);

Completed in 6 milliseconds