summaryrefslogtreecommitdiffstats
path: root/src/video_core/engines
diff options
context:
space:
mode:
authorDavid Marcec <dmarcecguzman@gmail.com>2018-09-01 11:05:10 +0200
committerDavid Marcec <dmarcecguzman@gmail.com>2018-09-01 11:05:10 +0200
commit6f8ed9508dd1f7e104349bcf76acdf40da996e4c (patch)
tree7dda05b50062ef7b5e8212dfc40168acecfae02c /src/video_core/engines
parentMerge pull request #1196 from FearlessTobi/ccache-consistency (diff)
downloadyuzu-6f8ed9508dd1f7e104349bcf76acdf40da996e4c.tar
yuzu-6f8ed9508dd1f7e104349bcf76acdf40da996e4c.tar.gz
yuzu-6f8ed9508dd1f7e104349bcf76acdf40da996e4c.tar.bz2
yuzu-6f8ed9508dd1f7e104349bcf76acdf40da996e4c.tar.lz
yuzu-6f8ed9508dd1f7e104349bcf76acdf40da996e4c.tar.xz
yuzu-6f8ed9508dd1f7e104349bcf76acdf40da996e4c.tar.zst
yuzu-6f8ed9508dd1f7e104349bcf76acdf40da996e4c.zip
Diffstat (limited to 'src/video_core/engines')
-rw-r--r--src/video_core/engines/shader_bytecode.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/video_core/engines/shader_bytecode.h b/src/video_core/engines/shader_bytecode.h
index 3e4efbe0c..f07992131 100644
--- a/src/video_core/engines/shader_bytecode.h
+++ b/src/video_core/engines/shader_bytecode.h
@@ -332,7 +332,12 @@ union Instruction {
} ipa;
union {
+ BitField<39, 2, u64> tab5cb8_2;
+ BitField<41, 3, u64> tab5c68_1;
+ BitField<44, 2, u64> tab5c68_0;
+ BitField<47, 1, u64> cc;
BitField<48, 1, u64> negate_b;
+ BitField<50, 1, u64> saturate;
} fmul;
union {