Home
last modified time | relevance | path

Searched refs:CreateDebugReportCallbackEXT (Results 1 – 10 of 10) 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/skqp/tools/gpu/vk/
DVkTestUtils.cpp485 ACQUIRE_VK_PROC(CreateDebugReportCallbackEXT, inst, VK_NULL_HANDLE); in CreateVkBackendContext()
/external/skia/tools/gpu/vk/
DVkTestUtils.cpp531 ACQUIRE_VK_PROC(CreateDebugReportCallbackEXT, inst, VK_NULL_HANDLE); in CreateVkBackendContext()
/external/mesa3d/prebuilt-intermediates/util/
Dvk_enum_to_str.h370 PFN_vkCreateDebugReportCallbackEXT CreateDebugReportCallbackEXT; member
Dvk_enum_to_str.c4389 …table->CreateDebugReportCallbackEXT = (PFN_vkCreateDebugReportCallbackEXT) gpa(instance, "vkCreate… in vk_load_instance_commands()
/external/skqp/src/compute/hs/vk/bench/
Dmain.c467 vk(CreateDebugReportCallbackEXT(instance, in main()