Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/util/
Dralloc.c962 struct linear_header { struct
972 struct linear_header *next; /* next buffer if we have more */ argument
973 struct linear_header *latest; /* the only buffer that has free space */ argument
994 typedef struct linear_header linear_header; typedef
998 (linear_header*) \
999 ((char*)(parent) - sizeof(linear_size_chunk) - sizeof(linear_header))
1002 static linear_header *
1005 linear_header *node; in create_linear_node()
1012 node = ralloc_size(ralloc_ctx, sizeof(linear_header) + min_size); in create_linear_node()
1030 linear_header *first = LINEAR_PARENT_TO_HEADER(parent); in linear_alloc_child()
[all …]