Home
last modified time | relevance | path

Searched refs:AllocHandle (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/vulkan/nulldrv/
Dnull_driver.cpp171 uint64_t AllocHandle(uint64_t type, uint64_t* next_handle) { in AllocHandle() function
182 Handle AllocHandle(VkInstance instance, HandleType::Enum type) { in AllocHandle() function
184 AllocHandle(type, &instance->next_callback_handle)); in AllocHandle()
188 Handle AllocHandle(VkDevice device, HandleType::Enum type) { in AllocHandle() function
190 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 …]