Searched refs:swapchain_private (Results 1 – 2 of 2) sorted by relevance
62 device->swapchain_private = NULL; in vk_device_init()70 if (device->swapchain_private) { in vk_device_finish()71 hash_table_foreach(device->swapchain_private, entry) in vk_device_finish()73 ralloc_free(device->swapchain_private); in vk_device_finish()162 if (unlikely(device->swapchain_private == NULL)) { in get_swapchain_private_data_locked()167 device->swapchain_private = _mesa_pointer_hash_table_create(NULL); in get_swapchain_private_data_locked()168 if (device->swapchain_private == NULL) in get_swapchain_private_data_locked()173 _mesa_hash_table_search(device->swapchain_private, in get_swapchain_private_data_locked()176 struct util_sparse_array *swapchain_private = in get_swapchain_private_data_locked() local177 ralloc(device->swapchain_private, struct util_sparse_array); in get_swapchain_private_data_locked()[all …]
79 struct hash_table *swapchain_private; member