mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 11:18:08 +02:00
panfrost: Rename pan_preload_emit_varying()
This function will be used for blits too. Signed-off-by: Boris Brezillon <boris.brezillon@collabora.com> Reviewed-by: Alyssa Rosenzweig <alyssa@collabora.com>
This commit is contained in:
parent
5f6b51a06c
commit
74a7ba75bd
1 changed files with 2 additions and 2 deletions
|
|
@ -720,7 +720,7 @@ pan_preload_needed(const struct pan_fb_info *fb, bool zs)
|
|||
}
|
||||
|
||||
static void
|
||||
pan_preload_emit_varying(struct pan_pool *pool,
|
||||
pan_blitter_emit_varying(struct pan_pool *pool,
|
||||
mali_ptr coordinates,
|
||||
struct MALI_DRAW *draw)
|
||||
{
|
||||
|
|
@ -917,7 +917,7 @@ pan_preload_emit_dcd(struct pan_pool *pool,
|
|||
cfg.state = rsd;
|
||||
|
||||
cfg.position = coordinates;
|
||||
pan_preload_emit_varying(pool, coordinates, &cfg);
|
||||
pan_blitter_emit_varying(pool, coordinates, &cfg);
|
||||
cfg.viewport = pan_blitter_emit_viewport(pool, fb);
|
||||
pan_preload_emit_textures(pool, fb, zs, &cfg);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue