SDL
2.0
|
#include <vulkan.hpp>
Public Member Functions | |
operator VkPhysicalDeviceShaderCorePropertiesAMD const & () const | |
operator VkPhysicalDeviceShaderCorePropertiesAMD & () | |
bool | operator== (PhysicalDeviceShaderCorePropertiesAMD const &rhs) const |
bool | operator!= (PhysicalDeviceShaderCorePropertiesAMD const &rhs) const |
Private Attributes | |
StructureType | sType = StructureType::ePhysicalDeviceShaderCorePropertiesAMD |
Definition at line 17716 of file vulkan.hpp.
|
inline |
Definition at line 17723 of file vulkan.hpp.
|
inline |
Definition at line 17718 of file vulkan.hpp.
|
inline |
Definition at line 17748 of file vulkan.hpp.
|
inline |
Definition at line 17728 of file vulkan.hpp.
References computeUnitsPerShaderArray, maxSgprAllocation, maxVgprAllocation, minSgprAllocation, minVgprAllocation, pNext, sgprAllocationGranularity, sgprsPerSimd, shaderArraysPerEngineCount, shaderEngineCount, simdPerComputeUnit, sType, vgprAllocationGranularity, vgprsPerSimd, wavefrontSize, and wavefrontsPerSimd.
uint32_t VULKAN_HPP_NAMESPACE::PhysicalDeviceShaderCorePropertiesAMD::computeUnitsPerShaderArray |
Definition at line 17760 of file vulkan.hpp.
Referenced by operator==().
uint32_t VULKAN_HPP_NAMESPACE::PhysicalDeviceShaderCorePropertiesAMD::maxSgprAllocation |
Definition at line 17766 of file vulkan.hpp.
Referenced by operator==().
uint32_t VULKAN_HPP_NAMESPACE::PhysicalDeviceShaderCorePropertiesAMD::maxVgprAllocation |
Definition at line 17770 of file vulkan.hpp.
Referenced by operator==().
uint32_t VULKAN_HPP_NAMESPACE::PhysicalDeviceShaderCorePropertiesAMD::minSgprAllocation |
Definition at line 17765 of file vulkan.hpp.
Referenced by operator==().
uint32_t VULKAN_HPP_NAMESPACE::PhysicalDeviceShaderCorePropertiesAMD::minVgprAllocation |
Definition at line 17769 of file vulkan.hpp.
Referenced by operator==().
void* VULKAN_HPP_NAMESPACE::PhysicalDeviceShaderCorePropertiesAMD::pNext = nullptr |
Definition at line 17757 of file vulkan.hpp.
Referenced by operator==().
uint32_t VULKAN_HPP_NAMESPACE::PhysicalDeviceShaderCorePropertiesAMD::sgprAllocationGranularity |
Definition at line 17767 of file vulkan.hpp.
Referenced by operator==().
uint32_t VULKAN_HPP_NAMESPACE::PhysicalDeviceShaderCorePropertiesAMD::sgprsPerSimd |
Definition at line 17764 of file vulkan.hpp.
Referenced by operator==().
uint32_t VULKAN_HPP_NAMESPACE::PhysicalDeviceShaderCorePropertiesAMD::shaderArraysPerEngineCount |
Definition at line 17759 of file vulkan.hpp.
Referenced by operator==().
uint32_t VULKAN_HPP_NAMESPACE::PhysicalDeviceShaderCorePropertiesAMD::shaderEngineCount |
Definition at line 17758 of file vulkan.hpp.
Referenced by operator==().
uint32_t VULKAN_HPP_NAMESPACE::PhysicalDeviceShaderCorePropertiesAMD::simdPerComputeUnit |
Definition at line 17761 of file vulkan.hpp.
Referenced by operator==().
|
private |
Definition at line 17754 of file vulkan.hpp.
Referenced by operator==().
uint32_t VULKAN_HPP_NAMESPACE::PhysicalDeviceShaderCorePropertiesAMD::vgprAllocationGranularity |
Definition at line 17771 of file vulkan.hpp.
Referenced by operator==().
uint32_t VULKAN_HPP_NAMESPACE::PhysicalDeviceShaderCorePropertiesAMD::vgprsPerSimd |
Definition at line 17768 of file vulkan.hpp.
Referenced by operator==().
uint32_t VULKAN_HPP_NAMESPACE::PhysicalDeviceShaderCorePropertiesAMD::wavefrontSize |
Definition at line 17763 of file vulkan.hpp.
Referenced by operator==().
uint32_t VULKAN_HPP_NAMESPACE::PhysicalDeviceShaderCorePropertiesAMD::wavefrontsPerSimd |
Definition at line 17762 of file vulkan.hpp.
Referenced by operator==().