Searched refs:loader_device (Results 1 - 10 of 10) sorted by relevance
/third_party/vulkan-loader/loader/ |
H A D | loader.h | 165 struct loader_icd_term *loader_get_icd_and_device(const void *device, struct loader_device **found_dev, uint32_t *icd_index); 167 struct loader_device *loader_create_logical_device(const struct loader_instance *inst, const VkAllocationCallbacks *pAllocator); 168 void loader_add_logical_device(struct loader_icd_term *icd_term, struct loader_device *found_dev); 169 void loader_remove_logical_device(struct loader_icd_term *icd_term, struct loader_device *found_dev, 173 void loader_destroy_logical_device(struct loader_device *dev, const VkAllocationCallbacks *pAllocator); 193 struct loader_device *dev, PFN_vkGetInstanceProcAddr callingLayer,
|
H A D | allocation.c | 121 void *loader_device_heap_alloc(const struct loader_device *dev, size_t size, VkSystemAllocationScope allocation_scope) { 125 void *loader_device_heap_calloc(const struct loader_device *dev, size_t size, VkSystemAllocationScope allocation_scope) { 129 void loader_device_heap_free(const struct loader_device *dev, void *pMemory) { 132 void *loader_device_heap_realloc(const struct loader_device *dev, void *pMemory, size_t orig_size, size_t size,
|
H A D | loader_common.h | 184 struct loader_device { struct 210 struct loader_device *next; 224 struct loader_device *logical_device_list;
|
H A D | unknown_function_handling.c | 44 void loader_init_dispatch_dev_ext_entry(struct loader_instance *inst, struct loader_device *dev, uint32_t idx, const char *funcName) in loader_init_dispatch_dev_ext_entry() 53 struct loader_device *ldev = icd_term->logical_device_list; in loader_init_dispatch_dev_ext_entry() 65 void loader_init_dispatch_dev_ext(struct loader_instance *inst, struct loader_device *dev) { in loader_init_dispatch_dev_ext()
|
H A D | loader.c | 211 struct loader_device *dev; in vkSetDeviceDispatch() 1231 struct loader_icd_term *loader_get_icd_and_device(const void *device, struct loader_device **found_dev, uint32_t *icd_index) { in loader_get_icd_and_device() 1243 for (struct loader_device *dev = icd_term->logical_device_list; dev; dev = dev->next) { in loader_get_icd_and_device() 1262 void loader_destroy_logical_device(struct loader_device *dev, const VkAllocationCallbacks *pAllocator) { in loader_destroy_logical_device() 1269 struct loader_device *loader_create_logical_device(const struct loader_instance *inst, const VkAllocationCallbacks *pAllocator) { in loader_create_logical_device() 1270 struct loader_device *new_dev; in loader_create_logical_device() 1271 new_dev = loader_calloc(pAllocator, sizeof(struct loader_device), VK_SYSTEM_ALLOCATION_SCOPE_DEVICE); in loader_create_logical_device() 1274 loader_log(inst, VULKAN_LOADER_ERROR_BIT, 0, "loader_create_logical_device: Failed to alloc struct loader_device"); in loader_create_logical_device() 1287 void loader_add_logical_device(struct loader_icd_term *icd_term, struct loader_device *dev) { in loader_add_logical_device() 1292 void loader_remove_logical_device(struct loader_icd_term *icd_term, struct loader_device *found_de [all...] |
H A D | extension_manual.c | 308 struct loader_device *dev; in terminator_GetDeviceGroupSurfacePresentModes2EXT()
|
H A D | wsi.c | 459 struct loader_device *dev = *((struct loader_device **)device); in vkCreateSwapchainKHR() 472 struct loader_device *dev; in terminator_CreateSwapchainKHR() 2221 struct loader_device *dev; in terminator_CreateSharedSwapchainsKHR() 2283 struct loader_device *dev; in terminator_GetDeviceGroupSurfacePresentModesKHR()
|
H A D | trampoline.c | 140 struct loader_device *dev = NULL; in vkGetDeviceProcAddr()
|
/third_party/vulkan-loader/loader/generated/ |
H A D | vk_loader_extensions.h | 32 struct loader_device; 51 PFN_vkVoidFunction get_extension_device_proc_terminator(struct loader_device *dev, const char *name, bool* found_name);
|
H A D | vk_loader_extensions.c | 41 struct loader_device *found_dev; in vkDevExtError() 1486 void init_extension_device_proc_terminator_dispatch(struct loader_device *dev) { in init_extension_device_proc_terminator_dispatch() 1552 struct loader_device* dev = (struct loader_device *)table; in loader_lookup_device_dispatch_table() 5071 struct loader_device *dev; in terminator_DebugMarkerSetObjectTagEXT() 5130 struct loader_device *dev; in terminator_DebugMarkerSetObjectNameEXT() 5721 struct loader_device *dev; in terminator_SetDebugUtilsObjectNameEXT() 5784 struct loader_device *dev; in terminator_SetDebugUtilsObjectTagEXT() 11973 PFN_vkVoidFunction get_extension_device_proc_terminator(struct loader_device *dev, const char *name, bool* found_name) { in get_extension_device_proc_terminator()
|
Completed in 43 milliseconds