• Home
  • Raw
  • Download

Lines Matching defs:PhysicalDeviceShaderCorePropertiesAMD

81313   struct PhysicalDeviceShaderCorePropertiesAMD  struct
81315 using NativeType = VkPhysicalDeviceShaderCorePropertiesAMD;
81317 static const bool allowDuplicate = false;
81318 …_OR_CONSTEXPR StructureType structureType = StructureType::ePhysicalDeviceShaderCorePropertiesAMD;
81321 …VULKAN_HPP_CONSTEXPR PhysicalDeviceShaderCorePropertiesAMD( uint32_t shaderEngineCount_ =… in PhysicalDeviceShaderCorePropertiesAMD() argument
81356PhysicalDeviceShaderCorePropertiesAMD( VkPhysicalDeviceShaderCorePropertiesAMD const & rhs ) VULKA… in PhysicalDeviceShaderCorePropertiesAMD() function
81366 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceShaderCorePropertiesAMD const *>( &r… in operator =()
81370 operator VkPhysicalDeviceShaderCorePropertiesAMD const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceShaderCorePropertiesAMD const&()
81375 operator VkPhysicalDeviceShaderCorePropertiesAMD &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceShaderCorePropertiesAMD&()
81401 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
81425 bool operator==( PhysicalDeviceShaderCorePropertiesAMD const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
81440 bool operator!=( PhysicalDeviceShaderCorePropertiesAMD const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
81447 …::StructureType sType = StructureType::ePhysicalDeviceShaderCorePropertiesAMD;
81448 void * pNext = {};
81449 uint32_t shaderEngineCount = {};
81450 uint32_t shaderArraysPerEngineCount = {};
81451 uint32_t computeUnitsPerShaderArray = {};
81452 uint32_t simdPerComputeUnit = {};
81453 uint32_t wavefrontsPerSimd = {};
81454 uint32_t wavefrontSize = {};
81455 uint32_t sgprsPerSimd = {};
81456 uint32_t minSgprAllocation = {};
81457 uint32_t maxSgprAllocation = {};
81458 uint32_t sgprAllocationGranularity = {};
81459 uint32_t vgprsPerSimd = {};
81460 uint32_t minVgprAllocation = {};
81461 uint32_t maxVgprAllocation = {};
81462 uint32_t vgprAllocationGranularity = {};