summaryrefslogtreecommitdiffstats
path: root/src/video_core/engines/shader_bytecode.h
diff options
context:
space:
mode:
authorReinUsesLisp <reinuseslisp@airmail.cc>2019-08-28 02:57:43 +0200
committerReinUsesLisp <reinuseslisp@airmail.cc>2019-08-28 02:57:43 +0200
commit6207751b00e8c365487317729c0b95ffabc92417 (patch)
treec8eb5f68170c9a8a942e34f0f06aa917527f142e /src/video_core/engines/shader_bytecode.h
parentMerge pull request #2748 from FernandoS27/align-memory (diff)
downloadyuzu-6207751b00e8c365487317729c0b95ffabc92417.tar
yuzu-6207751b00e8c365487317729c0b95ffabc92417.tar.gz
yuzu-6207751b00e8c365487317729c0b95ffabc92417.tar.bz2
yuzu-6207751b00e8c365487317729c0b95ffabc92417.tar.lz
yuzu-6207751b00e8c365487317729c0b95ffabc92417.tar.xz
yuzu-6207751b00e8c365487317729c0b95ffabc92417.tar.zst
yuzu-6207751b00e8c365487317729c0b95ffabc92417.zip
Diffstat (limited to 'src/video_core/engines/shader_bytecode.h')
-rw-r--r--src/video_core/engines/shader_bytecode.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/video_core/engines/shader_bytecode.h b/src/video_core/engines/shader_bytecode.h
index aaa1acea9..103f39e91 100644
--- a/src/video_core/engines/shader_bytecode.h
+++ b/src/video_core/engines/shader_bytecode.h
@@ -873,6 +873,7 @@ union Instruction {
union {
BitField<0, 3, u64> pred0;
BitField<3, 3, u64> pred3;
+ BitField<6, 1, u64> neg_b;
BitField<7, 1, u64> abs_a;
BitField<39, 3, u64> pred39;
BitField<42, 1, u64> neg_pred;