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

/xsrc/external/mit/MesaLib/dist/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 Dcubetexture9.c189 nine_free_worker(This->base.base.base.device->allocator, This->managed_buffer);
H A Dtexture9.c238 nine_free_worker(This->base.base.base.device->allocator, This->managed_buffer);
H A Dnine_memory_helper.c850 void nine_free_worker(struct nine_allocator *allocator, struct nine_allocation *allocation) function in typeref:typename:void
1095 void nine_free_worker(struct nine_allocator *allocator, struct nine_allocation *allocation) function in typeref:typename:void
H A Dsurface9.c234 /* For is_worker nine_free_worker will handle it */
242 nine_free_worker(This->base.base.device->allocator, This->data);
248 nine_free_worker(This->base.base.device->allocator, This->data_internal);

Completed in 7 milliseconds