• Home
  • Raw
  • Download

Lines Matching defs:PhysicalDeviceShaderEnqueuePropertiesAMDX

81963   struct PhysicalDeviceShaderEnqueuePropertiesAMDX  struct
81965 using NativeType = VkPhysicalDeviceShaderEnqueuePropertiesAMDX;
81967 static const bool allowDuplicate = false;
81968 …CONSTEXPR StructureType structureType = StructureType::ePhysicalDeviceShaderEnqueuePropertiesAMDX;
81971 …VULKAN_HPP_CONSTEXPR PhysicalDeviceShaderEnqueuePropertiesAMDX( uint32_t maxExecutionGraphDepth_ … in PhysicalDeviceShaderEnqueuePropertiesAMDX() function
81988PhysicalDeviceShaderEnqueuePropertiesAMDX( VkPhysicalDeviceShaderEnqueuePropertiesAMDX const & rhs… in PhysicalDeviceShaderEnqueuePropertiesAMDX() function
81998 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceShaderEnqueuePropertiesAMDX const *>… in operator =()
82003 …STEXPR_14 PhysicalDeviceShaderEnqueuePropertiesAMDX & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
82009 …ePropertiesAMDX & setMaxExecutionGraphDepth( uint32_t maxExecutionGraphDepth_ ) VULKAN_HPP_NOEXCEPT in setMaxExecutionGraphDepth()
82016 …ExecutionGraphShaderOutputNodes( uint32_t maxExecutionGraphShaderOutputNodes_ ) VULKAN_HPP_NOEXCEPT in setMaxExecutionGraphShaderOutputNodes()
82023 …ExecutionGraphShaderPayloadSize( uint32_t maxExecutionGraphShaderPayloadSize_ ) VULKAN_HPP_NOEXCEPT in setMaxExecutionGraphShaderPayloadSize()
82030 …ecutionGraphShaderPayloadCount( uint32_t maxExecutionGraphShaderPayloadCount_ ) VULKAN_HPP_NOEXCEPT in setMaxExecutionGraphShaderPayloadCount()
82037 …aphDispatchAddressAlignment( uint32_t executionGraphDispatchAddressAlignment_ ) VULKAN_HPP_NOEXCEPT in setExecutionGraphDispatchAddressAlignment()
82044 operator VkPhysicalDeviceShaderEnqueuePropertiesAMDX const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceShaderEnqueuePropertiesAMDX const&()
82049 operator VkPhysicalDeviceShaderEnqueuePropertiesAMDX &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceShaderEnqueuePropertiesAMDX&()
82066 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
82081 … bool operator==( PhysicalDeviceShaderEnqueuePropertiesAMDX const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
82094 … bool operator!=( PhysicalDeviceShaderEnqueuePropertiesAMDX const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
82101 …sType = StructureType::ePhysicalDeviceShaderEnqueuePropertiesAMDX;
82102 void * pNext = {};
82103 uint32_t maxExecutionGraphDepth = {};
82104 uint32_t maxExecutionGraphShaderOutputNodes = {};
82105 uint32_t maxExecutionGraphShaderPayloadSize = {};
82106 uint32_t maxExecutionGraphShaderPayloadCount = {};
82107 uint32_t executionGraphDispatchAddressAlignment = {};