diff --git a/src/gallium/drivers/crocus/crocus_genx_protos.h b/src/gallium/drivers/crocus/crocus_genx_protos.h index ba6798f991e..b246f2ad893 100644 --- a/src/gallium/drivers/crocus/crocus_genx_protos.h +++ b/src/gallium/drivers/crocus/crocus_genx_protos.h @@ -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);