VK_QCOM_queue_perf_hint
Other Extension Metadata
Last Modified Date
2026-02-26
IP Status
No known IP claims.
Interactions and External Dependencies
- Interacts with VK_KHR_internally_synchronized_queues
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
- VkPerfHintInfoQCOM
- Extending VkPhysicalDeviceFeatures2, VkDeviceCreateInfo:
- Extending VkPhysicalDeviceProperties2:
New Enums
New Enum Constants
VK_QCOM_QUEUE_PERF_HINT_EXTENSION_NAMEVK_QCOM_QUEUE_PERF_HINT_SPEC_VERSION- Extending VkStructureType:
VK_STRUCTURE_TYPE_PERF_HINT_INFO_QCOMVK_STRUCTURE_TYPE_PHYSICAL_DEVICE_QUEUE_PERF_HINT_FEATURES_QCOMVK_STRUCTURE_TYPE_PHYSICAL_DEVICE_QUEUE_PERF_HINT_PROPERTIES_QCOM
Issues
None.
Version History
- Revision 1, 2026-02-26 (Matthew Netsch)