C Specification
To query the properties of a data graph processing engine and operation set combination for a specific queue family of a physical device, call:
// Provided by VK_ARM_data_graph_instruction_set_tosa, VK_ARM_data_graph_optical_flow
VkResult vkGetPhysicalDeviceQueueFamilyDataGraphEngineOperationPropertiesARM(
VkPhysicalDevice physicalDevice,
uint32_t queueFamilyIndex,
const VkQueueFamilyDataGraphPropertiesARM* pQueueFamilyDataGraphProperties,
VkBaseOutStructure* pProperties);
Parameters
-
physicalDeviceis the physical device to query. -
queueFamilyIndexis the index of the queue family being queried. -
pQueueFamilyDataGraphPropertiesis a pointer to a VkQueueFamilyDataGraphPropertiesARM structure that selects the processing engine and operation set for which the properties are queried. -
pPropertiesis a pointer to a structure in which the properties are returned.
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.