Searched refs:CreateDebugReportCallbackEXT (Results 1 – 13 of 13) sorted by relevance
/external/vulkan-validation-layers/loader/ |
D | debug_report.c | 103 VkResult result = inst->disp->CreateDebugReportCallbackEXT( in debug_report_CreateDebugReportCallback() 205 if (!icd->CreateDebugReportCallbackEXT) { in terminator_CreateDebugReportCallback() 209 res = icd->CreateDebugReportCallbackEXT( in terminator_CreateDebugReportCallback()
|
D | table_ops.h | 574 table->CreateDebugReportCallbackEXT = in loader_init_instance_extension_dispatch_table() 742 return (void *)table->CreateDebugReportCallbackEXT; in loader_lookup_instance_dispatch_table()
|
D | loader.h | 220 PFN_vkCreateDebugReportCallbackEXT CreateDebugReportCallbackEXT; member
|
D | loader.c | 124 .CreateDebugReportCallbackEXT = terminator_CreateDebugReportCallback, 1374 LOOKUP_GIPA(CreateDebugReportCallbackEXT, false); in loader_icd_init_entrys()
|
/external/vulkan-validation-layers/layers/ |
D | vk_layer_logging.h | 76 …table->CreateDebugReportCallbackEXT = (PFN_vkCreateDebugReportCallbackEXT)gpa(inst, "vkCreateDebug… in debug_report_create_instance()
|
D | threading.cpp | 279 …my_data->instance_dispatch_table->CreateDebugReportCallbackEXT(instance, pCreateInfo, pAllocator, … in vkCreateDebugReportCallbackEXT()
|
D | device_limits.cpp | 671 …VkResult res = my_data->instance_dispatch_table->CreateDebugReportCallbackEXT(instance, pCreateInf… in vkCreateDebugReportCallbackEXT()
|
D | image.cpp | 89 …VkResult res = my_data->instance_dispatch_table->CreateDebugReportCallbackEXT(instance, pCreateInf… in vkCreateDebugReportCallbackEXT()
|
D | swapchain.cpp | 1932 …my_data->instance_dispatch_table->CreateDebugReportCallbackEXT(instance, pCreateInfo, pAllocator, … in vkCreateDebugReportCallbackEXT()
|
D | parameter_validation.cpp | 104 …VkResult result = pTable->CreateDebugReportCallbackEXT(instance, pCreateInfo, pAllocator, pMsgCall… in vkCreateDebugReportCallbackEXT()
|
D | core_validation.cpp | 10600 …VkResult res = pTable->CreateDebugReportCallbackEXT(instance, pCreateInfo, pAllocator, pMsgCallbac… in vkCreateDebugReportCallbackEXT()
|
/external/vulkan-validation-layers/include/vulkan/ |
D | vk_layer.h | 197 PFN_vkCreateDebugReportCallbackEXT CreateDebugReportCallbackEXT; member
|
/external/vulkan-validation-layers/demos/smoke/ |
D | Shell.cpp | 220 vk::assert_success(vk::CreateDebugReportCallbackEXT(ctx_.instance, in init_debug_report()
|