Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/loader/
Ddebug_report.c101 struct loader_instance *inst = loader_get_instance(instance); in debug_report_CreateDebugReportCallback()
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()
Dwsi.c221 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()
Dloader.h503 struct loader_instance *loader_get_instance(const VkInstance instance);
Dtrampoline.c70 struct loader_instance *ptr_instance = loader_get_instance(instance); in vkGetInstanceProcAddr()
451 ptr_instance = loader_get_instance(instance);
486 inst = loader_get_instance(instance);
Dloader.c2884 struct loader_instance *loader_get_instance(const VkInstance instance) { function