projects
/
platform
/
upstream
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
93094b8
)
aco: Declare num_reduce_ops for array size
author
James Park
<jpark37@lagfreegames.com>
Fri, 27 Nov 2020 06:04:29 +0000
(22:04 -0800)
committer
Marge Bot
<eric+marge@anholt.net>
Tue, 1 Dec 2020 11:08:21 +0000
(11:08 +0000)
Reviewed-by: Rhys Perry <pendingchaos02@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7785>
src/amd/compiler/aco_ir.h
patch
|
blob
|
history
diff --git
a/src/amd/compiler/aco_ir.h
b/src/amd/compiler/aco_ir.h
index 99764b1e89802271181d0d3a087afebac81b5f8b..9854dec5c962cb15ae294e25de0d387db785391e 100644
(file)
--- a/
src/amd/compiler/aco_ir.h
+++ b/
src/amd/compiler/aco_ir.h
@@
-1319,6
+1319,7
@@
enum ReduceOp : uint16_t {
iand8, iand16, iand32, iand64,
ior8, ior16, ior32, ior64,
ixor8, ixor16, ixor32, ixor64,
+ num_reduce_ops,
};
/**