Home
last modified time | relevance | path

Searched defs:DeviceEventInfoEXT (Results 1 – 5 of 5) sorted by relevance

/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp25475 struct DeviceEventInfoEXT struct
25483 …VULKAN_HPP_CONSTEXPR DeviceEventInfoEXT( VULKAN_HPP_NAMESPACE::DeviceEventTypeEXT deviceEvent_ = V… in DeviceEventInfoEXT() function
25492DeviceEventInfoEXT( VkDeviceEventInfoEXT const & rhs ) VULKAN_HPP_NOEXCEPT : DeviceEventInfoEXT( *… in DeviceEventInfoEXT() function
25499 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::DeviceEventInfoEXT const *>( &rhs ); in operator =()
25504 VULKAN_HPP_CONSTEXPR_14 DeviceEventInfoEXT & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
25510 …foEXT & setDeviceEvent( VULKAN_HPP_NAMESPACE::DeviceEventTypeEXT deviceEvent_ ) VULKAN_HPP_NOEXCEPT in setDeviceEvent()
25517 explicit operator VkDeviceEventInfoEXT const &() const VULKAN_HPP_NOEXCEPT in operator VkDeviceEventInfoEXT const&()
25522 explicit operator VkDeviceEventInfoEXT &() VULKAN_HPP_NOEXCEPT in operator VkDeviceEventInfoEXT&()
25533 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
25542 bool operator==( DeviceEventInfoEXT const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
[all …]
/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp23271 struct DeviceEventInfoEXT struct
23280 VULKAN_HPP_CONSTEXPR DeviceEventInfoEXT(VULKAN_HPP_NAMESPACE::DeviceEventTypeEXT deviceEvent_ = VUL… in DeviceEventInfoEXT() function
23286 DeviceEventInfoEXT( VkDeviceEventInfoEXT const & rhs ) VULKAN_HPP_NOEXCEPT in DeviceEventInfoEXT() function
23296 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::DeviceEventInfoEXT const *>( &rhs ); in operator =()
23301 VULKAN_HPP_CONSTEXPR_14 DeviceEventInfoEXT & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
23307 …foEXT & setDeviceEvent( VULKAN_HPP_NAMESPACE::DeviceEventTypeEXT deviceEvent_ ) VULKAN_HPP_NOEXCEPT in setDeviceEvent()
23315 operator VkDeviceEventInfoEXT const &() const VULKAN_HPP_NOEXCEPT in operator VkDeviceEventInfoEXT const&()
23320 operator VkDeviceEventInfoEXT &() VULKAN_HPP_NOEXCEPT in operator VkDeviceEventInfoEXT&()
23331 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
23341 bool operator==( DeviceEventInfoEXT const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
[all …]
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp26315 struct DeviceEventInfoEXT struct
26323 …VULKAN_HPP_CONSTEXPR DeviceEventInfoEXT( VULKAN_HPP_NAMESPACE::DeviceEventTypeEXT deviceEvent_ = V… in DeviceEventInfoEXT() function
26332DeviceEventInfoEXT( VkDeviceEventInfoEXT const & rhs ) VULKAN_HPP_NOEXCEPT : DeviceEventInfoEXT( *… in DeviceEventInfoEXT() function
26339 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::DeviceEventInfoEXT const *>( &rhs ); in operator =()
26344 VULKAN_HPP_CONSTEXPR_14 DeviceEventInfoEXT & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
26350 …foEXT & setDeviceEvent( VULKAN_HPP_NAMESPACE::DeviceEventTypeEXT deviceEvent_ ) VULKAN_HPP_NOEXCEPT in setDeviceEvent()
26357 operator VkDeviceEventInfoEXT const &() const VULKAN_HPP_NOEXCEPT in operator VkDeviceEventInfoEXT const&()
26362 operator VkDeviceEventInfoEXT &() VULKAN_HPP_NOEXCEPT in operator VkDeviceEventInfoEXT&()
26373 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
26382 bool operator==( DeviceEventInfoEXT const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
[all …]
/external/rust/crates/ash/src/vk/
Ddefinitions.rs17292 pub struct DeviceEventInfoEXT { struct
17297 impl ::std::default::Default for DeviceEventInfoEXT { argument
17306 impl DeviceEventInfoEXT { implementation
17338 pub fn build(self) -> DeviceEventInfoEXT { in build()
Dextensions.rs7533 p_device_event_info: *const DeviceEventInfoEXT, constant
7590 _p_device_event_info: *const DeviceEventInfoEXT, in load()
7666 p_device_event_info: *const DeviceEventInfoEXT, in register_device_event_ext()