Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/vulkan/
Danv_allocator.c134 anv_free_list_pop(union anv_free_list *list, void **map, int32_t *offset) in anv_free_list_pop()
136 union anv_free_list current, new, old; in anv_free_list_pop()
162 anv_free_list_push(union anv_free_list *list, void *map, int32_t offset, in anv_free_list_push()
165 union anv_free_list current, old, new; in anv_free_list_push()
Danv_private.h521 union anv_free_list { union
531 #define ANV_FREE_LIST_EMPTY ((union anv_free_list) { { 1, 0 } })
602 union anv_free_list free_list;
618 union anv_free_list back_alloc_free_list;