Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Suyu
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
many-archive
Suyu
Commits
2c780db5
There was an error fetching the commit references. Please try again later.
Commit
2c780db5
authored
5 years ago
by
Nguyen Dac Nam
Committed by
namkazy
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
shader: node - update correct comment
parent
c119473c
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/video_core/shader/node.h
+15
-15
15 additions, 15 deletions
src/video_core/shader/node.h
with
15 additions
and
15 deletions
src/video_core/shader/node.h
+
15
−
15
View file @
2c780db5
...
@@ -162,21 +162,21 @@ enum class OperationCode {
...
@@ -162,21 +162,21 @@ enum class OperationCode {
AtomicImageXor
,
/// (MetaImage, int[N] coords) -> void
AtomicImageXor
,
/// (MetaImage, int[N] coords) -> void
AtomicImageExchange
,
/// (MetaImage, int[N] coords) -> void
AtomicImageExchange
,
/// (MetaImage, int[N] coords) -> void
AtomicUExchange
,
/// (memory,
{u}
int) ->
{u}
int
AtomicUExchange
,
/// (memory,
u
int) ->
u
int
AtomicUAdd
,
/// (memory,
{u}
int) ->
{u}
int
AtomicUAdd
,
/// (memory,
u
int) ->
u
int
AtomicUMin
,
/// (memory,
{u}
int) ->
{u}
int
AtomicUMin
,
/// (memory,
u
int) ->
u
int
AtomicUMax
,
/// (memory,
{u}
int) ->
{u}
int
AtomicUMax
,
/// (memory,
u
int) ->
u
int
AtomicUAnd
,
/// (memory,
{u}
int) ->
{u}
int
AtomicUAnd
,
/// (memory,
u
int) ->
u
int
AtomicUOr
,
/// (memory,
{u}
int) ->
{u}
int
AtomicUOr
,
/// (memory,
u
int) ->
u
int
AtomicUXor
,
/// (memory,
{u}
int) ->
{u}
int
AtomicUXor
,
/// (memory,
u
int) ->
u
int
AtomicIExchange
,
/// (memory,
{u}
int) ->
{u}
int
AtomicIExchange
,
/// (memory, int) -> int
AtomicIAdd
,
/// (memory,
{u}
int) ->
{u}
int
AtomicIAdd
,
/// (memory, int) -> int
AtomicIMin
,
/// (memory,
{u}
int) ->
{u}
int
AtomicIMin
,
/// (memory, int) -> int
AtomicIMax
,
/// (memory,
{u}
int) ->
{u}
int
AtomicIMax
,
/// (memory, int) -> int
AtomicIAnd
,
/// (memory,
{u}
int) ->
{u}
int
AtomicIAnd
,
/// (memory, int) -> int
AtomicIOr
,
/// (memory,
{u}
int) ->
{u}
int
AtomicIOr
,
/// (memory, int) -> int
AtomicIXor
,
/// (memory,
{u}
int) ->
{u}
int
AtomicIXor
,
/// (memory, int) -> int
Branch
,
/// (uint branch_target) -> void
Branch
,
/// (uint branch_target) -> void
BranchIndirect
,
/// (uint branch_target) -> void
BranchIndirect
,
/// (uint branch_target) -> void
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment