HomeSort by relevance Sort by last modified time
    Searched refs:anv_free_list (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/intel/vulkan/
anv_allocator.c 152 anv_free_list_pop(union anv_free_list *list, void **map, int32_t *offset)
154 union anv_free_list current, new, old;
180 anv_free_list_push(union anv_free_list *list, void *map, int32_t offset)
182 union anv_free_list current, old, new;
anv_private.h 304 union anv_free_list { union
314 #define ANV_FREE_LIST_EMPTY ((union anv_free_list) { { 1, 0 } })
357 union anv_free_list free_list;
360 union anv_free_list back_free_list;
386 union anv_free_list free_list;
    [all...]

Completed in 52 milliseconds