Home
last modified time | relevance | path

Searched refs:chain_device (Results 1 - 5 of 5) sorted by relevance

/third_party/vulkan-loader/loader/
H A Dunknown_function_handling.c49 gdpa_value = dev->loader_dispatch.core_dispatch.GetDeviceProcAddr(dev->chain_device, funcName); in loader_init_dispatch_dev_ext_entry()
55 gdpa_value = ldev->loader_dispatch.core_dispatch.GetDeviceProcAddr(ldev->chain_device, funcName); in loader_init_dispatch_dev_ext_entry()
H A Dloader_common.h186 VkDevice chain_device; // device object from the dispatch chain member
H A Dunknown_ext_chain_masm.asm111 mov eax, dword ptr [esp + 4] ; Dereference the handle to get VkDevice chain_device
112 mov eax, dword ptr [eax] ; Dereference the chain_device to get the loader_dispatch
H A Dunknown_ext_chain_gas_x86.S138 mov eax, dword ptr [eax] # Dereference the chain_device to get the loader_dispatch
H A Dloader.c1246 (dev->chain_device != VK_NULL_HANDLE && loader_get_dispatch(dev->chain_device) == dispatch_table_device)) { in loader_get_icd_and_device()
4422 *pDevice = dev->chain_device;
4485 dev->chain_device = NULL;
5040 dev->chain_device = created_device;
5067 loader_init_device_dispatch_table(&dev->loader_dispatch, nextGDPA, dev->chain_device);

Completed in 23 milliseconds