Searched refs:CreateDebugReportCallbackEXT (Results 1 – 6 of 6) sorted by relevance
| /third_party/vulkan-loader/loader/ |
| D | debug_utils.c | 316 …VkResult result = inst->disp->layer_inst_disp.CreateDebugReportCallbackEXT(inst->instance, pCreate… in debug_utils_CreateDebugReportCallbackEXT() 444 if (!icd_term->dispatch.CreateDebugReportCallbackEXT) { in terminator_CreateDebugReportCallbackEXT() 448 …res = icd_term->dispatch.CreateDebugReportCallbackEXT(icd_term->instance, pCreateInfo, pAllocator,… in terminator_CreateDebugReportCallbackEXT()
|
| /third_party/vulkan-loader/loader/generated/ |
| D | vk_loader_extensions.h | 353 PFN_vkCreateDebugReportCallbackEXT CreateDebugReportCallbackEXT; member
|
| D | vk_layer_dispatch_table.h | 172 PFN_vkCreateDebugReportCallbackEXT CreateDebugReportCallbackEXT; member
|
| D | vk_loader_extensions.c | 201 LOOKUP_GIPA(CreateDebugReportCallbackEXT, false); in loader_icd_init_entries() 1280 …table->CreateDebugReportCallbackEXT = (PFN_vkCreateDebugReportCallbackEXT)gpa(inst, "vkCreateDebug… in loader_init_instance_extension_dispatch_table() 2333 …(!strcmp(name, "CreateDebugReportCallbackEXT")) return (void *)table->CreateDebugReportCallbackEXT; in loader_lookup_instance_dispatch_table() 9914 .CreateDebugReportCallbackEXT = terminator_CreateDebugReportCallbackEXT,
|
| D | vk_dispatch_table_helper.h | 1423 …table->CreateDebugReportCallbackEXT = (PFN_vkCreateDebugReportCallbackEXT) gpa(instance, "vkCreate… in layer_init_instance_dispatch_table()
|
| /third_party/skia/tools/gpu/vk/ |
| D | VkTestUtils.cpp | 535 ACQUIRE_VK_PROC(CreateDebugReportCallbackEXT, inst, VK_NULL_HANDLE); in CreateVkBackendContext()
|