v3dv: Use correct type VkStencilOp in function translate_stencil_op

Signed-off-by: Yonggang Luo <luoyonggang@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26570>
This commit is contained in:
Yonggang Luo
2023-10-31 17:40:15 +08:00
committed by Marge Bot
parent 61dd82ccab
commit 0eaf200974
+1 -1
View File
@@ -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: