summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/freedreno/a6xx/fd6_emit.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/drivers/freedreno/a6xx/fd6_emit.h')
-rw-r--r--src/gallium/drivers/freedreno/a6xx/fd6_emit.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/gallium/drivers/freedreno/a6xx/fd6_emit.h b/src/gallium/drivers/freedreno/a6xx/fd6_emit.h
index d50401327e4..45e9f2ddc51 100644
--- a/src/gallium/drivers/freedreno/a6xx/fd6_emit.h
+++ b/src/gallium/drivers/freedreno/a6xx/fd6_emit.h
@@ -65,13 +65,6 @@ struct fd6_emit {
unsigned streamout_mask;
};
-static inline enum a6xx_color_fmt fd6_emit_format(struct pipe_surface *surf)
-{
- if (!surf)
- return 0;
- return fd6_pipe2color(surf->format);
-}
-
static inline const struct ir3_shader_variant *
fd6_emit_get_vp(struct fd6_emit *emit)
{