mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-22 00:08:09 +02:00
Replace the vk_meta_fill_buffer call with direct panlib precomp dispatches: a KERNEL(32) uint4 bulk path for 16-byte-aligned fills and a KERNEL(32) uint32 path otherwise, each with a KERNEL(1) scalar tail for sub-workgroup remainders. gpu-ratemeter vk.bufbw on Mali-G610 MC4 shows a 1.15-1.18x median speedup across alignment classes and roughly 5x on fills <= 512 B, thanks to the removed pipeline bind / descriptor-set setup that vk_meta_fill_buffer pays per call. Signed-off-by: Christian Gmeiner <cgmeiner@igalia.com> Reviewed-by: Lars-Ivar Hesselberg Simonsen <lars-ivar.simonsen@arm.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/41079> |
||
|---|---|---|
| .. | ||
| copy.cl | ||
| draw_helper.cl | ||
| draw_helper.h | ||
| indirect_dispatch.cl | ||
| libpan.h | ||
| libpan_dgc.h | ||
| libpan_shaders.h | ||
| meson.build | ||
| query_pool.cl | ||