Searched refs:targ_fn_descriptor (Results 1 – 3 of 3) sorted by relevance
269 struct targ_fn_descriptor struct283 struct targ_fn_descriptor *fns; /* Array of functions. */ argument741 struct targ_fn_descriptor *targ_fn = (struct targ_fn_descriptor *) fn; in nvptx_exec()1274 struct targ_fn_descriptor *targ_fns; in GOMP_OFFLOAD_load_image()1308 targ_fns = GOMP_PLUGIN_malloc (sizeof (struct targ_fn_descriptor) in GOMP_OFFLOAD_load_image()1916 nvptx_adjust_launch_bounds (struct targ_fn_descriptor *fn, in nvptx_adjust_launch_bounds()1983 struct targ_fn_descriptor *tgt_fn_desc in GOMP_OFFLOAD_run()1984 = (struct targ_fn_descriptor *) tgt_fn; in GOMP_OFFLOAD_run()
255 struct targ_fn_descriptor struct269 struct targ_fn_descriptor *fns; /* Array of functions. */ argument709 struct targ_fn_descriptor *targ_fn = (struct targ_fn_descriptor *) fn; in nvptx_exec()1214 struct targ_fn_descriptor *targ_fns; in GOMP_OFFLOAD_load_image()1245 targ_fns = GOMP_PLUGIN_malloc (sizeof (struct targ_fn_descriptor) in GOMP_OFFLOAD_load_image()1827 nvptx_adjust_launch_bounds (struct targ_fn_descriptor *fn, in nvptx_adjust_launch_bounds()1884 CUfunction function = ((struct targ_fn_descriptor *) tgt_fn)->fn; in GOMP_OFFLOAD_run()
9241 (struct targ_fn_descriptor): Add new fields.9252 (GOMP_OFFLOAD_load_image): ...here. Set new targ_fn_descriptor11650 * plugin/plugin-nvptx.c (struct targ_fn_descriptor): Move later.