Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/loader/
Ddebug_report.c103 VkResult result = inst->disp->CreateDebugReportCallbackEXT( in debug_report_CreateDebugReportCallback()
205 if (!icd->CreateDebugReportCallbackEXT) { in terminator_CreateDebugReportCallback()
209 res = icd->CreateDebugReportCallbackEXT( in terminator_CreateDebugReportCallback()
Dtable_ops.h574 table->CreateDebugReportCallbackEXT = in loader_init_instance_extension_dispatch_table()
742 return (void *)table->CreateDebugReportCallbackEXT; in loader_lookup_instance_dispatch_table()
Dloader.h220 PFN_vkCreateDebugReportCallbackEXT CreateDebugReportCallbackEXT; member
Dloader.c124 .CreateDebugReportCallbackEXT = terminator_CreateDebugReportCallback,
1374 LOOKUP_GIPA(CreateDebugReportCallbackEXT, false); in loader_icd_init_entrys()
/external/vulkan-validation-layers/layers/
Dvk_layer_logging.h76 …table->CreateDebugReportCallbackEXT = (PFN_vkCreateDebugReportCallbackEXT)gpa(inst, "vkCreateDebug… in debug_report_create_instance()
Dthreading.cpp279 …my_data->instance_dispatch_table->CreateDebugReportCallbackEXT(instance, pCreateInfo, pAllocator, … in vkCreateDebugReportCallbackEXT()
Ddevice_limits.cpp671 …VkResult res = my_data->instance_dispatch_table->CreateDebugReportCallbackEXT(instance, pCreateInf… in vkCreateDebugReportCallbackEXT()
Dimage.cpp89 …VkResult res = my_data->instance_dispatch_table->CreateDebugReportCallbackEXT(instance, pCreateInf… in vkCreateDebugReportCallbackEXT()
Dswapchain.cpp1932 …my_data->instance_dispatch_table->CreateDebugReportCallbackEXT(instance, pCreateInfo, pAllocator, … in vkCreateDebugReportCallbackEXT()
Dparameter_validation.cpp104 …VkResult result = pTable->CreateDebugReportCallbackEXT(instance, pCreateInfo, pAllocator, pMsgCall… in vkCreateDebugReportCallbackEXT()
Dcore_validation.cpp10600 …VkResult res = pTable->CreateDebugReportCallbackEXT(instance, pCreateInfo, pAllocator, pMsgCallbac… in vkCreateDebugReportCallbackEXT()
/external/vulkan-validation-layers/include/vulkan/
Dvk_layer.h197 PFN_vkCreateDebugReportCallbackEXT CreateDebugReportCallbackEXT; member
/external/vulkan-validation-layers/demos/smoke/
DShell.cpp220 vk::assert_success(vk::CreateDebugReportCallbackEXT(ctx_.instance, in init_debug_report()