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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user