mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 09:38:07 +02:00
broadcom/compiler: Use correct type pipe_logicop for logicop_func in struct v3d_fs_key
Signed-off-by: Yonggang Luo <luoyonggang@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26570>
This commit is contained in:
parent
0eaf200974
commit
575c4f6802
1 changed files with 2 additions and 1 deletions
|
|
@ -31,6 +31,7 @@
|
|||
#include <stdint.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "util/blend.h"
|
||||
#include "util/macros.h"
|
||||
#include "common/v3d_debug.h"
|
||||
#include "common/v3d_device_info.h"
|
||||
|
|
@ -435,7 +436,7 @@ struct v3d_fs_key {
|
|||
uint8_t swizzle[4];
|
||||
} color_fmt[V3D_MAX_DRAW_BUFFERS];
|
||||
|
||||
uint8_t logicop_func;
|
||||
enum pipe_logicop logicop_func;
|
||||
uint32_t point_sprite_mask;
|
||||
|
||||
struct pipe_rt_blend_state blend;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue