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:
@@ -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,
|
||||
|
Reference in New Issue
Block a user