projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3cc9149
)
nir: Fix some wonky whitespace in nir_search.h.
author
Eric Anholt
<eric@anholt.net>
Mon, 16 Sep 2019 22:18:28 +0000
(15:18 -0700)
committer
Eric Anholt
<eric@anholt.net>
Fri, 4 Oct 2019 19:15:01 +0000
(19:15 +0000)
Reviewed-by: Ian Romanick <ian.d.romainck@intel.com>
Reviewed-by: Connor Abbott <cwabbott0@gmail.com>
src/compiler/nir/nir_search.h
patch
|
blob
|
history
diff --git
a/src/compiler/nir/nir_search.h
b/src/compiler/nir/nir_search.h
index c5d7ba3895ea60fdd48bbf61d8ef6d4326dc235c..e5c29f3e94a49e9540f1787cdeaca5403c09b563 100644
(file)
--- a/
src/compiler/nir/nir_search.h
+++ b/
src/compiler/nir/nir_search.h
@@
-96,8
+96,8
@@
typedef struct {
bool (*cond)(struct hash_table *range_ht, nir_alu_instr *instr, unsigned src,
unsigned num_components, const uint8_t *swizzle);
-
/** Swizzle (for replace only) */
-
uint8_t swizzle[NIR_MAX_VEC_COMPONENTS];
+ /** Swizzle (for replace only) */
+ uint8_t swizzle[NIR_MAX_VEC_COMPONENTS];
} nir_search_variable;
typedef struct {