radeonsi: make si_get_small_prim_cull_info static
Reviewed-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13700>
This commit is contained in:
@@ -1551,7 +1551,6 @@ struct pipe_video_buffer *si_video_buffer_create_with_modifiers(struct pipe_cont
|
||||
unsigned int modifiers_count);
|
||||
|
||||
/* si_viewport.c */
|
||||
void si_get_small_prim_cull_info(struct si_context *sctx, struct si_small_prim_cull_info *out);
|
||||
void si_update_vs_viewport_state(struct si_context *ctx);
|
||||
void si_init_viewport_functions(struct si_context *ctx);
|
||||
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
|
||||
#define SI_MAX_SCISSOR 16384
|
||||
|
||||
void si_get_small_prim_cull_info(struct si_context *sctx, struct si_small_prim_cull_info *out)
|
||||
static void si_get_small_prim_cull_info(struct si_context *sctx, struct si_small_prim_cull_info *out)
|
||||
{
|
||||
/* This is needed by the small primitive culling, because it's done
|
||||
* in screen space.
|
||||
|
||||
Reference in New Issue
Block a user