Lines Matching defs:PhysicalDeviceShaderCorePropertiesAMD
69579 struct PhysicalDeviceShaderCorePropertiesAMD struct
69581 static const bool allowDuplicate = false;
69585 …VULKAN_HPP_CONSTEXPR PhysicalDeviceShaderCorePropertiesAMD(uint32_t shaderEngineCount_ = {}, uint3… in PhysicalDeviceShaderCorePropertiesAMD() function
69591 …PhysicalDeviceShaderCorePropertiesAMD( VkPhysicalDeviceShaderCorePropertiesAMD const & rhs ) VULKA… in PhysicalDeviceShaderCorePropertiesAMD() function
69599 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceShaderCorePropertiesAMD const *>( &r… in operator =()
69603 …ePropertiesAMD & operator=( PhysicalDeviceShaderCorePropertiesAMD const & rhs ) VULKAN_HPP_NOEXCEPT in operator =()
69610 operator VkPhysicalDeviceShaderCorePropertiesAMD const&() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceShaderCorePropertiesAMD const&()
69615 operator VkPhysicalDeviceShaderCorePropertiesAMD &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceShaderCorePropertiesAMD&()
69624 bool operator==( PhysicalDeviceShaderCorePropertiesAMD const& rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
69644 bool operator!=( PhysicalDeviceShaderCorePropertiesAMD const& rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
69653 … VULKAN_HPP_NAMESPACE::StructureType sType = StructureType::ePhysicalDeviceShaderCorePropertiesAMD;
69654 void* pNext = {};
69655 uint32_t shaderEngineCount = {};
69656 uint32_t shaderArraysPerEngineCount = {};
69657 uint32_t computeUnitsPerShaderArray = {};
69658 uint32_t simdPerComputeUnit = {};
69659 uint32_t wavefrontsPerSimd = {};
69660 uint32_t wavefrontSize = {};
69661 uint32_t sgprsPerSimd = {};
69662 uint32_t minSgprAllocation = {};
69663 uint32_t maxSgprAllocation = {};
69664 uint32_t sgprAllocationGranularity = {};
69665 uint32_t vgprsPerSimd = {};
69666 uint32_t minVgprAllocation = {};
69667 uint32_t maxVgprAllocation = {};
69668 uint32_t vgprAllocationGranularity = {};