Home
last modified time | relevance | path

Searched refs:util_CreateDebugReportCallbacks (Results 1 – 3 of 3) sorted by relevance

/third_party/vulkan-loader/loader/
Ddebug_utils.h77 VkResult util_CreateDebugReportCallbacks(struct loader_instance *inst, const void *pChain, const Vk…
Ddebug_utils.c383 VkResult util_CreateDebugReportCallbacks(struct loader_instance *inst, const void *pChain, in util_CreateDebugReportCallbacks() function
Dtrampoline.c490 res = util_CreateDebugReportCallbacks(ptr_instance, pCreateInfo->pNext, pAllocator); in vkCreateInstance()