diff options
Diffstat (limited to 'src/gallium/drivers/softpipe/sp_image.c')
-rw-r--r-- | src/gallium/drivers/softpipe/sp_image.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/gallium/drivers/softpipe/sp_image.c b/src/gallium/drivers/softpipe/sp_image.c index d5547e294ab..49b775cf0cc 100644 --- a/src/gallium/drivers/softpipe/sp_image.c +++ b/src/gallium/drivers/softpipe/sp_image.c @@ -384,7 +384,7 @@ handle_op_uint(const struct pipe_image_view *iview, char *data_ptr, uint qi, unsigned stride, - unsigned opcode, + enum tgsi_opcode opcode, int s, int t, float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE], @@ -501,7 +501,7 @@ handle_op_int(const struct pipe_image_view *iview, char *data_ptr, uint qi, unsigned stride, - unsigned opcode, + enum tgsi_opcode opcode, int s, int t, float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE], @@ -615,7 +615,7 @@ handle_op_r32f_xchg(const struct pipe_image_view *iview, char *data_ptr, uint qi, unsigned stride, - unsigned opcode, + enum tgsi_opcode opcode, int s, int t, float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) @@ -649,7 +649,7 @@ handle_op_r32f_xchg(const struct pipe_image_view *iview, static void sp_tgsi_op(const struct tgsi_image *image, const struct tgsi_image_params *params, - unsigned opcode, + enum tgsi_opcode opcode, const int s[TGSI_QUAD_SIZE], const int t[TGSI_QUAD_SIZE], const int r[TGSI_QUAD_SIZE], |