Module: Mesa
Branch: main
Commit: 0eaf2009749956cd278a77bef65c6f8e2ae2c773
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=0eaf2009749956cd278a77bef65c6f8e2ae2c773

Author: Yonggang Luo <luoyongg...@gmail.com>
Date:   Tue Oct 31 17:40:15 2023 +0800

v3dv: Use correct type VkStencilOp in function translate_stencil_op

Signed-off-by: Yonggang Luo <luoyongg...@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26570>

---

 src/broadcom/vulkan/v3dvx_pipeline.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/broadcom/vulkan/v3dvx_pipeline.c 
b/src/broadcom/vulkan/v3dvx_pipeline.c
index ad22add155d..478fb9a0fa1 100644
--- a/src/broadcom/vulkan/v3dvx_pipeline.c
+++ b/src/broadcom/vulkan/v3dvx_pipeline.c
@@ -270,7 +270,7 @@ pack_cfg_bits(struct v3dv_pipeline *pipeline,
 }
 
 static uint32_t
-translate_stencil_op(enum pipe_stencil_op op)
+translate_stencil_op(VkStencilOp op)
 {
    switch (op) {
    case VK_STENCIL_OP_KEEP:

Reply via email to