summaryrefslogtreecommitdiffstats
path: root/src/video_core/engines
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-09-02 16:43:48 +0200
committerGitHub <noreply@github.com>2018-09-02 16:43:48 +0200
commit1ccc0457d5942985386dbbd68387808008429193 (patch)
tree68b8f0dfc58a2fd5c58931b4ff0ffb982b12b80b /src/video_core/engines
parentMerge pull request #1228 from lioncash/construct (diff)
parentRemoved saturate assert (diff)
downloadyuzu-1ccc0457d5942985386dbbd68387808008429193.tar
yuzu-1ccc0457d5942985386dbbd68387808008429193.tar.gz
yuzu-1ccc0457d5942985386dbbd68387808008429193.tar.bz2
yuzu-1ccc0457d5942985386dbbd68387808008429193.tar.lz
yuzu-1ccc0457d5942985386dbbd68387808008429193.tar.xz
yuzu-1ccc0457d5942985386dbbd68387808008429193.tar.zst
yuzu-1ccc0457d5942985386dbbd68387808008429193.zip
Diffstat (limited to 'src/video_core/engines')
-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 3e4efbe0c..c8052a612 100644
--- a/src/video_core/engines/shader_bytecode.h
+++ b/src/video_core/engines/shader_bytecode.h
@@ -332,6 +332,10 @@ 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;
} fmul;