Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/pipebuffer/
Dpb_buffer_malloc.c43 struct malloc_buffer struct
52 static inline struct malloc_buffer * argument
53 malloc_buffer(struct pb_buffer *buf) in malloc_buffer() function
59 return (struct malloc_buffer *)buf; in malloc_buffer()
66 align_free(malloc_buffer(buf)->data); in malloc_buffer_destroy()
76 return malloc_buffer(buf)->data; in malloc_buffer_map()
130 struct malloc_buffer *buf; in pb_malloc_buffer_create()
134 buf = CALLOC_STRUCT(malloc_buffer); in pb_malloc_buffer_create()