Home
last modified time | relevance | path

Searched refs:VkDebugReportObjectTypeEXT (Results 1 – 14 of 14) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_debug_report.c99 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/
DVK_EXT_debug_report.adoc125 * 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
DVK_EXT_debug_marker.adoc50 * 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/
DVK_EXT_debug_utils.adoc55 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
DVK_EXT_debug_marker.adoc176 ** Moved definition of elink:VkDebugReportObjectTypeEXT to debug report
DVK_EXT_debug_report.adoc197 ** Moved definition of elink:VkDebugReportObjectTypeEXT from debug marker
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/
DChangeLogSC.adoc66 * Remove scremoval for VkDebugReportObjectTypeEXT (#6/!324)
Dregistry.adoc653 `VkDebugReportObjectTypeEXT` value specifying the type of object the
1214 or `VkDebugReportObjectTypeEXT` value specifying the type of object the
DChangeLog.adoc11368 * Add elink:VkDebugReportObjectTypeEXT enumerants for new object types
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/xml/
Dregistry.rnc139 # a VkObjectType or VkDebugReportObjectTypeEXT value specifying
335 # a VkObjectType or VkDebugReportObjectTypeEXT value specifying
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h10695 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/
Dvk_enum_string_helper.h6945 static inline const char* string_VkDebugReportObjectTypeEXT(VkDebugReportObjectTypeEXT input_value) in string_VkDebugReportObjectTypeEXT()
Dvulkan.hpp2537 …tMessageEXT( VkInstance instance, VkDebugReportFlagsEXT flags, VkDebugReportObjectTypeEXT objectTy… in vkDebugReportMessageEXT()
Dvulkan_raii.hpp13716 …ce ), static_cast<VkDebugReportFlagsEXT>( flags ), static_cast<VkDebugReportObjectTypeEXT>( object… in debugReportMessageEXT()