Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <vulkan_core.h>
Data Fields | |
VkStructureType | sType |
void * | pNext |
uint32_t | shaderEngineCount |
uint32_t | shaderArraysPerEngineCount |
uint32_t | computeUnitsPerShaderArray |
uint32_t | simdPerComputeUnit |
uint32_t | wavefrontsPerSimd |
uint32_t | wavefrontSize |
uint32_t | sgprsPerSimd |
uint32_t | minSgprAllocation |
uint32_t | maxSgprAllocation |
uint32_t | sgprAllocationGranularity |
uint32_t | vgprsPerSimd |
uint32_t | minVgprAllocation |
uint32_t | maxVgprAllocation |
uint32_t | vgprAllocationGranularity |
Definition at line 14371 of file vulkan_core.h.
uint32_t VkPhysicalDeviceShaderCorePropertiesAMD::computeUnitsPerShaderArray |
Definition at line 14376 of file vulkan_core.h.
uint32_t VkPhysicalDeviceShaderCorePropertiesAMD::maxSgprAllocation |
Definition at line 14382 of file vulkan_core.h.
uint32_t VkPhysicalDeviceShaderCorePropertiesAMD::maxVgprAllocation |
Definition at line 14386 of file vulkan_core.h.
uint32_t VkPhysicalDeviceShaderCorePropertiesAMD::minSgprAllocation |
Definition at line 14381 of file vulkan_core.h.
uint32_t VkPhysicalDeviceShaderCorePropertiesAMD::minVgprAllocation |
Definition at line 14385 of file vulkan_core.h.
void* VkPhysicalDeviceShaderCorePropertiesAMD::pNext |
Definition at line 14373 of file vulkan_core.h.
uint32_t VkPhysicalDeviceShaderCorePropertiesAMD::sgprAllocationGranularity |
Definition at line 14383 of file vulkan_core.h.
uint32_t VkPhysicalDeviceShaderCorePropertiesAMD::sgprsPerSimd |
Definition at line 14380 of file vulkan_core.h.
uint32_t VkPhysicalDeviceShaderCorePropertiesAMD::shaderArraysPerEngineCount |
Definition at line 14375 of file vulkan_core.h.
uint32_t VkPhysicalDeviceShaderCorePropertiesAMD::shaderEngineCount |
Definition at line 14374 of file vulkan_core.h.
uint32_t VkPhysicalDeviceShaderCorePropertiesAMD::simdPerComputeUnit |
Definition at line 14377 of file vulkan_core.h.
VkStructureType VkPhysicalDeviceShaderCorePropertiesAMD::sType |
Definition at line 14372 of file vulkan_core.h.
uint32_t VkPhysicalDeviceShaderCorePropertiesAMD::vgprAllocationGranularity |
Definition at line 14387 of file vulkan_core.h.
uint32_t VkPhysicalDeviceShaderCorePropertiesAMD::vgprsPerSimd |
Definition at line 14384 of file vulkan_core.h.
uint32_t VkPhysicalDeviceShaderCorePropertiesAMD::wavefrontSize |
Definition at line 14379 of file vulkan_core.h.
uint32_t VkPhysicalDeviceShaderCorePropertiesAMD::wavefrontsPerSimd |
Definition at line 14378 of file vulkan_core.h.