Home
last modified time | relevance | path

Searched refs:VkDeviceEventInfoEXT (Results 1 – 11 of 11) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_EXT_display_control/
Dfence_events.adoc21 * 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/
Dwsi_common_display.h36 const VkDeviceEventInfoEXT *device_event_info,
Dwsi_common_display.c2917 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/
Dvulkan_core.h11564 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/
Dvulkansc_static_assertions.hpp1373 …RT( sizeof( VULKAN_HPP_NAMESPACE::DeviceEventInfoEXT ) == sizeof( VkDeviceEventInfoEXT ), "struct …
Dvulkansc_funcs.hpp6726 …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()
Dvulkansc.hpp2406 …VkResult vkRegisterDeviceEventEXT( VkDevice device, const VkDeviceEventInfoEXT * pDeviceEventInfo,… in vkRegisterDeviceEventEXT()
Dvulkan_static_assertions.hpp1959 …RT( sizeof( VULKAN_HPP_NAMESPACE::DeviceEventInfoEXT ) == sizeof( VkDeviceEventInfoEXT ), "struct …
Dvulkansc_raii.hpp3798 …ventEXT( static_cast<VkDevice>( *device ), reinterpret_cast<const VkDeviceEventInfoEXT *>( &device… in Fence()
Dvulkan.hpp3067 …VkResult vkRegisterDeviceEventEXT( VkDevice device, const VkDeviceEventInfoEXT * pDeviceEventInfo,… in vkRegisterDeviceEventEXT()
Dvulkan_raii.hpp7314 …ventEXT( static_cast<VkDevice>( *device ), reinterpret_cast<const VkDeviceEventInfoEXT *>( &device… in Fence()