Home
last modified time | relevance | path

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

/third_party/mesa3d/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); 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 Dtexture9.c240 nine_free(This->base.base.base.device->allocator, This->managed_buffer); in NineTexture9_dtor()
H A Dcubetexture9.c191 nine_free(This->base.base.base.device->allocator, This->managed_buffer); in NineCubeTexture9_dtor()
H A Dsurface9.c244 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