Searched refs:VkDeviceEventInfoEXT (Results 1 – 11 of 11) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_EXT_display_control/ |
D | fence_events.adoc | 21 * pname:pDeviceEventInfo is a pointer to a slink:VkDeviceEventInfoEXT 33 [open,refpage='VkDeviceEventInfoEXT',desc='Describe a device event to create',type='structs'] 35 The sname:VkDeviceEventInfoEXT structure is defined as: 37 include::{generated}/api/structs/VkDeviceEventInfoEXT.adoc[] 45 include::{generated}/validity/structs/VkDeviceEventInfoEXT.adoc[] 50 Possible values of slink:VkDeviceEventInfoEXT::pname:device, specifying when
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/ |
D | wsi_common_display.h | 36 const VkDeviceEventInfoEXT *device_event_info,
|
D | wsi_common_display.c | 2917 const VkDeviceEventInfoEXT *device_event_info, in wsi_register_device_event() 2967 wsi_RegisterDeviceEventEXT(VkDevice _device, const VkDeviceEventInfoEXT *device_event_info, in wsi_RegisterDeviceEventEXT()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 11564 typedef struct VkDeviceEventInfoEXT { struct 11568 } VkDeviceEventInfoEXT; argument 11583 … (VKAPI_PTR *PFN_vkRegisterDeviceEventEXT)(VkDevice device, const VkDeviceEventInfoEXT* pDeviceEve… 11595 const VkDeviceEventInfoEXT* pDeviceEventInfo,
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_static_assertions.hpp | 1373 …RT( sizeof( VULKAN_HPP_NAMESPACE::DeviceEventInfoEXT ) == sizeof( VkDeviceEventInfoEXT ), "struct …
|
D | vulkansc_funcs.hpp | 6726 …lt>( d.vkRegisterDeviceEventEXT( m_device, reinterpret_cast<const VkDeviceEventInfoEXT *>( pDevice… in registerEventEXT() 6737 …lt = d.vkRegisterDeviceEventEXT( m_device, reinterpret_cast<const VkDeviceEventInfoEXT *>( &device… in registerEventEXT() 6751 …lt = d.vkRegisterDeviceEventEXT( m_device, reinterpret_cast<const VkDeviceEventInfoEXT *>( &device… in registerEventEXTUnique()
|
D | vulkansc.hpp | 2406 …VkResult vkRegisterDeviceEventEXT( VkDevice device, const VkDeviceEventInfoEXT * pDeviceEventInfo,… in vkRegisterDeviceEventEXT()
|
D | vulkan_static_assertions.hpp | 1959 …RT( sizeof( VULKAN_HPP_NAMESPACE::DeviceEventInfoEXT ) == sizeof( VkDeviceEventInfoEXT ), "struct …
|
D | vulkansc_raii.hpp | 3798 …ventEXT( static_cast<VkDevice>( *device ), reinterpret_cast<const VkDeviceEventInfoEXT *>( &device… in Fence()
|
D | vulkan.hpp | 3067 …VkResult vkRegisterDeviceEventEXT( VkDevice device, const VkDeviceEventInfoEXT * pDeviceEventInfo,… in vkRegisterDeviceEventEXT()
|
D | vulkan_raii.hpp | 7314 …ventEXT( static_cast<VkDevice>( *device ), reinterpret_cast<const VkDeviceEventInfoEXT *>( &device… in Fence()
|