Home
last modified time | relevance | path

Searched defs:ExportSemaphoreWin32HandleInfoKHR (Results 1 – 4 of 4) sorted by relevance

/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp32651 struct ExportSemaphoreWin32HandleInfoKHR struct
32653 using NativeType = VkExportSemaphoreWin32HandleInfoKHR;
32655 static const bool allowDuplicate = false;
32656 …ONST_OR_CONSTEXPR StructureType structureType = StructureType::eExportSemaphoreWin32HandleInfoKHR;
32659 …VULKAN_HPP_CONSTEXPR ExportSemaphoreWin32HandleInfoKHR( const SECURITY_ATTRIBUTES * pAttributes_ =… in ExportSemaphoreWin32HandleInfoKHR() function
32672ExportSemaphoreWin32HandleInfoKHR( VkExportSemaphoreWin32HandleInfoKHR const & rhs ) VULKAN_HPP_NO… in ExportSemaphoreWin32HandleInfoKHR() function
32682 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::ExportSemaphoreWin32HandleInfoKHR const *>( &rhs ); in operator =()
32687 …ONSTEXPR_14 ExportSemaphoreWin32HandleInfoKHR & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
32693 …Win32HandleInfoKHR & setPAttributes( const SECURITY_ATTRIBUTES * pAttributes_ ) VULKAN_HPP_NOEXCEPT in setPAttributes()
32699 …CONSTEXPR_14 ExportSemaphoreWin32HandleInfoKHR & setDwAccess( DWORD dwAccess_ ) VULKAN_HPP_NOEXCEPT in setDwAccess()
[all …]
/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp30344 struct ExportSemaphoreWin32HandleInfoKHR struct
30353 VULKAN_HPP_CONSTEXPR ExportSemaphoreWin32HandleInfoKHR(const SECURITY_ATTRIBUTES * pAttributes_ = {… in ExportSemaphoreWin32HandleInfoKHR() function
30359ExportSemaphoreWin32HandleInfoKHR( VkExportSemaphoreWin32HandleInfoKHR const & rhs ) VULKAN_HPP_NO… in ExportSemaphoreWin32HandleInfoKHR() function
30369 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::ExportSemaphoreWin32HandleInfoKHR const *>( &rhs ); in operator =()
30374 …ONSTEXPR_14 ExportSemaphoreWin32HandleInfoKHR & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
30380 …Win32HandleInfoKHR & setPAttributes( const SECURITY_ATTRIBUTES * pAttributes_ ) VULKAN_HPP_NOEXCEPT in setPAttributes()
30386 …CONSTEXPR_14 ExportSemaphoreWin32HandleInfoKHR & setDwAccess( DWORD dwAccess_ ) VULKAN_HPP_NOEXCEPT in setDwAccess()
30392 …N_HPP_CONSTEXPR_14 ExportSemaphoreWin32HandleInfoKHR & setName( LPCWSTR name_ ) VULKAN_HPP_NOEXCEPT in setName()
30400 operator VkExportSemaphoreWin32HandleInfoKHR const &() const VULKAN_HPP_NOEXCEPT in operator VkExportSemaphoreWin32HandleInfoKHR const&()
30405 operator VkExportSemaphoreWin32HandleInfoKHR &() VULKAN_HPP_NOEXCEPT in operator VkExportSemaphoreWin32HandleInfoKHR&()
[all …]
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp33520 struct ExportSemaphoreWin32HandleInfoKHR struct
33522 using NativeType = VkExportSemaphoreWin32HandleInfoKHR;
33524 static const bool allowDuplicate = false;
33525 …ONST_OR_CONSTEXPR StructureType structureType = StructureType::eExportSemaphoreWin32HandleInfoKHR;
33528 …VULKAN_HPP_CONSTEXPR ExportSemaphoreWin32HandleInfoKHR( const SECURITY_ATTRIBUTES * pAttributes_ =… in ExportSemaphoreWin32HandleInfoKHR() function
33541ExportSemaphoreWin32HandleInfoKHR( VkExportSemaphoreWin32HandleInfoKHR const & rhs ) VULKAN_HPP_NO… in ExportSemaphoreWin32HandleInfoKHR() function
33551 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::ExportSemaphoreWin32HandleInfoKHR const *>( &rhs ); in operator =()
33556 …ONSTEXPR_14 ExportSemaphoreWin32HandleInfoKHR & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
33562 …Win32HandleInfoKHR & setPAttributes( const SECURITY_ATTRIBUTES * pAttributes_ ) VULKAN_HPP_NOEXCEPT in setPAttributes()
33568 …CONSTEXPR_14 ExportSemaphoreWin32HandleInfoKHR & setDwAccess( DWORD dwAccess_ ) VULKAN_HPP_NOEXCEPT in setDwAccess()
[all …]
/external/rust/crates/ash/src/vk/
Ddefinitions.rs15946 pub struct ExportSemaphoreWin32HandleInfoKHR { struct
15953 impl ::std::default::Default for ExportSemaphoreWin32HandleInfoKHR { argument
15964 impl ExportSemaphoreWin32HandleInfoKHR { impl
15978 unsafe impl ExtendsSemaphoreCreateInfo for ExportSemaphoreWin32HandleInfoKHR {} implementation
16006 pub fn build(self) -> ExportSemaphoreWin32HandleInfoKHR { in build()