Lines Matching defs:PhysicalDeviceShaderCorePropertiesAMD
71503 struct PhysicalDeviceShaderCorePropertiesAMD struct
71505 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() function
71546 …PhysicalDeviceShaderCorePropertiesAMD( VkPhysicalDeviceShaderCorePropertiesAMD const & rhs ) VULKA… in PhysicalDeviceShaderCorePropertiesAMD() function
71556 …*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()
71615 bool operator==( PhysicalDeviceShaderCorePropertiesAMD const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
71630 bool operator!=( PhysicalDeviceShaderCorePropertiesAMD const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
71637 …::StructureType sType = StructureType::ePhysicalDeviceShaderCorePropertiesAMD;
71638 void * pNext = {};
71639 uint32_t shaderEngineCount = {};
71640 uint32_t shaderArraysPerEngineCount = {};
71641 uint32_t computeUnitsPerShaderArray = {};
71642 uint32_t simdPerComputeUnit = {};
71643 uint32_t wavefrontsPerSimd = {};
71644 uint32_t wavefrontSize = {};
71645 uint32_t sgprsPerSimd = {};
71646 uint32_t minSgprAllocation = {};
71647 uint32_t maxSgprAllocation = {};
71648 uint32_t sgprAllocationGranularity = {};
71649 uint32_t vgprsPerSimd = {};
71650 uint32_t minVgprAllocation = {};
71651 uint32_t maxVgprAllocation = {};
71652 uint32_t vgprAllocationGranularity = {};