summaryrefslogtreecommitdiffstats
path: root/src/video_core/pica.h
diff options
context:
space:
mode:
authorJannik Vogel <email@jannikvogel.de>2016-03-13 03:06:57 +0100
committerJannik Vogel <email@jannikvogel.de>2016-03-14 13:03:34 +0100
commitf746a0096493e5de726af832d78f58ca68105a4f (patch)
tree86f48eb112f860adeb72c61b5620ae68b2ba0ad7 /src/video_core/pica.h
parentMerge pull request #1509 from lioncash/noncopy (diff)
downloadyuzu-f746a0096493e5de726af832d78f58ca68105a4f.tar
yuzu-f746a0096493e5de726af832d78f58ca68105a4f.tar.gz
yuzu-f746a0096493e5de726af832d78f58ca68105a4f.tar.bz2
yuzu-f746a0096493e5de726af832d78f58ca68105a4f.tar.lz
yuzu-f746a0096493e5de726af832d78f58ca68105a4f.tar.xz
yuzu-f746a0096493e5de726af832d78f58ca68105a4f.tar.zst
yuzu-f746a0096493e5de726af832d78f58ca68105a4f.zip
Diffstat (limited to '')
-rw-r--r--src/video_core/pica.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/video_core/pica.h b/src/video_core/pica.h
index 2e0c33201..54187bcad 100644
--- a/src/video_core/pica.h
+++ b/src/video_core/pica.h
@@ -71,7 +71,7 @@ struct Regs {
BitField<0, 24, u32> viewport_depth_range; // float24
BitField<0, 24, u32> viewport_depth_far_plane; // float24
- INSERT_PADDING_WORDS(0x1);
+ BitField<0, 3, u32> vs_output_total;
union VSOutputAttributes {
// Maps components of output vertex attributes to semantics
@@ -1157,8 +1157,10 @@ struct Regs {
}
} input_register_map;
- // OUTMAP_MASK, 0x28E, CODETRANSFER_END
- INSERT_PADDING_WORDS(0x3);
+ BitField<0, 16, u32> output_mask;
+
+ // 0x28E, CODETRANSFER_END
+ INSERT_PADDING_WORDS(0x2);
struct {
enum Format : u32