radeonsi: remove si_shader_selector::type
[mesa.git] / src / gallium / drivers / freedreno / freedreno_surface.h
index 3293f33dd848461428d6084f25ad5e1dc10f0a2c..8898f890eda65a8268475c69e1e976fd6b2873ef 100644 (file)
@@ -1,5 +1,3 @@
-/* -*- mode: C; c-file-style: "k&r"; tab-width 4; indent-tabs-mode: t; -*- */
-
 /*
  * Copyright (C) 2012 Rob Clark <robclark@freedesktop.org>
  *
 
 struct fd_surface {
        struct pipe_surface base;
-       uint32_t offset;
-       uint32_t pitch;
-       uint32_t width;
-       uint16_t height;
-       uint16_t depth;
 };
 
-static INLINE struct fd_surface *
+static inline struct fd_surface *
 fd_surface(struct pipe_surface *psurf)
 {
        return (struct fd_surface *)psurf;