v3dv: amend tile size tables with smallest tile sizes available

We'll need this for some cases involving maximum number of multisampled
color targets.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6766>
This commit is contained in:
Iago Toral Quiroga 2020-07-31 09:26:06 +02:00 committed by Marge Bot
parent f16da2c820
commit 7bbce22d7b
2 changed files with 4 additions and 0 deletions

View file

@ -473,6 +473,8 @@ job_compute_frame_tiling(struct v3dv_job *job,
32, 32,
32, 16,
16, 16,
16, 8,
8, 8
};
assert(job);

View file

@ -234,6 +234,8 @@ v3dv_subpass_get_granularity(struct v3dv_render_pass *pass,
32, 32,
32, 16,
16, 16,
16, 8,
8, 8
};
/* Our tile size depends on the number of color attachments and the maximum