radv: enable shaderInt16 capability

Not sure if this is all wired up. CTS does pass and the Tangrams
demo works fine on Vega. There are corruption issues on Polaris
but not sure if that related to 16-bit support.

Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
This commit is contained in:
Samuel Pitoiset
2018-09-14 12:52:40 +02:00
parent cd76ce0078
commit 08103c5f65
2 changed files with 2 additions and 1 deletions

View File

@@ -210,6 +210,7 @@ radv_shader_compile_to_nir(struct radv_device *device,
.image_write_without_format = true,
.tessellation = true,
.int64 = true,
.int16 = true,
.multiview = true,
.subgroup_ballot = true,
.subgroup_basic = true,