Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/nine/
H A Dnine_memory_helper.h33 * to call any of them. Only exception is nine_free_worker reserved for it. */
40 void nine_free_worker(struct nine_allocator *allocator, struct nine_allocation *allocation);
H A Dtexture9.c238 nine_free_worker(This->base.base.base.device->allocator, This->managed_buffer); in NineTexture9_dtor()
H A Dcubetexture9.c189 nine_free_worker(This->base.base.base.device->allocator, This->managed_buffer); in NineCubeTexture9_dtor()
H A Dnine_memory_helper.c850 void nine_free_worker(struct nine_allocator *allocator, struct nine_allocation *allocation) in nine_free_worker() function
1095 void nine_free_worker(struct nine_allocator *allocator, struct nine_allocation *allocation) in nine_free_worker() function
H A Dsurface9.c234 /* For is_worker nine_free_worker will handle it */ in NineSurface9_dtor()
242 nine_free_worker(This->base.base.device->allocator, This->data); in NineSurface9_dtor()
248 nine_free_worker(This->base.base.device->allocator, This->data_internal); in NineSurface9_dtor()

Completed in 6 milliseconds