freedreno: constify fd_vsc_pipe
[mesa.git] / src / gallium / drivers / freedreno / a3xx / fd3_zsa.h
index 0cc80a8cf0adb4bd3fb4bcc313aa1a4f9fa6a368..8dbbfc8f12c7ae53663135bfe21293df71cb0fb3 100644 (file)
@@ -1,5 +1,3 @@
-/* -*- mode: C; c-file-style: "k&r"; tab-width 4; indent-tabs-mode: t; -*- */
-
 /*
  * Copyright (C) 2013 Rob Clark <robclark@freedesktop.org>
  *
 struct fd3_zsa_stateobj {
        struct pipe_depth_stencil_alpha_state base;
        uint32_t rb_render_control;
+       uint32_t rb_alpha_ref;
        uint32_t rb_depth_control;
        uint32_t rb_stencil_control;
        uint32_t rb_stencilrefmask;
        uint32_t rb_stencilrefmask_bf;
 };
 
-static INLINE struct fd3_zsa_stateobj *
+static inline struct fd3_zsa_stateobj *
 fd3_zsa_stateobj(struct pipe_depth_stencil_alpha_state *zsa)
 {
        return (struct fd3_zsa_stateobj *)zsa;