Home
last modified time | relevance | path

Searched refs:DestroyDebugReportCallbackEXT (Results 1 – 13 of 13) sorted by relevance

/external/vulkan-validation-layers/loader/
Ddebug_report.c166 inst->disp->DestroyDebugReportCallbackEXT(instance, callback, pAllocator); in debug_report_DestroyDebugReportCallback()
223 icd->DestroyDebugReportCallbackEXT( in terminator_CreateDebugReportCallback()
254 icd->DestroyDebugReportCallbackEXT( in terminator_DestroyDebugReportCallback()
Dtable_ops.h577 table->DestroyDebugReportCallbackEXT = in loader_init_instance_extension_dispatch_table()
744 return (void *)table->DestroyDebugReportCallbackEXT; in loader_lookup_instance_dispatch_table()
Dloader.h221 PFN_vkDestroyDebugReportCallbackEXT DestroyDebugReportCallbackEXT; member
Dloader.c125 .DestroyDebugReportCallbackEXT = terminator_DestroyDebugReportCallback,
1375 LOOKUP_GIPA(DestroyDebugReportCallbackEXT, false); in loader_icd_init_entrys()
/external/vulkan-validation-layers/layers/
Dvk_layer_logging.h77 …table->DestroyDebugReportCallbackEXT = (PFN_vkDestroyDebugReportCallbackEXT)gpa(inst, "vkDestroyDe… in debug_report_create_instance()
Dthreading.cpp292 my_data->instance_dispatch_table->DestroyDebugReportCallbackEXT(instance, callback, pAllocator); in vkDestroyDebugReportCallbackEXT()
Ddevice_limits.cpp682 …my_data->instance_dispatch_table->DestroyDebugReportCallbackEXT(instance, msgCallback, pAllocator); in vkDestroyDebugReportCallbackEXT()
Dimage.cpp100 …my_data->instance_dispatch_table->DestroyDebugReportCallbackEXT(instance, msgCallback, pAllocator); in vkDestroyDebugReportCallbackEXT()
Dswapchain.cpp1945 …my_data->instance_dispatch_table->DestroyDebugReportCallbackEXT(instance, msgCallback, pAllocator); in vkDestroyDebugReportCallbackEXT()
Dparameter_validation.cpp118 pTable->DestroyDebugReportCallbackEXT(instance, msgCallback, pAllocator); in vkDestroyDebugReportCallbackEXT()
Dcore_validation.cpp10614 pTable->DestroyDebugReportCallbackEXT(instance, msgCallback, pAllocator); in vkDestroyDebugReportCallbackEXT()
/external/vulkan-validation-layers/include/vulkan/
Dvk_layer.h198 PFN_vkDestroyDebugReportCallbackEXT DestroyDebugReportCallbackEXT; member
/external/vulkan-validation-layers/demos/smoke/
DShell.cpp70 vk::DestroyDebugReportCallbackEXT(ctx_.instance, ctx_.debug_report, nullptr); in cleanup_vk()