Function Prototype

vkGetPhysicalDeviceQueueFamilyDataGraphEngineOperationPropertiesARM

Query the properties of a data graph processing engine and operation set combination for a specific queue family of a physical device

To query the properties of a data graph processing engine and operation set combination for a specific queue family of a physical device, call:

VkResult vkGetPhysicalDeviceQueueFamilyDataGraphEngineOperationPropertiesARM(
    VkPhysicalDevice                                 physicalDevice,
    uint32_t                                         queueFamilyIndex,
    const VkQueueFamilyDataGraphPropertiesARM*       pQueueFamilyDataGraphProperties,
    VkBaseOutStructure*        pProperties);
  • physicalDevice is the physical device to query.
  • queueFamilyIndex is the index of the queue family being queried.
  • pQueueFamilyDataGraphProperties is a pointer to a VkQueueFamilyDataGraphPropertiesARM structure that selects the processing engine and operation set for which the properties are queried.
  • pProperties is a pointer to a structure in which the properties are returned.

Valid Usage

VUID-vkGetPhysicalDeviceQueueFamilyDataGraphEngineOperationPropertiesARM-pQueueFamilyDataGraphProperties-09957

The VkQueueFamilyDataGraphPropertiesARM structure pointed to by pQueueFamilyDataGraphProperties must have been obtained by a prior call to vkGetPhysicalDeviceQueueFamilyDataGraphPropertiesARM with the same physicalDevice and queueFamilyIndex