Searched defs:PhysicalDeviceShaderCorePropertiesAMD (Results 1 – 4 of 4) sorted by relevance
71503 struct PhysicalDeviceShaderCorePropertiesAMD struct71505 using NativeType = VkPhysicalDeviceShaderCorePropertiesAMD;71507 static const bool allowDuplicate = false;71508 …_OR_CONSTEXPR StructureType structureType = StructureType::ePhysicalDeviceShaderCorePropertiesAMD;71511 …VULKAN_HPP_CONSTEXPR PhysicalDeviceShaderCorePropertiesAMD( uint32_t shaderEngineCount_ =… in PhysicalDeviceShaderCorePropertiesAMD() function71546 …PhysicalDeviceShaderCorePropertiesAMD( VkPhysicalDeviceShaderCorePropertiesAMD const & rhs ) VULKA… in PhysicalDeviceShaderCorePropertiesAMD() function71556 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceShaderCorePropertiesAMD const *>( &r… in operator =()71560 explicit operator VkPhysicalDeviceShaderCorePropertiesAMD const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceShaderCorePropertiesAMD const&()71565 explicit operator VkPhysicalDeviceShaderCorePropertiesAMD &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceShaderCorePropertiesAMD&()71591 reflect() const VULKAN_HPP_NOEXCEPT in reflect()[all …]
66785 struct PhysicalDeviceShaderCorePropertiesAMD struct66787 using NativeType = VkPhysicalDeviceShaderCorePropertiesAMD;66789 static const bool allowDuplicate = false;66790 …T_OR_CONSTEXPR StructureType structureType = StructureType::ePhysicalDeviceShaderCorePropertiesAMD;66794 …PhysicalDeviceShaderCorePropertiesAMD(uint32_t shaderEngineCount_ = {}, uint32_t shaderArraysPerEn… in PhysicalDeviceShaderCorePropertiesAMD() argument66800 …PhysicalDeviceShaderCorePropertiesAMD( VkPhysicalDeviceShaderCorePropertiesAMD const & rhs ) VULKA… in PhysicalDeviceShaderCorePropertiesAMD() function66810 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceShaderCorePropertiesAMD const *>( &r… in operator =()66815 operator VkPhysicalDeviceShaderCorePropertiesAMD const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceShaderCorePropertiesAMD const&()66820 operator VkPhysicalDeviceShaderCorePropertiesAMD &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceShaderCorePropertiesAMD&()66831 reflect() const VULKAN_HPP_NOEXCEPT in reflect()[all …]
75174 struct PhysicalDeviceShaderCorePropertiesAMD struct75176 using NativeType = VkPhysicalDeviceShaderCorePropertiesAMD;75178 static const bool allowDuplicate = false;75179 …_OR_CONSTEXPR StructureType structureType = StructureType::ePhysicalDeviceShaderCorePropertiesAMD;75182 …VULKAN_HPP_CONSTEXPR PhysicalDeviceShaderCorePropertiesAMD( uint32_t shaderEngineCount_ =… in PhysicalDeviceShaderCorePropertiesAMD() argument75217 …PhysicalDeviceShaderCorePropertiesAMD( VkPhysicalDeviceShaderCorePropertiesAMD const & rhs ) VULKA… in PhysicalDeviceShaderCorePropertiesAMD() function75227 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceShaderCorePropertiesAMD const *>( &r… in operator =()75231 operator VkPhysicalDeviceShaderCorePropertiesAMD const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceShaderCorePropertiesAMD const&()75236 operator VkPhysicalDeviceShaderCorePropertiesAMD &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceShaderCorePropertiesAMD&()75262 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()