Searched defs:dxil_gvar (Results 1 – 1 of 1) sorted by relevance
81 struct dxil_gvar { struct82 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;