Home
last modified time | relevance | path

Searched refs:nine_allocation (Results 1 - 8 of 8) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/nine/
H A Dnine_memory_helper.h30 struct nine_allocation;
35 struct nine_allocation *
39 void nine_free(struct nine_allocator *allocator, struct nine_allocation *allocation);
40 void nine_free_worker(struct nine_allocator *allocator, struct nine_allocation *allocation);
42 void *nine_get_pointer(struct nine_allocator *allocator, struct nine_allocation *allocation);
45 void nine_pointer_weakrelease(struct nine_allocator *allocator, struct nine_allocation *allocation);
48 void nine_pointer_strongrelease(struct nine_allocator *allocator, struct nine_allocation *allocation);
53 struct nine_allocation *allocation,
58 struct nine_allocation *
59 nine_suballocate(struct nine_allocator* allocator, struct nine_allocation *allocatio
[all...]
H A Dnine_memory_helper.c176 struct nine_allocation { struct
260 debug_dump_allocation_state(struct nine_allocation *allocation) in debug_dump_allocation_state()
299 debug_dump_allocation_state(struct nine_allocation *allocation) in debug_dump_allocation_state()
320 nine_get_memfd_file_backing(struct nine_allocation *allocation) in nine_get_memfd_file_backing()
332 nine_get_memfd_region_backing(struct nine_allocation *allocation) in nine_get_memfd_region_backing()
423 insert_new_allocation(struct nine_allocator *allocator, struct nine_allocation *new_allocation, unsigned allocation_size) in insert_new_allocation()
476 struct nine_allocation *allocation, *ptr; in nine_flush_pending_releases()
499 nine_free_internal(struct nine_allocator *allocator, struct nine_allocation *allocation);
504 struct nine_allocation *allocation, *ptr; in nine_flush_pending_frees()
689 struct nine_allocation *new_allocatio in nine_memfd_allocator()
1063 struct nine_allocation { global() struct
[all...]
H A Dsurface9.h50 struct nine_allocation *data; /* system memory backing */
51 struct nine_allocation *data_internal; /* for conversions */
68 struct nine_allocation *user_buffer,
80 struct nine_allocation *user_buffer,
H A Dtexture9.h35 struct nine_allocation *managed_buffer;
H A Dcubetexture9.h35 struct nine_allocation *managed_buffer;
H A Dtexture9.c57 struct nine_allocation *user_buffer = NULL, *user_buffer_for_level; in NineTexture9_ctor()
H A Dcubetexture9.c49 struct nine_allocation *p; in NineCubeTexture9_ctor()
H A Dsurface9.c56 struct nine_allocation *user_buffer, in NineSurface9_ctor()
878 struct nine_allocation *user_buffer, in NineSurface9_new()

Completed in 6 milliseconds