X-Git-Url: https://git.libre-soc.org/?p=mesa.git;a=blobdiff_plain;f=src%2Futil%2Fformat%2Fu_format.h;h=fb89f5786da9cca43e67c88dcba15b4fb780dbcd;hp=532b32561c13c5bb8ab98d94ab781ed3d0c29974;hb=32bf7229e51bd82db9ed04ed04481eeb0a7728b7;hpb=f6f1f8e3f6d4428a17be0ab97afe7d6990dd5842 diff --git a/src/util/format/u_format.h b/src/util/format/u_format.h index 532b32561c1..fb89f5786da 100644 --- a/src/util/format/u_format.h +++ b/src/util/format/u_format.h @@ -1399,13 +1399,6 @@ util_format_get_plane_height(enum pipe_format format, unsigned plane, } } -bool util_format_planar_is_supported(struct pipe_screen *screen, - enum pipe_format format, - enum pipe_texture_target target, - unsigned sample_count, - unsigned storage_sample_count, - unsigned bind); - /** * Return the number of components stored. * Formats with block size != 1x1 will always have 1 component (the block).