Searched defs:next_handle (Results 1 - 1 of 1) sorted by path

/frameworks/native/vulkan/nulldrv/
H A Dnull_driver.cpp101 std::array<uint64_t, HandleType::kNumTypes> next_handle; member in struct:VkDevice_T
168 uint64_t AllocHandle(uint64_t type, uint64_t* next_handle) { argument
170 ALOGE_IF(*next_handle == kHandleMask,
175 ((*next_handle)++ & kHandleMask);
187 AllocHandle(type, &device->next_handle[type]));
627 std::fill(device->next_handle.begin(), device->next_handle.end(),

Completed in 72 milliseconds