From 259da93567a33ce50d6dcd4e73d89adc7ceaf9ea Mon Sep 17 00:00:00 2001 From: FernandoS27 Date: Mon, 22 Oct 2018 20:17:04 -0400 Subject: Added Saturation to FMUL32I --- src/video_core/engines/shader_bytecode.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/video_core/engines/shader_bytecode.h') diff --git a/src/video_core/engines/shader_bytecode.h b/src/video_core/engines/shader_bytecode.h index 67501cf0a..d3095089c 100644 --- a/src/video_core/engines/shader_bytecode.h +++ b/src/video_core/engines/shader_bytecode.h @@ -563,6 +563,10 @@ union Instruction { BitField<48, 1, u64> negate_b; } fmul; + union { + BitField<55, 1, u64> saturate; + } fmul32; + union { BitField<48, 1, u64> is_signed; } shift; -- cgit v1.2.3