aco: implement 8bit/16bit store_ssbo
authorDaniel Schürmann <daniel@schuermann.dev>
Fri, 14 Feb 2020 16:53:11 +0000 (17:53 +0100)
committerDaniel Schürmann <daniel@schuermann.dev>
Fri, 3 Apr 2020 22:13:15 +0000 (23:13 +0100)
commit8cfddc91999965545eb2d973557840354f40a2fa
tree53211c461e93cb95be00b6476b60c1bcb050ce88
parent3df0a41c75256d0f71d407981962fc803bbd9afc
aco: implement 8bit/16bit store_ssbo

Currently without alignment check, so that
we can only use the _byte and _short versions
and multi-component stores are split.

Reviewed-by: Rhys Perry <pendingchaos02@gmail.com>
Reviewed-By: Timur Kristóf <timur.kristof@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4002>
src/amd/compiler/aco_instruction_selection.cpp