v3dv: drop signature of undefined function

This is a left over from when we added multi-version support in the
driver, where we turned this helper into a versioned scheme.

Reviewed-by: Juan A. Suarez <jasuarez@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14704>
This commit is contained in:
Iago Toral Quiroga
2022-01-24 14:26:28 +01:00
committed by Marge Bot
parent af957d4a17
commit 2ee9487ad7

View File

@@ -786,10 +786,6 @@ struct v3dv_frame_tiling {
uint32_t frame_height_in_supertiles;
};
void v3dv_framebuffer_compute_internal_bpp_msaa(const struct v3dv_framebuffer *framebuffer,
const struct v3dv_subpass *subpass,
uint8_t *max_bpp, bool *msaa);
bool v3dv_subpass_area_is_tile_aligned(struct v3dv_device *device,
const VkRect2D *area,
struct v3dv_framebuffer *fb,