Searched refs:surface_state_free_list (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A Danv_descriptor_set.c741 pool->surface_state_free_list = NULL;
802 pool->surface_state_free_list = NULL;
867 pool->surface_state_free_list;
871 pool->surface_state_free_list = entry->next;
885 entry->next = pool->surface_state_free_list;
887 pool->surface_state_free_list = entry;
H A Danv_private.h1778 void *surface_state_free_list; member in struct:anv_descriptor_pool
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_descriptor_set.c889 pool->surface_state_free_list = NULL;
948 pool->surface_state_free_list = NULL;
1015 pool->surface_state_free_list;
1019 pool->surface_state_free_list = entry->next;
1033 entry->next = pool->surface_state_free_list;
1035 pool->surface_state_free_list = entry;
H A Danv_private.h2081 void *surface_state_free_list; member in struct:anv_descriptor_pool

Completed in 20 milliseconds