summaryrefslogtreecommitdiff
path: root/src/video_core/engines
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-09-02 10:44:13 -0400
committerGitHub <noreply@github.com>2018-09-02 10:44:13 -0400
commit9c206fe94d306775801f16b0bba8517b72338e18 (patch)
treec729135f498a9bb7636fca9dc63aa0478358734a /src/video_core/engines
parent1ccc0457d5942985386dbbd68387808008429193 (diff)
parent2edab4e840a09a65ca6ac61d83c26aea6899e81e (diff)
Merge pull request #1216 from ogniK5377/ffma-assert
Added FFMA asserts and missing fields
Diffstat (limited to 'src/video_core/engines')
-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 {