Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/frontends/nine/
Dsurface9.c482 …uint8_t *data = nine_get_pointer(This->base.base.device->allocator, This->data_internal ? This->da… in NineSurface9_LockRect()
557nine_get_pointer(This->base.base.device->allocator, This->data), in NineSurface9_UnlockRect()
561nine_get_pointer(This->base.base.device->allocator, This->data_internal), in NineSurface9_UnlockRect()
580nine_get_pointer(This->base.base.device->allocator, This->data_internal), in NineSurface9_UnlockRect()
669nine_get_pointer(This->base.base.device->allocator, This->data_internal), in NineSurface9_CopyMemToDefault()
673nine_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()
Dnine_memory_helper.h25 void *nine_get_pointer(struct nine_allocator *allocator, struct nine_allocation *allocation);
Dnine_memory_helper.c757 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