Searched refs:chain_device (Results 1 – 5 of 5) sorted by relevance
49 … 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()
181 VkDevice chain_device; // device object from the dispatch chain member
111 … 4] ; Dereference the handle to get VkDevice chain_device112 …[eax] ; Dereference the chain_device to get the load…
119 …eax] # Dereference the chain_device to get the load…
1173 (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()