freedreno/a4xx: fix SP_FS_MRT_REG.HALF_PRECISION
[mesa.git] / src / gallium / drivers / freedreno / a4xx / fd4_rasterizer.h
index 06c728f2f1ffaeb0502697f6695102914f36ac88..40bd2f6824dbba1797d21ee91794c88309d944d5 100644 (file)
@@ -1,5 +1,3 @@
-/* -*- mode: C; c-file-style: "k&r"; tab-width 4; indent-tabs-mode: t; -*- */
-
 /*
  * Copyright (C) 2014 Rob Clark <robclark@freedesktop.org>
  *
@@ -42,9 +40,10 @@ struct fd4_rasterizer_stateobj {
        uint32_t gras_su_mode_control;
        uint32_t gras_cl_clip_cntl;
        uint32_t pc_prim_vtx_cntl;
+       uint32_t pc_prim_vtx_cntl2;
 };
 
-static INLINE struct fd4_rasterizer_stateobj *
+static inline struct fd4_rasterizer_stateobj *
 fd4_rasterizer_stateobj(struct pipe_rasterizer_state *rast)
 {
        return (struct fd4_rasterizer_stateobj *)rast;