diff options
| author | 2018-09-01 19:05:10 +1000 | |
|---|---|---|
| committer | 2018-09-01 19:05:10 +1000 | |
| commit | 6f8ed9508dd1f7e104349bcf76acdf40da996e4c (patch) | |
| tree | 7dda05b50062ef7b5e8212dfc40168acecfae02c /src/video_core/engines | |
| parent | Merge pull request #1196 from FearlessTobi/ccache-consistency (diff) | |
| download | yuzu-6f8ed9508dd1f7e104349bcf76acdf40da996e4c.tar.gz yuzu-6f8ed9508dd1f7e104349bcf76acdf40da996e4c.tar.xz yuzu-6f8ed9508dd1f7e104349bcf76acdf40da996e4c.zip | |
Added FMUL asserts
Diffstat (limited to 'src/video_core/engines')
| -rw-r--r-- | src/video_core/engines/shader_bytecode.h | 5 |
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 { | |||
| 332 | } ipa; | 332 | } ipa; |
| 333 | 333 | ||
| 334 | union { | 334 | union { |
| 335 | BitField<39, 2, u64> tab5cb8_2; | ||
| 336 | BitField<41, 3, u64> tab5c68_1; | ||
| 337 | BitField<44, 2, u64> tab5c68_0; | ||
| 338 | BitField<47, 1, u64> cc; | ||
| 335 | BitField<48, 1, u64> negate_b; | 339 | BitField<48, 1, u64> negate_b; |
| 340 | BitField<50, 1, u64> saturate; | ||
| 336 | } fmul; | 341 | } fmul; |
| 337 | 342 | ||
| 338 | union { | 343 | union { |