Home
last modified time | relevance | path

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

/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp27881 struct DeviceGroupRenderPassBeginInfo struct
27883 using NativeType = VkDeviceGroupRenderPassBeginInfo;
27885 static const bool allowDuplicate = false;
27886 …P_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eDeviceGroupRenderPassBeginInfo;
27889 …VULKAN_HPP_CONSTEXPR DeviceGroupRenderPassBeginInfo( uint32_t deviceMa… in DeviceGroupRenderPassBeginInfo() function
27902DeviceGroupRenderPassBeginInfo( VkDeviceGroupRenderPassBeginInfo const & rhs ) VULKAN_HPP_NOEXCEPT in DeviceGroupRenderPassBeginInfo() function
27908DeviceGroupRenderPassBeginInfo( uint32_t … in DeviceGroupRenderPassBeginInfo() function
27924 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::DeviceGroupRenderPassBeginInfo const *>( &rhs ); in operator =()
27929 …P_CONSTEXPR_14 DeviceGroupRenderPassBeginInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
27935 …TEXPR_14 DeviceGroupRenderPassBeginInfo & setDeviceMask( uint32_t deviceMask_ ) VULKAN_HPP_NOEXCEPT in setDeviceMask()
[all …]
/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp28840 struct DeviceGroupRenderPassBeginInfo struct
28842 using NativeType = VkDeviceGroupRenderPassBeginInfo;
28844 static const bool allowDuplicate = false;
28845 …P_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eDeviceGroupRenderPassBeginInfo;
28848 …VULKAN_HPP_CONSTEXPR DeviceGroupRenderPassBeginInfo( uint32_t deviceMa… in DeviceGroupRenderPassBeginInfo() argument
28861DeviceGroupRenderPassBeginInfo( VkDeviceGroupRenderPassBeginInfo const & rhs ) VULKAN_HPP_NOEXCEPT in DeviceGroupRenderPassBeginInfo() function
28867DeviceGroupRenderPassBeginInfo( uint32_t … in DeviceGroupRenderPassBeginInfo() function
28883 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::DeviceGroupRenderPassBeginInfo const *>( &rhs ); in operator =()
28888 …P_CONSTEXPR_14 DeviceGroupRenderPassBeginInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
28894 …TEXPR_14 DeviceGroupRenderPassBeginInfo & setDeviceMask( uint32_t deviceMask_ ) VULKAN_HPP_NOEXCEPT in setDeviceMask()
[all …]
/external/angle/third_party/vulkan-headers/src/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() argument
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/rust/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()