summaryrefslogtreecommitdiffstats
path: root/src/video_core/engines/shader_bytecode.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-09-02 16:44:13 +0200
committerGitHub <noreply@github.com>2018-09-02 16:44:13 +0200
commit9c206fe94d306775801f16b0bba8517b72338e18 (patch)
treec729135f498a9bb7636fca9dc63aa0478358734a /src/video_core/engines/shader_bytecode.h
parentMerge pull request #1218 from ogniK5377/fmul-assert (diff)
parentRemoved saturate assert (diff)
downloadyuzu-9c206fe94d306775801f16b0bba8517b72338e18.tar
yuzu-9c206fe94d306775801f16b0bba8517b72338e18.tar.gz
yuzu-9c206fe94d306775801f16b0bba8517b72338e18.tar.bz2
yuzu-9c206fe94d306775801f16b0bba8517b72338e18.tar.lz
yuzu-9c206fe94d306775801f16b0bba8517b72338e18.tar.xz
yuzu-9c206fe94d306775801f16b0bba8517b72338e18.tar.zst
yuzu-9c206fe94d306775801f16b0bba8517b72338e18.zip
Diffstat (limited to 'src/video_core/engines/shader_bytecode.h')
-rw-r--r--src/video_core/engines/shader_bytecode.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/video_core/engines/shader_bytecode.h b/src/video_core/engines/shader_bytecode.h
index c8052a612..663c1d4af 100644
--- a/src/video_core/engines/shader_bytecode.h
+++ b/src/video_core/engines/shader_bytecode.h
@@ -403,8 +403,11 @@ union Instruction {
} flow;
union {
+ BitField<47, 1, u64> cc;
BitField<48, 1, u64> negate_b;
BitField<49, 1, u64> negate_c;
+ BitField<51, 2, u64> tab5980_1;
+ BitField<53, 2, u64> tab5980_0;
} ffma;
union {