Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/loader/
Ddebug_report.c52 ptr_instance->enabled_known_extensions.ext_debug_report = 0; in debug_report_create_instance()
57 ptr_instance->enabled_known_extensions.ext_debug_report = 1; in debug_report_create_instance()
493 *addr = (ptr_instance->enabled_known_extensions.ext_debug_report == 1)
499 *addr = (ptr_instance->enabled_known_extensions.ext_debug_report == 1)
505 *addr = (ptr_instance->enabled_known_extensions.ext_debug_report == 1)
Dloader.h260 uint8_t ext_debug_report : 1; member
/external/vulkan-validation-layers/
Dvulkan.py1281 ext_debug_report = Extension( variable
1350 ext_khr_display_swapchain, ext_debug_report, ext_debug_marker]
1359 ext_khr_display_swapchain, ext_debug_report, ext_debug_marker]
1368 ext_debug_report, ext_debug_marker]
1374 ext_khr_display_swapchain, ext_debug_report, ext_debug_marker]
1382 ext_khr_display_swapchain, ext_debug_report, ext_debug_marker]
1388 ext_khr_display_swapchain, ext_debug_report, ext_debug_marker]
1397 ext_debug_report, ext_debug_marker]
Dvk_layer_documentation_generate.py326 dbg_rpt_names = [p.name for p in vulkan.ext_debug_report.protos]