summaryrefslogtreecommitdiff
path: root/src/broadcom/vulkan/v3dv_private.h
diff options
context:
space:
mode:
authorAlejandro PiƱeiro <apinheiro@igalia.com>2019-12-18 15:38:21 +0100
committerMarge Bot <eric+marge@anholt.net>2020-10-13 21:21:26 +0000
commitfca4dcee9f23af036ff2094406c91c46c34ced8d (patch)
tree8ffc4b32ba04108b8cd02d21a05df8328e4f181c /src/broadcom/vulkan/v3dv_private.h
parent60145629a2bdcd4e7835b1dd810b9f60bfa9af83 (diff)
v3dv: initial stub for CmdBindPipeline
Right now it only sets the pipeline to the command buffer state. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6766>
Diffstat (limited to 'src/broadcom/vulkan/v3dv_private.h')
-rw-r--r--src/broadcom/vulkan/v3dv_private.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/broadcom/vulkan/v3dv_private.h b/src/broadcom/vulkan/v3dv_private.h
index 32c96c0dcc5..3633756ba42 100644
--- a/src/broadcom/vulkan/v3dv_private.h
+++ b/src/broadcom/vulkan/v3dv_private.h
@@ -389,6 +389,8 @@ struct v3dv_cmd_buffer_state {
/* Subpass state */
uint32_t subpass_idx;
struct v3dv_cmd_buffer_attachment_state attachments[6]; /* 4 color + D + S */
+
+ struct v3dv_pipeline *pipeline;
};
struct v3dv_cmd_buffer {