summaryrefslogtreecommitdiffstats
path: root/src/amd/vulkan/radv_private.h
diff options
context:
space:
mode:
authorAndres Rodriguez <[email protected]>2017-10-20 18:02:14 -0400
committerBas Nieuwenhuizen <[email protected]>2017-10-21 01:01:44 +0200
commitfd04f3eb862984b862c35feca78418798512af99 (patch)
tree2be29dff94d3dda9a3017c0dddb61ff44b4a52c6 /src/amd/vulkan/radv_private.h
parent557de3b9ae2e0a1889442bb48f731d69c993a027 (diff)
radv: Implement VK_EXT_global_priority
This extension allows the caller to change a queue's system wide priority. This is useful for applications with specific latency constraints. Signed-off-by: Andres Rodriguez <[email protected]> Reviewed-by: Bas Nieuwenhuizen <[email protected]>
Diffstat (limited to 'src/amd/vulkan/radv_private.h')
-rw-r--r--src/amd/vulkan/radv_private.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/amd/vulkan/radv_private.h b/src/amd/vulkan/radv_private.h
index a149f72e612..47a068b5597 100644
--- a/src/amd/vulkan/radv_private.h
+++ b/src/amd/vulkan/radv_private.h
@@ -487,6 +487,7 @@ struct radv_queue {
VK_LOADER_DATA _loader_data;
struct radv_device * device;
struct radeon_winsys_ctx *hw_ctx;
+ enum radeon_ctx_priority priority;
int queue_family_index;
int queue_idx;