Searched refs:nine_get_pointer (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
H A Dnine_memory_helper.h42 void *nine_get_pointer(struct nine_allocator *allocator, struct nine_allocation *allocation);
H A Dsurface9.c499 uint8_t *data = nine_get_pointer(This->base.base.device->allocator, This->data_internal ? This->data_internal : This->data);
574 nine_get_pointer(This->base.base.device->allocator, This->data),
578 nine_get_pointer(This->base.base.device->allocator, This->data_internal),
597 nine_get_pointer(This->base.base.device->allocator, This->data_internal),
686 nine_get_pointer(This->base.base.device->allocator, This->data_internal),
690 nine_get_pointer(This->base.base.device->allocator, From->data),
705 nine_get_pointer(This->base.base.device->allocator, From->data),
755 p_dst = nine_get_pointer(This->base.base.device->allocator, This->data);
805 nine_get_pointer(This->base.base.device->allocator, This->data),
H A Dnine_memory_helper.c774 void *data = nine_get_pointer(allocator, new_allocation);
861 nine_get_pointer(struct nine_allocator *allocator, struct nine_allocation *allocation) function in typeref:typename:void *
1100 void *nine_get_pointer(struct nine_allocator *allocator, struct nine_allocation *allocation) function in typeref:typename:void *

Completed in 5 milliseconds