Searched refs:debug_report_callbacks (Results 1 – 14 of 14) sorted by relevance
/external/mesa3d/src/intel/vulkan/ |
D | anv_util.c | 67 vk_debug_report(&device->physical->instance->debug_report_callbacks, in __anv_perf_warn() 99 vk_debug_report(&instance->debug_report_callbacks, in __vk_errorv()
|
D | anv_device.c | 85 if (list_is_empty(&instance->debug_report_callbacks.callbacks)) in compiler_debug_log() 93 vk_debug_report(&instance->debug_report_callbacks, in compiler_debug_log() 757 result = vk_debug_report_instance_init(&instance->debug_report_callbacks); in anv_CreateInstance() 795 vk_debug_report_instance_destroy(&instance->debug_report_callbacks); in anv_DestroyInstance() 2429 return vk_create_debug_report_callback(&instance->debug_report_callbacks, in anv_CreateDebugReportCallbackEXT() 2440 vk_destroy_debug_report_callback(&instance->debug_report_callbacks, in anv_DestroyDebugReportCallbackEXT() 2455 vk_debug_report(&instance->debug_report_callbacks, flags, objectType, in anv_DebugReportMessageEXT()
|
D | anv_pipeline.c | 115 vk_debug_report(&instance->debug_report_callbacks, in anv_spirv_nir_debug() 1405 vk_debug_report(&pipeline->base.device->physical->instance->debug_report_callbacks, in anv_pipeline_compile_graphics()
|
D | genX_pipeline.c | 1240 vk_debug_report(&device->physical->instance->debug_report_callbacks,
|
D | anv_private.h | 1170 struct vk_debug_report_instance debug_report_callbacks; member
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_util.c | 116 vk_debug_report(&instance->debug_report_callbacks, in __vk_errorv()
|
D | radv_shader.c | 285 vk_debug_report(&instance->debug_report_callbacks, in radv_spirv_nir_debug() 307 vk_debug_report(&instance->debug_report_callbacks, in radv_compiler_debug()
|
D | radv_device.c | 807 result = vk_debug_report_instance_init(&instance->debug_report_callbacks); in radv_CreateInstance() 850 vk_debug_report_instance_destroy(&instance->debug_report_callbacks); in radv_DestroyInstance() 7953 return vk_create_debug_report_callback(&instance->debug_report_callbacks, in radv_CreateDebugReportCallbackEXT() 7964 vk_destroy_debug_report_callback(&instance->debug_report_callbacks, in radv_DestroyDebugReportCallbackEXT() 7979 vk_debug_report(&instance->debug_report_callbacks, flags, objectType, in radv_DebugReportMessageEXT()
|
D | radv_private.h | 344 struct vk_debug_report_instance debug_report_callbacks; member
|
/external/mesa3d/src/freedreno/vulkan/ |
D | tu_device.c | 270 result = vk_debug_report_instance_init(&instance->debug_report_callbacks); in tu_CreateInstance() 303 vk_debug_report_instance_destroy(&instance->debug_report_callbacks); in tu_DestroyInstance() 2012 return vk_create_debug_report_callback(&instance->debug_report_callbacks, in tu_CreateDebugReportCallbackEXT() 2023 vk_destroy_debug_report_callback(&instance->debug_report_callbacks, in tu_DestroyDebugReportCallbackEXT() 2038 vk_debug_report(&instance->debug_report_callbacks, flags, objectType, in tu_DebugReportMessageEXT()
|
D | tu_private.h | 241 struct vk_debug_report_instance debug_report_callbacks; member
|
/external/mesa3d/src/broadcom/vulkan/ |
D | v3dv_device.c | 217 result = vk_debug_report_instance_init(&instance->debug_report_callbacks); in v3dv_CreateInstance() 299 vk_debug_report_instance_destroy(&instance->debug_report_callbacks); in v3dv_DestroyInstance() 1432 return vk_create_debug_report_callback(&instance->debug_report_callbacks, in v3dv_CreateDebugReportCallbackEXT() 1443 vk_destroy_debug_report_callback(&instance->debug_report_callbacks, in v3dv_DestroyDebugReportCallbackEXT()
|
D | v3dv_private.h | 193 struct vk_debug_report_instance debug_report_callbacks; member
|
/external/angle/src/tests/test_utils/third_party/ |
D | vulkan_command_buffer_utils.h | 225 std::vector<VkDebugReportCallbackEXT> debug_report_callbacks; member
|