Home
last modified time | relevance | path

Searched refs:loader_instance (Results 1 – 8 of 8) sorted by relevance

/external/vulkan-validation-layers/loader/
Dloader.h201 const struct loader_instance *this_instance;
274 struct loader_instance { struct
282 struct loader_instance *next; argument
345 struct loader_instance *instances;
365 static inline struct loader_instance *loader_instance(VkInstance instance) { in loader_instance() function
366 return (struct loader_instance *)instance; in loader_instance()
406 extern THREAD_LOCAL_DECL struct loader_instance *tls_instance;
419 void *loader_heap_alloc(const struct loader_instance *instance, size_t size,
422 void loader_heap_free(const struct loader_instance *instance, void *pMemory);
428 void loader_log(const struct loader_instance *inst, VkFlags msg_type,
[all …]
Ddebug_report.c52 const struct loader_instance *inst, in debug_report_add_instance_extensions()
57 void debug_report_create_instance(struct loader_instance *ptr_instance, in debug_report_create_instance()
71 util_CreateDebugReportCallback(struct loader_instance *inst, in util_CreateDebugReportCallback()
101 struct loader_instance *inst = loader_get_instance(instance); in debug_report_CreateDebugReportCallback()
114 VkBool32 util_DebugReportMessage(const struct loader_instance *inst, in util_DebugReportMessage()
136 void util_DestroyDebugReportCallback(struct loader_instance *inst, in util_DestroyDebugReportCallback()
163 struct loader_instance *inst = loader_get_instance(instance); in debug_report_DestroyDebugReportCallback()
177 struct loader_instance *inst = loader_get_instance(instance); in debug_report_DebugReportMessage()
194 struct loader_instance *inst = (struct loader_instance *)instance; in terminator_CreateDebugReportCallback()
249 struct loader_instance *inst = (struct loader_instance *)instance; in terminator_DestroyDebugReportCallback()
[all …]
Ddebug_report.h111 const struct loader_instance *inst, struct loader_extension_list *ext_list);
113 void debug_report_create_instance(struct loader_instance *ptr_instance,
116 bool debug_report_instance_gpa(struct loader_instance *ptr_instance,
136 util_CreateDebugReportCallback(struct loader_instance *inst,
141 void util_DestroyDebugReportCallback(struct loader_instance *inst,
145 VkBool32 util_DebugReportMessage(const struct loader_instance *inst,
Dloader.c56 loader_add_layer_lib(const struct loader_instance *inst, const char *chain_type,
59 static void loader_remove_layer_lib(struct loader_instance *inst,
64 THREAD_LOCAL_DECL struct loader_instance *tls_instance;
173 void *loader_heap_alloc(const struct loader_instance *instance, size_t size, in loader_heap_alloc()
184 void loader_heap_free(const struct loader_instance *instance, void *pMemory) { in loader_heap_free()
195 void *loader_heap_realloc(const struct loader_instance *instance, void *pMemory, in loader_heap_realloc()
233 void loader_log(const struct loader_instance *inst, VkFlags msg_type, in loader_log()
282 static char *loader_get_registry_files(const struct loader_instance *inst, in loader_get_registry_files()
483 loader_get_next_layer_property(const struct loader_instance *inst, in loader_get_next_layer_property()
519 void loader_delete_layer_properties(const struct loader_instance *inst, in loader_delete_layer_properties()
[all …]
Dwsi.h32 bool wsi_swapchain_instance_gpa(struct loader_instance *ptr_instance,
34 void wsi_add_instance_extensions(const struct loader_instance *inst,
37 void wsi_create_instance(struct loader_instance *ptr_instance,
Dwsi.c90 void wsi_add_instance_extensions(const struct loader_instance *inst, in wsi_add_instance_extensions()
116 void wsi_create_instance(struct loader_instance *ptr_instance, in wsi_create_instance()
221 struct loader_instance *ptr_instance = loader_get_instance(instance); in terminator_DestroySurfaceKHR()
495 struct loader_instance *ptr_instance = loader_get_instance(instance); in terminator_CreateWin32SurfaceKHR()
582 struct loader_instance *ptr_instance = loader_get_instance(instance); in terminator_CreateMirSurfaceKHR()
669 struct loader_instance *ptr_instance = loader_get_instance(instance); in terminator_CreateWaylandSurfaceKHR()
758 struct loader_instance *ptr_instance = loader_get_instance(instance); in terminator_CreateXcbSurfaceKHR()
848 struct loader_instance *ptr_instance = loader_get_instance(instance); in terminator_CreateXlibSurfaceKHR()
934 struct loader_instance *ptr_instance = loader_get_instance(instance); in terminator_CreateAndroidSurfaceKHR()
1189 struct loader_instance *inst = loader_get_instance(instance); in terminator_CreateDisplayPlaneSurfaceKHR()
[all …]
Dtrampoline.c70 struct loader_instance *ptr_instance = loader_get_instance(instance); in vkGetInstanceProcAddr()
242 struct loader_instance *ptr_instance = NULL;
252 ptr_instance = (struct loader_instance *) pAllocator->pfnAllocation(
254 sizeof(struct loader_instance),
260 (struct loader_instance *)malloc(sizeof(struct loader_instance));
268 memset(ptr_instance, 0, sizeof(struct loader_instance));
444 struct loader_instance *ptr_instance = NULL;
468 struct loader_instance *inst;
592 struct loader_instance *inst;
606 inst = (struct loader_instance *)phys_dev->this_icd->this_instance;
[all …]
Dgpa_helper.h33 static inline void *trampolineGetProcAddr(struct loader_instance *inst, in trampolineGetProcAddr()