crocus: drop dead gen prototypes.
authorDave Airlie <airlied@redhat.com>
Mon, 21 Jun 2021 06:06:23 +0000 (16:06 +1000)
committerMarge Bot <eric+marge@anholt.net>
Tue, 22 Jun 2021 18:56:20 +0000 (18:56 +0000)
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11507>

src/gallium/drivers/crocus/crocus_genx_protos.h

index ba6798f..b246f2a 100644 (file)
@@ -34,10 +34,6 @@ void genX(upload_urb)(struct crocus_batch *batch,
                       unsigned vs_size,
                       bool gs_present,
                       unsigned gs_size);
-void genX(emit_hashing_mode)(struct crocus_context *ice,
-                             struct crocus_batch *batch,
-                             unsigned width, unsigned height,
-                             unsigned scale);
 
 /* crocus_blorp.c */
 void genX(init_blorp)(struct crocus_context *ice);
@@ -45,12 +41,6 @@ void genX(init_blorp)(struct crocus_context *ice);
 /* crocus_query.c */
 void genX(init_query)(struct crocus_context *ice);
 void genX(init_screen_query)(struct crocus_screen *screen);
-void genX(math_add32_gpr0)(struct crocus_context *ice,
-                           struct crocus_batch *batch,
-                           uint32_t x);
-void genX(math_div32_gpr0)(struct crocus_context *ice,
-                           struct crocus_batch *batch,
-                           uint32_t D);
 
 /* crocus_blt.c */
 void genX(init_blt)(struct crocus_screen *screen);