Home
last modified time | relevance | path

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

/third_party/vulkan-loader/loader/
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()
Dloader_common.h181 VkDevice chain_device; // device object from the dispatch chain member
Dunknown_ext_chain_masm.asm111 … 4] ; Dereference the handle to get VkDevice chain_device
112 …[eax] ; Dereference the chain_device to get the load…
Dunknown_ext_chain_gas_x86.S119 …eax] # Dereference the chain_device to get the load…
Dloader.c1173 (dev->chain_device != VK_NULL_HANDLE && in loader_get_icd_and_device()
1174 loader_get_dispatch(dev->chain_device) == loader_get_dispatch(device))) { in loader_get_icd_and_device()
4245 *pDevice = dev->chain_device; in loader_layer_create_device()
4308 dev->chain_device = NULL; in loader_layer_destroy_device()
4810 dev->chain_device = created_device; in loader_create_device_chain()
4837 loader_init_device_dispatch_table(&dev->loader_dispatch, nextGDPA, dev->chain_device); in loader_create_device_chain()