summaryrefslogtreecommitdiffstats
path: root/src/video_core/shader/node.h
diff options
context:
space:
mode:
authorReinUsesLisp <reinuseslisp@airmail.cc>2020-01-16 08:00:52 +0100
committerReinUsesLisp <reinuseslisp@airmail.cc>2020-01-16 21:30:55 +0100
commit63ba41a26d6bfdd30a4d7cd0879003fb4000332b (patch)
tree03ab5eb4426af574feeba06adde3842a8e2d92d5 /src/video_core/shader/node.h
parentMerge pull request #3308 from lioncash/private (diff)
downloadyuzu-63ba41a26d6bfdd30a4d7cd0879003fb4000332b.tar
yuzu-63ba41a26d6bfdd30a4d7cd0879003fb4000332b.tar.gz
yuzu-63ba41a26d6bfdd30a4d7cd0879003fb4000332b.tar.bz2
yuzu-63ba41a26d6bfdd30a4d7cd0879003fb4000332b.tar.lz
yuzu-63ba41a26d6bfdd30a4d7cd0879003fb4000332b.tar.xz
yuzu-63ba41a26d6bfdd30a4d7cd0879003fb4000332b.tar.zst
yuzu-63ba41a26d6bfdd30a4d7cd0879003fb4000332b.zip
Diffstat (limited to '')
-rw-r--r--src/video_core/shader/node.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/video_core/shader/node.h b/src/video_core/shader/node.h
index 4e155542a..075c7d07c 100644
--- a/src/video_core/shader/node.h
+++ b/src/video_core/shader/node.h
@@ -162,6 +162,8 @@ enum class OperationCode {
AtomicImageXor, /// (MetaImage, int[N] coords) -> void
AtomicImageExchange, /// (MetaImage, int[N] coords) -> void
+ UAtomicAdd, /// (smem, uint) -> uint
+
Branch, /// (uint branch_target) -> void
BranchIndirect, /// (uint branch_target) -> void
PushFlowStack, /// (uint branch_target) -> void