Searched defs:PhysicalDeviceShaderCorePropertiesAMD (Results 1 – 4 of 4) sorted by relevance
61898 struct PhysicalDeviceShaderCorePropertiesAMD struct61900 using NativeType = VkPhysicalDeviceShaderCorePropertiesAMD;61902 static const bool allowDuplicate = false;61903 …T_OR_CONSTEXPR StructureType structureType = StructureType::ePhysicalDeviceShaderCorePropertiesAMD;61906 VULKAN_HPP_CONSTEXPR PhysicalDeviceShaderCorePropertiesAMD(uint32_t shaderEngineCount_ = {}, in PhysicalDeviceShaderCorePropertiesAMD() argument61941 …PhysicalDeviceShaderCorePropertiesAMD(VkPhysicalDeviceShaderCorePropertiesAMD const &rhs) VULKAN_H… in PhysicalDeviceShaderCorePropertiesAMD() function61951 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceShaderCorePropertiesAMD const *>(&rh… in operator =()61955 explicit operator VkPhysicalDeviceShaderCorePropertiesAMD const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceShaderCorePropertiesAMD const&()61960 explicit operator VkPhysicalDeviceShaderCorePropertiesAMD &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceShaderCorePropertiesAMD&()61986 reflect() const VULKAN_HPP_NOEXCEPT in reflect()[all …]
61804 struct PhysicalDeviceShaderCorePropertiesAMD struct61806 using NativeType = VkPhysicalDeviceShaderCorePropertiesAMD;61808 static const bool allowDuplicate = false;61809 …_OR_CONSTEXPR StructureType structureType = StructureType::ePhysicalDeviceShaderCorePropertiesAMD;61812 …VULKAN_HPP_CONSTEXPR PhysicalDeviceShaderCorePropertiesAMD( uint32_t shaderEngineCount_ =… in PhysicalDeviceShaderCorePropertiesAMD() function61847 …PhysicalDeviceShaderCorePropertiesAMD( VkPhysicalDeviceShaderCorePropertiesAMD const & rhs ) VULKA… in PhysicalDeviceShaderCorePropertiesAMD() function61857 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceShaderCorePropertiesAMD const *>( &r… in operator =()61861 explicit operator VkPhysicalDeviceShaderCorePropertiesAMD const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceShaderCorePropertiesAMD const&()61866 explicit operator VkPhysicalDeviceShaderCorePropertiesAMD &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceShaderCorePropertiesAMD&()61892 reflect() const VULKAN_HPP_NOEXCEPT in reflect()[all …]
63763 struct PhysicalDeviceShaderCorePropertiesAMD struct63765 using NativeType = VkPhysicalDeviceShaderCorePropertiesAMD;63767 static const bool allowDuplicate = false;63768 static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType =63773 PhysicalDeviceShaderCorePropertiesAMD( uint32_t shaderEngineCount_ = {}, in PhysicalDeviceShaderCorePropertiesAMD() function63806 …PhysicalDeviceShaderCorePropertiesAMD( VkPhysicalDeviceShaderCorePropertiesAMD const & rhs ) VULKA… in PhysicalDeviceShaderCorePropertiesAMD() function63818 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceShaderCorePropertiesAMD const *>( &r… in operator =()63822 explicit operator VkPhysicalDeviceShaderCorePropertiesAMD const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceShaderCorePropertiesAMD const&()63827 explicit operator VkPhysicalDeviceShaderCorePropertiesAMD &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceShaderCorePropertiesAMD&()63853 reflect() const VULKAN_HPP_NOEXCEPT in reflect()[all …]
25781 pub struct PhysicalDeviceShaderCorePropertiesAMD { struct25799 impl ::std::default::Default for PhysicalDeviceShaderCorePropertiesAMD { argument25821 impl PhysicalDeviceShaderCorePropertiesAMD { implementation25835 unsafe impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceShaderCorePropertiesAMD {} implementation25907 pub fn build(self) -> PhysicalDeviceShaderCorePropertiesAMD { in build()