Searched refs:nine_get_pointer (Results 1 - 3 of 3) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | surface9.c | 499 uint8_t *data = nine_get_pointer(This->base.base.device->allocator, This->data_internal ? This->data_internal : This->data); in NineSurface9_LockRect() 574 nine_get_pointer(This->base.base.device->allocator, This->data), in NineSurface9_UnlockRect() 578 nine_get_pointer(This->base.base.device->allocator, This->data_internal), in NineSurface9_UnlockRect() 597 nine_get_pointer(This->base.base.device->allocator, This->data_internal), in NineSurface9_UnlockRect() 686 nine_get_pointer(This->base.base.device->allocator, This->data_internal), in NineSurface9_CopyMemToDefault() 690 nine_get_pointer(This->base.base.device->allocator, From->data), in NineSurface9_CopyMemToDefault() 705 nine_get_pointer(This->base.base.device->allocator, From->data), in NineSurface9_CopyMemToDefault() 755 p_dst = nine_get_pointer(This->base.base.device->allocator, This->data); in NineSurface9_CopyDefaultToMem() 805 nine_get_pointer(This->base.base.device->allocator, This->data), in NineSurface9_UploadSelf()
|
H A D | nine_memory_helper.h | 42 void *nine_get_pointer(struct nine_allocator *allocator, struct nine_allocation *allocation);
|
H A D | nine_memory_helper.c | 774 void *data = nine_get_pointer(allocator, new_allocation); in nine_allocate() 861 nine_get_pointer(struct nine_allocator *allocator, struct nine_allocation *allocation) in nine_get_pointer() function 1100 void *nine_get_pointer(struct nine_allocator *allocator, struct nine_allocation *allocation) in nine_get_pointer() function
|
Completed in 6 milliseconds