summaryrefslogtreecommitdiffstats
path: root/src/video_core/engines/shader_bytecode.h
diff options
context:
space:
mode:
authorFernandoS27 <fsahmkow27@gmail.com>2018-10-23 02:17:04 +0200
committerFernandoS27 <fsahmkow27@gmail.com>2018-10-23 02:22:15 +0200
commit259da93567a33ce50d6dcd4e73d89adc7ceaf9ea (patch)
treec16914d026578aeadfdef2d973e974aef3e37f21 /src/video_core/engines/shader_bytecode.h
parentMerge pull request #1541 from lioncash/define (diff)
downloadyuzu-259da93567a33ce50d6dcd4e73d89adc7ceaf9ea.tar
yuzu-259da93567a33ce50d6dcd4e73d89adc7ceaf9ea.tar.gz
yuzu-259da93567a33ce50d6dcd4e73d89adc7ceaf9ea.tar.bz2
yuzu-259da93567a33ce50d6dcd4e73d89adc7ceaf9ea.tar.lz
yuzu-259da93567a33ce50d6dcd4e73d89adc7ceaf9ea.tar.xz
yuzu-259da93567a33ce50d6dcd4e73d89adc7ceaf9ea.tar.zst
yuzu-259da93567a33ce50d6dcd4e73d89adc7ceaf9ea.zip
Diffstat (limited to 'src/video_core/engines/shader_bytecode.h')
-rw-r--r--src/video_core/engines/shader_bytecode.h4
1 files changed, 4 insertions, 0 deletions
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
@@ -564,6 +564,10 @@ union Instruction {
} fmul;
union {
+ BitField<55, 1, u64> saturate;
+ } fmul32;
+
+ union {
BitField<48, 1, u64> is_signed;
} shift;