Lines Matching defs:gpu_array_info
60 struct gpu_array_info { struct
62 isl_space *space;
64 char *type;
66 int size;
68 char *name;
70 isl_set *declared_extent;
72 isl_ast_expr *declared_size;
74 isl_set *extent;
76 unsigned n_index;
78 isl_multi_pw_aff *bound;
82 isl_ast_expr *bound_expr;
85 int n_ref;
86 struct gpu_stmt_access **refs;
89 int accessed;
92 int read_only_scalar;
95 int has_compound_element;
98 int only_fixed_element;
101 int local;
103 int declare_local;
106 int global;
109 int linearize;
133 struct gpu_array_info *array; argument