Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/generated/
Dvk_layer_dispatch_table.h154 PFN_vkCreateDebugReportCallbackEXT CreateDebugReportCallbackEXT; member
Dvk_dispatch_table_helper.h939 …table->CreateDebugReportCallbackEXT = (PFN_vkCreateDebugReportCallbackEXT) gpa(instance, "vkCreate… in layer_init_instance_dispatch_table()
Dlayer_chassis_dispatch.cpp4946 …if (!wrap_handles) return layer_data->instance_dispatch_table.CreateDebugReportCallbackEXT(instanc… in DispatchCreateDebugReportCallbackEXT()
4947 …VkResult result = layer_data->instance_dispatch_table.CreateDebugReportCallbackEXT(instance, pCrea… in DispatchCreateDebugReportCallbackEXT()
Dchassis.cpp6563 VKAPI_ATTR VkResult VKAPI_CALL CreateDebugReportCallbackEXT( in CreateDebugReportCallbackEXT() function
9547 {"vkCreateDebugReportCallbackEXT", {true, (void*)CreateDebugReportCallbackEXT}},
Dchassis.h1558 VKAPI_ATTR VkResult VKAPI_CALL CreateDebugReportCallbackEXT(
/external/skia/tools/gpu/vk/
DVkTestUtils.cpp634 ACQUIRE_VK_PROC(CreateDebugReportCallbackEXT, inst, VK_NULL_HANDLE); in CreateVkBackendContext()