Searched refs:VkDebugReportObjectTypeEXT (Results 1 – 14 of 14) sorted by relevance
/hardware/google/gfxstream/guest/mesa/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()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | VK_EXT_debug_report.adoc | 125 * pname:objectType is a elink:VkDebugReportObjectTypeEXT value specifying 159 [open,refpage='VkDebugReportObjectTypeEXT',desc='Specify the type of an object handle',type='enums'] 166 include::{generated}/api/enums/VkDebugReportObjectTypeEXT.adoc[] 169 .`VkDebugReportObjectTypeEXT` and Vulkan Handle Relationship 172 | elink:VkDebugReportObjectTypeEXT | Vulkan Handle Type 239 * pname:objectType is a elink:VkDebugReportObjectTypeEXT specifying the
|
D | VK_EXT_debug_marker.adoc | 50 * pname:objectType is a elink:VkDebugReportObjectTypeEXT specifying the 103 * pname:objectType is a elink:VkDebugReportObjectTypeEXT specifying the
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_EXT_debug_utils.adoc | 55 elink:VkDebugReportObjectTypeEXT to identify objects. 57 elink:VkDebugReportObjectTypeEXT. 59 enumeration values will be added to elink:VkDebugReportObjectTypeEXT since 314 the elink:VkDebugReportObjectTypeEXT enumeration will no longer be updated
|
D | VK_EXT_debug_marker.adoc | 176 ** Moved definition of elink:VkDebugReportObjectTypeEXT to debug report
|
D | VK_EXT_debug_report.adoc | 197 ** Moved definition of elink:VkDebugReportObjectTypeEXT from debug marker
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/ |
D | ChangeLogSC.adoc | 66 * Remove scremoval for VkDebugReportObjectTypeEXT (#6/!324)
|
D | registry.adoc | 653 `VkDebugReportObjectTypeEXT` value specifying the type of object the 1214 or `VkDebugReportObjectTypeEXT` value specifying the type of object the
|
D | ChangeLog.adoc | 11368 * Add elink:VkDebugReportObjectTypeEXT enumerants for new object types
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/xml/ |
D | registry.rnc | 139 # a VkObjectType or VkDebugReportObjectTypeEXT value specifying 335 # a VkObjectType or VkDebugReportObjectTypeEXT value specifying
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 10695 typedef enum VkDebugReportObjectTypeEXT { enum 10740 } VkDebugReportObjectTypeEXT; typedef 10753 VkDebugReportObjectTypeEXT objectType, 10771 …tMessageEXT)(VkInstance instance, VkDebugReportFlagsEXT flags, VkDebugReportObjectTypeEXT objectTy… 10788 VkDebugReportObjectTypeEXT objectType, 10852 VkDebugReportObjectTypeEXT objectType; 10860 VkDebugReportObjectTypeEXT objectType;
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vk_enum_string_helper.h | 6945 static inline const char* string_VkDebugReportObjectTypeEXT(VkDebugReportObjectTypeEXT input_value) in string_VkDebugReportObjectTypeEXT()
|
D | vulkan.hpp | 2537 …tMessageEXT( VkInstance instance, VkDebugReportFlagsEXT flags, VkDebugReportObjectTypeEXT objectTy… in vkDebugReportMessageEXT()
|
D | vulkan_raii.hpp | 13716 …ce ), static_cast<VkDebugReportFlagsEXT>( flags ), static_cast<VkDebugReportObjectTypeEXT>( object… in debugReportMessageEXT()
|