Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/recipes-graphics/vulkan/vulkan-samples/
H A D32bit.patch46 if (get_handle() && (allocation != VK_NULL_HANDLE))
49 - vmaDestroyBuffer(get_device().get_memory_allocator(), get_handle(), allocation);
50 + vmaDestroyBuffer(get_device().get_memory_allocator(), static_cast<VkBuffer>(get_handle()), alloc…
81 if (get_handle() && memory)
84 - vmaDestroyImage(get_device().get_memory_allocator(), get_handle(), memory);
85 + vmaDestroyImage(get_device().get_memory_allocator(), static_cast<VkImage>(get_handle()), memory);
96 texture.device_memory = get_device()->get_handle().allocateMemory(memory_allocate_info);
97 - VK_CHECK(vkBindImageMemory(get_device()->get_handle(), texture.image, texture.device_memory, 0));
98 + get_device()->get_handle().bindImageMemory(texture.image, texture.device_memory, 0);
/openbmc/linux/drivers/net/ethernet/hisilicon/hns/
H A Dhnae.c337 handle = dev->ops->get_handle(dev, port_id); in hnae_get_handle()
410 if (!hdev->ops || !hdev->ops->get_handle || in hnae_ae_register()
H A Dhnae.h463 struct hnae_handle *(*get_handle)(struct hnae_ae_dev *dev, member
H A Dhns_ae_adapt.c932 .get_handle = hns_ae_get_handle,
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-h5py/
H A D0001-Fix-Cython-3-compatibility.patch462 herr_t (*get_handle)(H5FD_t *file, hid_t fapl, void**file_handle)
502 herr_t (*get_handle)(H5FD_t *file, hid_t fapl, void**file_handle)