Home
last modified time | relevance | path

Searched defs:dxil_gvar (Results 1 – 1 of 1) sorted by relevance

/third_party/mesa3d/src/microsoft/compiler/
Ddxil_internal.h81 struct dxil_gvar { struct
82 const char *name;
83 const struct dxil_type *type;
84 bool constant;
85 enum dxil_address_space as;
86 int align;
88 const struct dxil_value *initializer;
89 struct dxil_value value;
90 struct list_head head;