Searched refs:isl_dim_map (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/isl/
H A Disl_dim_map.h8 struct isl_dim_map;
9 typedef struct isl_dim_map isl_dim_map; typedef in typeref:struct:isl_dim_map
11 __isl_give isl_dim_map *isl_dim_map_alloc(isl_ctx *ctx, unsigned len);
12 void isl_dim_map_range(__isl_keep isl_dim_map *dim_map,
16 void isl_dim_map_dim_range(__isl_keep isl_dim_map *dim_map,
19 void isl_dim_map_dim(__isl_keep isl_dim_map *dim_map, __isl_keep isl_space *dim,
21 void isl_dim_map_div(__isl_keep isl_dim_map *dim_map,
25 __isl_take isl_dim_map *dim_map);
28 __isl_take isl_dim_map *dim_ma
[all...]
H A Disl_dim_map.c15 #include <isl_dim_map.h>
24 struct isl_dim_map { struct
29 __isl_give isl_dim_map *isl_dim_map_alloc(isl_ctx *ctx, unsigned len)
32 struct isl_dim_map *dim_map;
33 dim_map = isl_alloc(ctx, struct isl_dim_map,
34 sizeof(struct isl_dim_map) + len * sizeof(struct isl_dim_map_entry));
45 void isl_dim_map_range(__isl_keep isl_dim_map *dim_map,
63 void isl_dim_map_dim_range(__isl_keep isl_dim_map *dim_map,
80 void isl_dim_map_dim(__isl_keep isl_dim_map *dim_map, __isl_keep isl_space *dim,
87 void isl_dim_map_div(__isl_keep isl_dim_map *dim_ma
[all...]
H A Disl_schedule.c24 #include <isl_dim_map.h>
792 isl_dim_map *dim_map;
850 isl_dim_map *dim_map;
943 isl_dim_map *dim_map;
1023 isl_dim_map *dim_map;
2198 isl_dim_map *dim_map;
2247 isl_dim_map *dim_map;
H A Disl_map.c31 #include <isl_dim_map.h>
3043 struct isl_dim_map *dim_map;
3186 struct isl_dim_map *dim_map;
3342 struct isl_dim_map *dim_map;
3538 struct isl_dim_map *dim_map1, *dim_map2;
3633 struct isl_dim_map *dim_map1, *dim_map2;
3795 struct isl_dim_map *dim_map;
9094 struct isl_dim_map *dim_map1, *dim_map2;
9158 struct isl_dim_map *dim_map1, *dim_map2;
9203 struct isl_dim_map *dim_map
[all...]

Completed in 155 milliseconds