Searched refs:handleInfo (Results 1 – 2 of 2) sorted by relevance
2924 auto handleInfo = sBoxedHandleManager.get(poolId); in cleanupDescriptorPoolAllocedSetsLocked() local2925 if (handleInfo) in cleanupDescriptorPoolAllocedSetsLocked()2926 handleInfo->underlying = reinterpret_cast<uint64_t>(VK_NULL_HANDLE); in cleanupDescriptorPoolAllocedSetsLocked()3056 auto handleInfo = sBoxedHandleManager.get((uint64_t)*descSetAllocedEntry); in on_vkFreeDescriptorSets() local3057 if (handleInfo) { in on_vkFreeDescriptorSets()3059 handleInfo->underlying = reinterpret_cast<uint64_t>(VK_NULL_HANDLE); in on_vkFreeDescriptorSets()
2269 zx_info_handle_basic_t handleInfo; in on_vkGetMemoryZirconHandlePropertiesFUCHSIA() local2270 zx_status_t status = zx::unowned_vmo(handle)->get_info(ZX_INFO_HANDLE_BASIC, &handleInfo, in on_vkGetMemoryZirconHandlePropertiesFUCHSIA()2271 sizeof(handleInfo), nullptr, nullptr); in on_vkGetMemoryZirconHandlePropertiesFUCHSIA()2272 if (status != ZX_OK || handleInfo.type != ZX_OBJ_TYPE_VMO) { in on_vkGetMemoryZirconHandlePropertiesFUCHSIA()