crocus: drop dead gen prototypes.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11507>
This commit is contained in:
Dave Airlie
2021-06-21 16:06:23 +10:00
committed by Marge Bot
parent 553743e04a
commit f557d11f15
@@ -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);