Searched refs:VkDebugReportCallbackCreateInfoEXT (Results 1 – 9 of 9) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | VK_EXT_debug_report.adoc | 31 slink:VkDebugReportCallbackCreateInfoEXT structure defining the 41 [open,refpage='VkDebugReportCallbackCreateInfoEXT',desc='Structure specifying parameters of a newly… 43 The definition of slink:VkDebugReportCallbackCreateInfoEXT is: 45 include::{generated}/api/structs/VkDebugReportCallbackCreateInfoEXT.adoc[] 56 sname:VkDebugReportCallbackCreateInfoEXT::pname:flags determine when that 57 sname:VkDebugReportCallbackCreateInfoEXT::pname:pfnCallback is called. 74 include::{generated}/validity/structs/VkDebugReportCallbackCreateInfoEXT.adoc[] 80 slink:VkDebugReportCallbackCreateInfoEXT::pname:flags, specifying events 118 slink:VkDebugReportCallbackCreateInfoEXT::pname:pfnCallback function 163 slink:VkDebugReportCallbackCreateInfoEXT::pname:pfnCallback, specifying the
|
D | initialization.adoc | 334 slink:VkDebugReportCallbackCreateInfoEXT structure 383 sname:VkDebugReportCallbackCreateInfoEXT structure, the list of enabled
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_EXT_debug_report.adoc | 42 application can: link a slink:VkDebugReportCallbackCreateInfoEXT structure 57 VkDebugReportCallbackCreateInfoEXT callback1 = { 76 VkDebugReportCallbackCreateInfoEXT callback3 = { 147 slink:VkDebugReportCallbackCreateInfoEXT::pname:flags to be non-zero? 150 requiring the sname:VkDebugReportCallbackCreateInfoEXT::pname:msgFlags at
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_debug_report.c | 47 const VkDebugReportCallbackCreateInfoEXT *pCreateInfo, in VK_DEFINE_NONDISP_HANDLE_CASTS()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 10761 typedef struct VkDebugReportCallbackCreateInfoEXT { struct 10767 } VkDebugReportCallbackCreateInfoEXT; typedef 10769 …vkCreateDebugReportCallbackEXT)(VkInstance instance, const VkDebugReportCallbackCreateInfoEXT* pCr… 10776 const VkDebugReportCallbackCreateInfoEXT* pCreateInfo,
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkan_static_assertions.hpp | 1375 …P_NAMESPACE::DebugReportCallbackCreateInfoEXT ) == sizeof( VkDebugReportCallbackCreateInfoEXT ), "…
|
D | vulkan.hpp | 2525 …vkCreateDebugReportCallbackEXT( VkInstance instance, const VkDebugReportCallbackCreateInfoEXT * pC… in vkCreateDebugReportCallbackEXT()
|
D | vulkan_raii.hpp | 5940 …atic_cast<VkInstance>( *instance ), reinterpret_cast<const VkDebugReportCallbackCreateInfoEXT *>( … in DebugReportCallbackEXT()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/ |
D | ChangeLog.adoc | 11372 * Fix indentation for slink:VkDebugReportCallbackCreateInfoEXT member
|