Structures

VkQueueFamilyDataGraphTOSAPropertiesARM

Structure describing the TOSA properties of a processing engine and operation set for a specific queue family of a physical device

The VkQueueFamilyDataGraphTOSAPropertiesARM structure is defined as:

typedef struct VkQueueFamilyDataGraphTOSAPropertiesARM {
    VkStructureType sType;
    void* pNext;
    uint32_t profileCount;
    const VkDataGraphTOSANameQualityARM* pProfiles;
    uint32_t extensionCount;
    const VkDataGraphTOSANameQualityARM* pExtensions;
    VkDataGraphTOSALevelARM level;
} VkQueueFamilyDataGraphTOSAPropertiesARM;
  • sType is a VkStructureType value identifying this structure.
  • pNext is NULL or a pointer to a structure extending this structure.
  • profileCount is the length of the pProfiles array.
  • pProfiles is a pointer to an array of VkDataGraphTOSANameQualityARM structures describing the TOSA profiles supported.
  • extensionCount is the length of the pExtensions array.
  • pExtensions is a pointer to an array of VkDataGraphTOSANameQualityARM structures describing the TOSA extensions supported.
  • level is a VkDataGraphTOSALevelARM describing the TOSA level supported.

Valid Usage (Implicit)

VUID-VkQueueFamilyDataGraphTOSAPropertiesARM-sType-sType

sType must be VK_STRUCTURE_TYPE_QUEUE_FAMILY_DATA_GRAPH_TOSA_PROPERTIES_ARM