• Home
  • Raw
  • Download

Lines Matching defs:PhysicalDeviceShaderCorePropertiesAMD

83749   struct PhysicalDeviceShaderCorePropertiesAMD  struct
83751 using NativeType = VkPhysicalDeviceShaderCorePropertiesAMD;
83753 static const bool allowDuplicate = false;
83754 …_OR_CONSTEXPR StructureType structureType = StructureType::ePhysicalDeviceShaderCorePropertiesAMD;
83757 …VULKAN_HPP_CONSTEXPR PhysicalDeviceShaderCorePropertiesAMD( uint32_t shaderEngineCount_ =… in PhysicalDeviceShaderCorePropertiesAMD() function
83792PhysicalDeviceShaderCorePropertiesAMD( VkPhysicalDeviceShaderCorePropertiesAMD const & rhs ) VULKA… in PhysicalDeviceShaderCorePropertiesAMD() function
83802 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceShaderCorePropertiesAMD const *>( &r… in operator =()
83806 operator VkPhysicalDeviceShaderCorePropertiesAMD const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceShaderCorePropertiesAMD const&()
83811 operator VkPhysicalDeviceShaderCorePropertiesAMD &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceShaderCorePropertiesAMD&()
83837 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
83861 bool operator==( PhysicalDeviceShaderCorePropertiesAMD const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
83876 bool operator!=( PhysicalDeviceShaderCorePropertiesAMD const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
83883 …::StructureType sType = StructureType::ePhysicalDeviceShaderCorePropertiesAMD;
83884 void * pNext = {};
83885 uint32_t shaderEngineCount = {};
83886 uint32_t shaderArraysPerEngineCount = {};
83887 uint32_t computeUnitsPerShaderArray = {};
83888 uint32_t simdPerComputeUnit = {};
83889 uint32_t wavefrontsPerSimd = {};
83890 uint32_t wavefrontSize = {};
83891 uint32_t sgprsPerSimd = {};
83892 uint32_t minSgprAllocation = {};
83893 uint32_t maxSgprAllocation = {};
83894 uint32_t sgprAllocationGranularity = {};
83895 uint32_t vgprsPerSimd = {};
83896 uint32_t minVgprAllocation = {};
83897 uint32_t maxVgprAllocation = {};
83898 uint32_t vgprAllocationGranularity = {};