C Specification

The VkDataGraphTOSANameQualityARM structure is defined as:

// Provided by VK_ARM_data_graph_instruction_set_tosa
typedef struct VkDataGraphTOSANameQualityARM {
    char                              name[VK_MAX_DATA_GRAPH_TOSA_NAME_SIZE_ARM];
    VkDataGraphTOSAQualityFlagsARM    qualityFlags;
} VkDataGraphTOSANameQualityARM;

Members

  • name is a pointer to a null-terminated UTF-8 string specifying the name of the TOSA profile or extension.

  • qualityLevel is a VkDataGraphTOSAQualityFlagsARM describing the quality of the support for the TOSA profile or extension.

Description

See Also

Document Notes

For more information, see the Vulkan Specification.

This page is extracted from the Vulkan Specification. Fixes and changes should be made to the Specification, not directly.

Copyright 2014-2026 The Khronos Group Inc.

SPDX-License-Identifier: CC-BY-4.0