mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-29 21:00:16 +01:00
panvk: Kill the panvk_pack_color() prototype
The implementation was removed in 62e902101b ("panvk: Use
pan_pack_color").
Signed-off-by: Boris Brezillon <boris.brezillon@collabora.com>
Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28104>
This commit is contained in:
parent
43bb5acf26
commit
0136e8aec9
1 changed files with 0 additions and 3 deletions
|
|
@ -830,9 +830,6 @@ void panvk_cmd_fb_info_init(struct panvk_cmd_buffer *cmdbuf);
|
|||
|
||||
void panvk_cmd_preload_fb_after_batch_split(struct panvk_cmd_buffer *cmdbuf);
|
||||
|
||||
void panvk_pack_color(struct panvk_clear_value *out,
|
||||
const VkClearColorValue *in, enum pipe_format format);
|
||||
|
||||
struct panvk_event {
|
||||
struct vk_object_base base;
|
||||
uint32_t syncobj;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue