Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/vulkan/
Danv_descriptor_set.c351 pool->surface_state_free_list = NULL; in anv_CreateDescriptorPool()
386 pool->surface_state_free_list = NULL; in anv_ResetDescriptorPool()
491 pool->surface_state_free_list; in anv_descriptor_set_create()
496 pool->surface_state_free_list = entry->next; in anv_descriptor_set_create()
519 entry->next = pool->surface_state_free_list; in anv_descriptor_set_destroy()
521 pool->surface_state_free_list = entry; in anv_descriptor_set_destroy()
Danv_private.h1277 void *surface_state_free_list; member