Searched refs:DestroyDebugReportCallbackEXT (Results 1 – 13 of 13) sorted by relevance
/external/vulkan-validation-layers/loader/ |
D | debug_report.c | 166 inst->disp->DestroyDebugReportCallbackEXT(instance, callback, pAllocator); in debug_report_DestroyDebugReportCallback() 223 icd->DestroyDebugReportCallbackEXT( in terminator_CreateDebugReportCallback() 254 icd->DestroyDebugReportCallbackEXT( in terminator_DestroyDebugReportCallback()
|
D | table_ops.h | 577 table->DestroyDebugReportCallbackEXT = in loader_init_instance_extension_dispatch_table() 744 return (void *)table->DestroyDebugReportCallbackEXT; in loader_lookup_instance_dispatch_table()
|
D | loader.h | 221 PFN_vkDestroyDebugReportCallbackEXT DestroyDebugReportCallbackEXT; member
|
D | loader.c | 125 .DestroyDebugReportCallbackEXT = terminator_DestroyDebugReportCallback, 1375 LOOKUP_GIPA(DestroyDebugReportCallbackEXT, false); in loader_icd_init_entrys()
|
/external/vulkan-validation-layers/layers/ |
D | vk_layer_logging.h | 77 …table->DestroyDebugReportCallbackEXT = (PFN_vkDestroyDebugReportCallbackEXT)gpa(inst, "vkDestroyDe… in debug_report_create_instance()
|
D | threading.cpp | 292 my_data->instance_dispatch_table->DestroyDebugReportCallbackEXT(instance, callback, pAllocator); in vkDestroyDebugReportCallbackEXT()
|
D | device_limits.cpp | 682 …my_data->instance_dispatch_table->DestroyDebugReportCallbackEXT(instance, msgCallback, pAllocator); in vkDestroyDebugReportCallbackEXT()
|
D | image.cpp | 100 …my_data->instance_dispatch_table->DestroyDebugReportCallbackEXT(instance, msgCallback, pAllocator); in vkDestroyDebugReportCallbackEXT()
|
D | swapchain.cpp | 1945 …my_data->instance_dispatch_table->DestroyDebugReportCallbackEXT(instance, msgCallback, pAllocator); in vkDestroyDebugReportCallbackEXT()
|
D | parameter_validation.cpp | 118 pTable->DestroyDebugReportCallbackEXT(instance, msgCallback, pAllocator); in vkDestroyDebugReportCallbackEXT()
|
D | core_validation.cpp | 10614 pTable->DestroyDebugReportCallbackEXT(instance, msgCallback, pAllocator); in vkDestroyDebugReportCallbackEXT()
|
/external/vulkan-validation-layers/include/vulkan/ |
D | vk_layer.h | 198 PFN_vkDestroyDebugReportCallbackEXT DestroyDebugReportCallbackEXT; member
|
/external/vulkan-validation-layers/demos/smoke/ |
D | Shell.cpp | 70 vk::DestroyDebugReportCallbackEXT(ctx_.instance, ctx_.debug_report, nullptr); in cleanup_vk()
|