shader/memory: Implement ATOMS.ADD.U32
This commit is contained in:
parent
30faf6a964
commit
63ba41a26d
5 changed files with 74 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue