Home
last modified time | relevance | path

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

/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp28899 struct DeviceGroupRenderPassBeginInfo struct
28901 using NativeType = VkDeviceGroupRenderPassBeginInfo;
28903 static const bool allowDuplicate = false;
28904 …P_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eDeviceGroupRenderPassBeginInfo;
28907 …VULKAN_HPP_CONSTEXPR DeviceGroupRenderPassBeginInfo( uint32_t deviceMa… in DeviceGroupRenderPassBeginInfo() function
28920DeviceGroupRenderPassBeginInfo( VkDeviceGroupRenderPassBeginInfo const & rhs ) VULKAN_HPP_NOEXCEPT in DeviceGroupRenderPassBeginInfo() function
28926DeviceGroupRenderPassBeginInfo( uint32_t … in DeviceGroupRenderPassBeginInfo() function
28942 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::DeviceGroupRenderPassBeginInfo const *>( &rhs ); in operator =()
28947 …P_CONSTEXPR_14 DeviceGroupRenderPassBeginInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
28953 …TEXPR_14 DeviceGroupRenderPassBeginInfo & setDeviceMask( uint32_t deviceMask_ ) VULKAN_HPP_NOEXCEPT in setDeviceMask()
[all …]
/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp28665 struct DeviceGroupRenderPassBeginInfo struct
28667 using NativeType = VkDeviceGroupRenderPassBeginInfo;
28669 static const bool allowDuplicate = false;
28670 …P_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eDeviceGroupRenderPassBeginInfo;
28673 …VULKAN_HPP_CONSTEXPR DeviceGroupRenderPassBeginInfo( uint32_t deviceMa… in DeviceGroupRenderPassBeginInfo() function
28686DeviceGroupRenderPassBeginInfo( VkDeviceGroupRenderPassBeginInfo const & rhs ) VULKAN_HPP_NOEXCEPT in DeviceGroupRenderPassBeginInfo() function
28692DeviceGroupRenderPassBeginInfo( uint32_t … in DeviceGroupRenderPassBeginInfo() function
28708 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::DeviceGroupRenderPassBeginInfo const *>( &rhs ); in operator =()
28713 …P_CONSTEXPR_14 DeviceGroupRenderPassBeginInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
28719 …TEXPR_14 DeviceGroupRenderPassBeginInfo & setDeviceMask( uint32_t deviceMask_ ) VULKAN_HPP_NOEXCEPT in setDeviceMask()
[all …]
/external/angle/third_party/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp35670 struct DeviceGroupRenderPassBeginInfo struct
35672 using NativeType = VkDeviceGroupRenderPassBeginInfo;
35674 static const bool allowDuplicate = false;
35675 …P_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eDeviceGroupRenderPassBeginInfo;
35678 …VULKAN_HPP_CONSTEXPR DeviceGroupRenderPassBeginInfo( uint32_t deviceMa… in DeviceGroupRenderPassBeginInfo() function
35691DeviceGroupRenderPassBeginInfo( VkDeviceGroupRenderPassBeginInfo const & rhs ) VULKAN_HPP_NOEXCEPT in DeviceGroupRenderPassBeginInfo() function
35697DeviceGroupRenderPassBeginInfo( uint32_t … in DeviceGroupRenderPassBeginInfo() function
35713 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::DeviceGroupRenderPassBeginInfo const *>( &rhs ); in operator =()
35718 …P_CONSTEXPR_14 DeviceGroupRenderPassBeginInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
35724 …TEXPR_14 DeviceGroupRenderPassBeginInfo & setDeviceMask( uint32_t deviceMask_ ) VULKAN_HPP_NOEXCEPT in setDeviceMask()
[all …]
/external/rust/android-crates-io/crates/ash/src/vk/
Ddefinitions.rs19908 pub struct DeviceGroupRenderPassBeginInfo { struct
19915 impl ::std::default::Default for DeviceGroupRenderPassBeginInfo { argument
19927 unsafe impl TaggedStructure for DeviceGroupRenderPassBeginInfo { implementation
19930 impl DeviceGroupRenderPassBeginInfo { implementation
19944 unsafe impl ExtendsRenderPassBeginInfo for DeviceGroupRenderPassBeginInfo {} implementation
19946 unsafe impl ExtendsRenderingInfo for DeviceGroupRenderPassBeginInfo {} implementation
19973 pub fn build(self) -> DeviceGroupRenderPassBeginInfo { in build()