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

/haiku-buildtools/isl/include/isl/
H A Dpoint.h15 isl_ctx *isl_point_get_ctx(__isl_keep isl_point *pnt);
/haiku-buildtools/isl/
H A Disl_point.c10 isl_ctx *isl_point_get_ctx(__isl_keep isl_point *pnt) function
136 isl_die(isl_point_get_ctx(pnt), isl_error_invalid,
157 ctx = isl_point_get_ctx(pnt);
205 isl_die(isl_point_get_ctx(pnt), isl_error_invalid,
208 isl_die(isl_point_get_ctx(pnt), isl_error_invalid,
211 isl_die(isl_point_get_ctx(pnt), isl_error_invalid,
H A Dbound.c87 ctx = isl_point_get_ctx(pnt);
H A Disl_pw_templ.c653 ctx = isl_point_get_ctx(pnt);

Completed in 40 milliseconds