Searched refs:CreateDebugReportCallbackEXT (Results 1 – 10 of 10) sorted by relevance
/external/vulkan-validation-layers/layers/generated/ |
D | vk_layer_dispatch_table.h | 154 PFN_vkCreateDebugReportCallbackEXT CreateDebugReportCallbackEXT; member
|
D | vk_dispatch_table_helper.h | 939 …table->CreateDebugReportCallbackEXT = (PFN_vkCreateDebugReportCallbackEXT) gpa(instance, "vkCreate… in layer_init_instance_dispatch_table()
|
D | layer_chassis_dispatch.cpp | 4946 …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()
|
D | chassis.cpp | 6563 VKAPI_ATTR VkResult VKAPI_CALL CreateDebugReportCallbackEXT( in CreateDebugReportCallbackEXT() function 9547 {"vkCreateDebugReportCallbackEXT", {true, (void*)CreateDebugReportCallbackEXT}},
|
D | chassis.h | 1558 VKAPI_ATTR VkResult VKAPI_CALL CreateDebugReportCallbackEXT(
|
/external/skqp/tools/gpu/vk/ |
D | VkTestUtils.cpp | 485 ACQUIRE_VK_PROC(CreateDebugReportCallbackEXT, inst, VK_NULL_HANDLE); in CreateVkBackendContext()
|
/external/skia/tools/gpu/vk/ |
D | VkTestUtils.cpp | 531 ACQUIRE_VK_PROC(CreateDebugReportCallbackEXT, inst, VK_NULL_HANDLE); in CreateVkBackendContext()
|
/external/mesa3d/prebuilt-intermediates/util/ |
D | vk_enum_to_str.h | 370 PFN_vkCreateDebugReportCallbackEXT CreateDebugReportCallbackEXT; member
|
D | vk_enum_to_str.c | 4389 …table->CreateDebugReportCallbackEXT = (PFN_vkCreateDebugReportCallbackEXT) gpa(instance, "vkCreate… in vk_load_instance_commands()
|
/external/skqp/src/compute/hs/vk/bench/ |
D | main.c | 467 vk(CreateDebugReportCallbackEXT(instance, in main()
|