Home
last modified time | relevance | path

Searched refs:create_debug_report_callback (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/native/vulkan/api/
H A DRuntime.cpp153 VkDebugReportCallbackEXT create_debug_report_callback( in create_debug_report_callback() function
258 debug_report_callback_(create_debug_report_callback(instance_, config_)) {
/aosp_15_r20/external/executorch/backends/vulkan/runtime/vk_api/
H A DRuntime.cpp176 VkDebugReportCallbackEXT create_debug_report_callback( in create_debug_report_callback() function
283 debug_report_callback_(create_debug_report_callback(instance_, config_)) {
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/extensions/ext/
Ddebug_report.rs39 pub unsafe fn create_debug_report_callback( in create_debug_report_callback() method
/aosp_15_r20/frameworks/native/vulkan/libvulkan/
H A Dapi.cpp847 PFN_vkCreateDebugReportCallbackEXT create_debug_report_callback = in Create() local
855 if (!create_debug_report_callback || !data.destroy_debug_callback) { in Create()
869 result = create_debug_report_callback(instance, &debug_callback_info, in Create()