Home
last modified time | relevance | path

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

/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp23826 struct DeviceGroupRenderPassBeginInfo struct
23828 using NativeType = VkDeviceGroupRenderPassBeginInfo;
23830 static const bool allowDuplicate = false;
23831 …PP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eDeviceGroupRenderPassBeginInfo;
23834 VULKAN_HPP_CONSTEXPR DeviceGroupRenderPassBeginInfo(uint32_t deviceMask_ = {}, in DeviceGroupRenderPassBeginInfo() function
23847 DeviceGroupRenderPassBeginInfo(VkDeviceGroupRenderPassBeginInfo const &rhs) VULKAN_HPP_NOEXCEPT in DeviceGroupRenderPassBeginInfo() function
23853 DeviceGroupRenderPassBeginInfo(uint32_t deviceMask_, in DeviceGroupRenderPassBeginInfo() function
23869 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::DeviceGroupRenderPassBeginInfo const *>(&rhs); in operator =()
23874 …N_HPP_CONSTEXPR_14 DeviceGroupRenderPassBeginInfo &setPNext(const void *pNext_) VULKAN_HPP_NOEXCEPT in setPNext()
23880 …ONSTEXPR_14 DeviceGroupRenderPassBeginInfo &setDeviceMask(uint32_t deviceMask_) VULKAN_HPP_NOEXCEPT in setDeviceMask()
[all …]
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp23759 struct DeviceGroupRenderPassBeginInfo struct
23761 using NativeType = VkDeviceGroupRenderPassBeginInfo;
23763 static const bool allowDuplicate = false;
23764 …P_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eDeviceGroupRenderPassBeginInfo;
23767 …VULKAN_HPP_CONSTEXPR DeviceGroupRenderPassBeginInfo( uint32_t deviceMa… in DeviceGroupRenderPassBeginInfo() argument
23780DeviceGroupRenderPassBeginInfo( VkDeviceGroupRenderPassBeginInfo const & rhs ) VULKAN_HPP_NOEXCEPT in DeviceGroupRenderPassBeginInfo() function
23786DeviceGroupRenderPassBeginInfo( uint32_t … in DeviceGroupRenderPassBeginInfo() function
23802 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::DeviceGroupRenderPassBeginInfo const *>( &rhs ); in operator =()
23807 …P_CONSTEXPR_14 DeviceGroupRenderPassBeginInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
23813 …TEXPR_14 DeviceGroupRenderPassBeginInfo & setDeviceMask( uint32_t deviceMask_ ) VULKAN_HPP_NOEXCEPT in setDeviceMask()
[all …]
/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp24652 struct DeviceGroupRenderPassBeginInfo struct
24654 using NativeType = VkDeviceGroupRenderPassBeginInfo;
24656 static const bool allowDuplicate = false;
24657 …P_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eDeviceGroupRenderPassBeginInfo;
24660 …VULKAN_HPP_CONSTEXPR DeviceGroupRenderPassBeginInfo( uint32_t deviceMask_ … in DeviceGroupRenderPassBeginInfo() function
24672DeviceGroupRenderPassBeginInfo( VkDeviceGroupRenderPassBeginInfo const & rhs ) VULKAN_HPP_NOEXCEPT in DeviceGroupRenderPassBeginInfo() function
24677 DeviceGroupRenderPassBeginInfo( in DeviceGroupRenderPassBeginInfo() function
24692 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::DeviceGroupRenderPassBeginInfo const *>( &rhs ); in operator =()
24697 …P_CONSTEXPR_14 DeviceGroupRenderPassBeginInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
24703 …TEXPR_14 DeviceGroupRenderPassBeginInfo & setDeviceMask( uint32_t deviceMask_ ) VULKAN_HPP_NOEXCEPT in setDeviceMask()
[all …]
/external/rust/crates/ash/src/vk/
Ddefinitions.rs17870 pub struct DeviceGroupRenderPassBeginInfo { struct
17877 impl ::std::default::Default for DeviceGroupRenderPassBeginInfo { argument
17888 impl DeviceGroupRenderPassBeginInfo { implementation
17902 unsafe impl ExtendsRenderPassBeginInfo for DeviceGroupRenderPassBeginInfo {} implementation
17927 pub fn build(self) -> DeviceGroupRenderPassBeginInfo { in build()