Searched refs:AllocHandle (Results 1 – 1 of 1) sorted by relevance
171 uint64_t AllocHandle(uint64_t type, uint64_t* next_handle) { in AllocHandle() function182 Handle AllocHandle(VkInstance instance, HandleType::Enum type) { in AllocHandle() function184 AllocHandle(type, &instance->next_callback_handle)); in AllocHandle()188 Handle AllocHandle(VkDevice device, HandleType::Enum type) { in AllocHandle() function190 AllocHandle(type, &device->next_handle[type])); in AllocHandle()999 *view = AllocHandle<VkBufferView>(device, HandleType::kBufferView); in CreateBufferView()1007 *pool = AllocHandle<VkDescriptorPool>(device, HandleType::kDescriptorPool); in CreateDescriptorPool()1016 AllocHandle<VkDescriptorSet>(device, HandleType::kDescriptorSet); in AllocateDescriptorSets()1024 *layout = AllocHandle<VkDescriptorSetLayout>( in CreateDescriptorSetLayout()1033 *event = AllocHandle<VkEvent>(device, HandleType::kEvent); in CreateEvent()[all …]