Searched refs:device_handles (Results 1 – 3 of 3) sorted by relevance
368 found->device_handles.push_back(device_handle.handle); in test_vkCreateDevice()369 icd.device_handles.emplace_back(std::move(device_handle)); in test_vkCreateDevice()379 auto found = std::find(icd.device_handles.begin(), icd.device_handles.end(), device); in test_vkDestroyDevice()380 if (found != icd.device_handles.end()) icd.device_handles.erase(found); in test_vkDestroyDevice()1290 return std::any_of(pd.device_handles.begin(), pd.device_handles.end(), in get_device_func()
78 std::vector<DispatchableHandle<VkDevice>> device_handles; member
68 std::vector<VkDevice> device_handles;