Home
last modified time | relevance | path

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

/frameworks/native/vulkan/nulldrv/
Dnull_driver.cpp170 uint64_t AllocHandle(uint64_t type, uint64_t* next_handle) { in AllocHandle() function
181 Handle AllocHandle(VkInstance instance, HandleType::Enum type) { in AllocHandle() function
183 AllocHandle(type, &instance->next_callback_handle)); in AllocHandle()
187 Handle AllocHandle(VkDevice device, HandleType::Enum type) { in AllocHandle() function
189 AllocHandle(type, &device->next_handle[type])); in AllocHandle()
976 *view = AllocHandle<VkBufferView>(device, HandleType::kBufferView); in CreateBufferView()
984 *pool = AllocHandle<VkDescriptorPool>(device, HandleType::kDescriptorPool); in CreateDescriptorPool()
993 AllocHandle<VkDescriptorSet>(device, HandleType::kDescriptorSet); in AllocateDescriptorSets()
1001 *layout = AllocHandle<VkDescriptorSetLayout>( in CreateDescriptorSetLayout()
1010 *event = AllocHandle<VkEvent>(device, HandleType::kEvent); in CreateEvent()
[all …]