Searched refs:nine_get_pointer (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/frontends/nine/ |
D | surface9.c | 482 …uint8_t *data = nine_get_pointer(This->base.base.device->allocator, This->data_internal ? This->da… in NineSurface9_LockRect() 557 … nine_get_pointer(This->base.base.device->allocator, This->data), in NineSurface9_UnlockRect() 561 … nine_get_pointer(This->base.base.device->allocator, This->data_internal), in NineSurface9_UnlockRect() 580 … nine_get_pointer(This->base.base.device->allocator, This->data_internal), in NineSurface9_UnlockRect() 669 … nine_get_pointer(This->base.base.device->allocator, This->data_internal), in NineSurface9_CopyMemToDefault() 673 … nine_get_pointer(This->base.base.device->allocator, From->data), in NineSurface9_CopyMemToDefault() 688 nine_get_pointer(This->base.base.device->allocator, From->data), in NineSurface9_CopyMemToDefault() 738 p_dst = nine_get_pointer(This->base.base.device->allocator, This->data); in NineSurface9_CopyDefaultToMem() 788 nine_get_pointer(This->base.base.device->allocator, This->data), in NineSurface9_UploadSelf()
|
D | nine_memory_helper.h | 25 void *nine_get_pointer(struct nine_allocator *allocator, struct nine_allocation *allocation);
|
D | nine_memory_helper.c | 757 void *data = nine_get_pointer(allocator, new_allocation); in nine_allocate() 844 nine_get_pointer(struct nine_allocator *allocator, struct nine_allocation *allocation) in nine_get_pointer() function 1083 void *nine_get_pointer(struct nine_allocator *allocator, struct nine_allocation *allocation) in nine_get_pointer() function
|