Searched refs:surface_state_free_list (Results 1 – 2 of 2) sorted by relevance
351 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()
1277 void *surface_state_free_list; member