projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af81486
)
spirv: Drop the void *ptr from vtn_value
author
Jason Ekstrand
<jason@jlekstrand.net>
Wed, 27 May 2020 21:15:39 +0000
(16:15 -0500)
committer
Jason Ekstrand
<jason@jlekstrand.net>
Fri, 24 Jul 2020 03:41:54 +0000
(22:41 -0500)
It isn't being used for anything.
Reviewed-by: Caio Marcelo de Oliveira Filho <caio.oliveira@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5278>
src/compiler/spirv/vtn_private.h
patch
|
blob
|
history
diff --git
a/src/compiler/spirv/vtn_private.h
b/src/compiler/spirv/vtn_private.h
index b3a915d4c84e948206344de25693b5a8b44e181f..5cd5a46a702afdb20ca829354e5ba67a18ed4e58 100644
(file)
--- a/
src/compiler/spirv/vtn_private.h
+++ b/
src/compiler/spirv/vtn_private.h
@@
-582,7
+582,6
@@
struct vtn_value {
struct vtn_decoration *decoration;
struct vtn_type *type;
union {
- void *ptr;
char *str;
nir_constant *constant;
struct vtn_pointer *pointer;