Lines Matching defs:PhysicalDeviceShaderEnqueuePropertiesAMDX
84399 struct PhysicalDeviceShaderEnqueuePropertiesAMDX struct
84401 using NativeType = VkPhysicalDeviceShaderEnqueuePropertiesAMDX;
84403 static const bool allowDuplicate = false;
84404 …CONSTEXPR StructureType structureType = StructureType::ePhysicalDeviceShaderEnqueuePropertiesAMDX;
84407 …VULKAN_HPP_CONSTEXPR PhysicalDeviceShaderEnqueuePropertiesAMDX( uint32_t maxExecutionGraphDepth_ … in PhysicalDeviceShaderEnqueuePropertiesAMDX() function
84424 …PhysicalDeviceShaderEnqueuePropertiesAMDX( VkPhysicalDeviceShaderEnqueuePropertiesAMDX const & rhs… in PhysicalDeviceShaderEnqueuePropertiesAMDX() function
84434 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceShaderEnqueuePropertiesAMDX const *>… in operator =()
84439 …STEXPR_14 PhysicalDeviceShaderEnqueuePropertiesAMDX & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
84445 …ePropertiesAMDX & setMaxExecutionGraphDepth( uint32_t maxExecutionGraphDepth_ ) VULKAN_HPP_NOEXCEPT in setMaxExecutionGraphDepth()
84452 …ExecutionGraphShaderOutputNodes( uint32_t maxExecutionGraphShaderOutputNodes_ ) VULKAN_HPP_NOEXCEPT in setMaxExecutionGraphShaderOutputNodes()
84459 …ExecutionGraphShaderPayloadSize( uint32_t maxExecutionGraphShaderPayloadSize_ ) VULKAN_HPP_NOEXCEPT in setMaxExecutionGraphShaderPayloadSize()
84466 …ecutionGraphShaderPayloadCount( uint32_t maxExecutionGraphShaderPayloadCount_ ) VULKAN_HPP_NOEXCEPT in setMaxExecutionGraphShaderPayloadCount()
84473 …aphDispatchAddressAlignment( uint32_t executionGraphDispatchAddressAlignment_ ) VULKAN_HPP_NOEXCEPT in setExecutionGraphDispatchAddressAlignment()
84480 operator VkPhysicalDeviceShaderEnqueuePropertiesAMDX const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceShaderEnqueuePropertiesAMDX const&()
84485 operator VkPhysicalDeviceShaderEnqueuePropertiesAMDX &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceShaderEnqueuePropertiesAMDX&()
84502 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
84517 … bool operator==( PhysicalDeviceShaderEnqueuePropertiesAMDX const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
84530 … bool operator!=( PhysicalDeviceShaderEnqueuePropertiesAMDX const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
84537 …sType = StructureType::ePhysicalDeviceShaderEnqueuePropertiesAMDX;
84538 void * pNext = {};
84539 uint32_t maxExecutionGraphDepth = {};
84540 uint32_t maxExecutionGraphShaderOutputNodes = {};
84541 uint32_t maxExecutionGraphShaderPayloadSize = {};
84542 uint32_t maxExecutionGraphShaderPayloadCount = {};
84543 uint32_t executionGraphDispatchAddressAlignment = {};