VK_QCOM_queue_perf_hint

Other Extension Metadata

Last Modified Date

2026-02-26

IP Status

No known IP claims.

Interactions and External Dependencies
Contributors
  • Matthew Netsch, Qualcomm Technologies, Inc

Description

This extension exposes power constraints to the application, allowing it to provide hints for influencing the device’s clock frequency.

These hints are VkQueue state and are persistent across the life of the queue until the app updates or removes the constraint. The kernel combines the constraints across the active queues from all processes to determine the actual clock frequency levels.

New Commands

New Structures

New Enums

New Enum Constants

  • VK_QCOM_QUEUE_PERF_HINT_EXTENSION_NAME
  • VK_QCOM_QUEUE_PERF_HINT_SPEC_VERSION
  • Extending VkStructureType:
    • VK_STRUCTURE_TYPE_PERF_HINT_INFO_QCOM
    • VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_QUEUE_PERF_HINT_FEATURES_QCOM
    • VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_QUEUE_PERF_HINT_PROPERTIES_QCOM

Issues

None.

Version History

  • Revision 1, 2026-02-26 (Matthew Netsch)