| /third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
| D | vkDebugReportUtil.cpp | 50 const char* getShortObjectTypeName (VkDebugReportObjectTypeEXT objectType) in getShortObjectTypeName() 90 tcu::Format::Enum<VkDebugReportObjectTypeEXT> shortObjectTypeStr (VkDebugReportObjectTypeEXT object… in shortObjectTypeStr() 92 return tcu::Format::Enum<VkDebugReportObjectTypeEXT>(getShortObjectTypeName, objectType); in shortObjectTypeStr() 115 VkDebugReportObjectTypeEXT objectType, in debugReportCallback()
|
| D | vkDebugReportUtil.hpp | 38 VkDebugReportObjectTypeEXT objectType; 47 , objectType ((VkDebugReportObjectTypeEXT)0) in DebugReportMessage() 54 VkDebugReportObjectTypeEXT objectType_, in DebugReportMessage()
|
| D | vkDefs.hpp | 171 VkDebugReportObjectTypeEXT objectType,
|
| /third_party/vulkan-loader/loader/ |
| D | debug_utils.h | 39 bool debug_utils_ReportObjectToAnnotObject(VkDebugReportObjectTypeEXT dr_object_type, uint64_t obje… 42 … VkDebugReportObjectTypeEXT *dr_object_type, uint64_t *dr_object_handle); 74 … VkDebugReportObjectTypeEXT objType, uint64_t object, size_t location, 78 …tMessage(const struct loader_instance *inst, VkFlags msgFlags, VkDebugReportObjectTypeEXT objectTy…
|
| D | debug_utils.c | 86 VkDebugReportObjectTypeEXT object_type = VK_DEBUG_REPORT_OBJECT_TYPE_UNKNOWN_EXT; in util_SubmitDebugUtilsMessageEXT() 322 …tMessage(const struct loader_instance *inst, VkFlags msgFlags, VkDebugReportObjectTypeEXT objectTy… in util_DebugReportMessage() 413 … VkDebugReportObjectTypeEXT objType, uint64_t object, in debug_utils_DebugReportMessageEXT() 527 … VkDebugReportObjectTypeEXT objType, uint64_t object, size_t location, in terminator_DebugReportMessageEXT() 677 bool debug_utils_ReportObjectToAnnotObject(VkDebugReportObjectTypeEXT dr_object_type, uint64_t obje… in debug_utils_ReportObjectToAnnotObject() 691 … VkDebugReportObjectTypeEXT *dr_object_type, uint64_t *dr_object_handle) { in debug_utils_AnnotObjectToDebugReportObject()
|
| /third_party/mesa3d/src/vulkan/runtime/ |
| D | vk_debug_report.c | 99 VkDebugReportObjectTypeEXT object_type, in debug_report() 132 VkDebugReportObjectTypeEXT objectType, in vk_common_DebugReportMessageEXT() 155 debug_report(instance, flags, (VkDebugReportObjectTypeEXT)object_type, in vk_debug_report()
|
| /third_party/vulkan-loader/loader/generated/ |
| D | vk_object_types.h | 147 const VkDebugReportObjectTypeEXT get_debug_report_enum[] = { 251 static inline VkObjectType convertDebugReportObjectToCoreObject(VkDebugReportObjectTypeEXT debug_re… in convertDebugReportObjectToCoreObject() 341 static inline VkDebugReportObjectTypeEXT convertCoreObjectToDebugReportObject(VkObjectType core_rep… in convertCoreObjectToDebugReportObject()
|
| /third_party/flutter/engine/flutter/vulkan/ |
| D | vulkan_debug_report.cc | 53 VkDebugReportObjectTypeEXT type) { in VkDebugReportObjectTypeEXTToString() 122 VkDebugReportObjectTypeEXT object_type, in OnVulkanDebugReportCallback()
|
| /third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
| D | BackendVk.h | 44 VkDebugReportObjectTypeEXT objectType,
|
| D | BackendVk.cpp | 202 VkDebugReportObjectTypeEXT /*objectType*/, in OnDebugReportCallback() argument
|
| /third_party/vulkan-loader/tests/ |
| D | loader_debug_ext_tests.cpp | 37 …API_CALL test_DebugReportCallback(VkDebugReportFlagsEXT flags, VkDebugReportObjectTypeEXT objectTy… 43 …void VerifyExpected(VkDebugReportFlagsEXT flags, VkDebugReportObjectTypeEXT object_type, const std… in VerifyExpected() 118 VkDebugReportObjectTypeEXT expected_object_type; 124 …API_CALL test_DebugReportCallback(VkDebugReportFlagsEXT flags, VkDebugReportObjectTypeEXT objectTy… in test_DebugReportCallback()
|
| /third_party/flutter/skia/third_party/externals/imgui/examples/example_glfw_vulkan/ |
| D | main.cpp | 49 … VkBool32 VKAPI_CALL debug_report(VkDebugReportFlagsEXT flags, VkDebugReportObjectTypeEXT objectTy… in debug_report()
|
| /third_party/flutter/skia/third_party/externals/imgui/examples/example_sdl_vulkan/ |
| D | main.cpp | 39 … VkBool32 VKAPI_CALL debug_report(VkDebugReportFlagsEXT flags, VkDebugReportObjectTypeEXT objectTy… in debug_report()
|
| /third_party/skia/third_party/externals/imgui/examples/example_glfw_vulkan/ |
| D | main.cpp | 58 … VkBool32 VKAPI_CALL debug_report(VkDebugReportFlagsEXT flags, VkDebugReportObjectTypeEXT objectTy… in debug_report()
|
| /third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/ |
| D | vkVirtualInstanceInterface.inl | 51 …T (VkInstance instance, VkDebugReportFlagsEXT flags, VkDebugReportObjectTypeEXT objectTy…
|
| D | vkConcreteInstanceInterface.inl | 51 …T (VkInstance instance, VkDebugReportFlagsEXT flags, VkDebugReportObjectTypeEXT objectTy…
|
| D | vkInstanceDriverImpl.inl | 290 …tMessageEXT (VkInstance instance, VkDebugReportFlagsEXT flags, VkDebugReportObjectTypeEXT objectTy…
|
| D | vkStrUtil.inl | 58 const char* getDebugReportObjectTypeEXTName (VkDebugReportObjectTypeEXT value); 178 …VkDebugReportObjectTypeEXT> getDebugReportObjectTypeEXTStr (VkDebugReportObjectTypeEXT v… 298 inline std::ostream& operator<< (std::ostream& s, VkDebugReportObjectTypeEXT value) { return …
|
| /third_party/skia/third_party/externals/imgui/examples/example_sdl_vulkan/ |
| D | main.cpp | 50 … VkBool32 VKAPI_CALL debug_report(VkDebugReportFlagsEXT flags, VkDebugReportObjectTypeEXT objectTy… in debug_report()
|
| /third_party/flutter/glfw/deps/vulkan/ |
| D | vulkan.h | 3718 typedef enum VkDebugReportObjectTypeEXT { enum 3752 } VkDebugReportObjectTypeEXT; typedef 3776 VkDebugReportObjectTypeEXT objectType, 3796 …tMessageEXT)(VkInstance instance, VkDebugReportFlagsEXT flags, VkDebugReportObjectTypeEXT objectTy… 3813 VkDebugReportObjectTypeEXT objectType,
|
| /third_party/skia/tools/gpu/vk/ |
| D | VkTestUtils.cpp | 107 VkDebugReportObjectTypeEXT objectType, in DebugReportCallback()
|
| /third_party/flutter/skia/tools/gpu/vk/ |
| D | VkTestUtils.cpp | 103 VkDebugReportObjectTypeEXT objectType, in DebugReportCallback()
|
| /third_party/flutter/skia/include/third_party/vulkan/vulkan/ |
| D | vulkan_core.h | 5845 typedef enum VkDebugReportObjectTypeEXT { enum 5888 } VkDebugReportObjectTypeEXT; typedef 5903 VkDebugReportObjectTypeEXT objectType, 5922 …tMessageEXT)(VkInstance instance, VkDebugReportFlagsEXT flags, VkDebugReportObjectTypeEXT objectTy… 5939 VkDebugReportObjectTypeEXT objectType, 6001 VkDebugReportObjectTypeEXT objectType; 6009 VkDebugReportObjectTypeEXT objectType;
|
| /third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/ |
| D | gstvkinstance.c | 306 VkDebugReportObjectTypeEXT objType, uint64_t srcObject, size_t location, in _gst_vk_debug_callback()
|
| /third_party/flutter/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
| D | vulkan_core.h | 6321 typedef enum VkDebugReportObjectTypeEXT { enum 6367 } VkDebugReportObjectTypeEXT; typedef 6380 VkDebugReportObjectTypeEXT objectType, 6398 …tMessageEXT)(VkInstance instance, VkDebugReportFlagsEXT flags, VkDebugReportObjectTypeEXT objectTy… 6415 VkDebugReportObjectTypeEXT objectType, 6475 VkDebugReportObjectTypeEXT objectType; 6483 VkDebugReportObjectTypeEXT objectType;
|