HomeSort by: relevance | last modified time | path
    Searched defs:ptx_device (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/libgomp/plugin/
plugin-nvptx.c 234 struct ptx_device *ptx_dev;
294 struct ptx_device struct
332 struct ptx_device *next;
335 static struct ptx_device **ptx_devices;
366 ptx_devices = GOMP_PLUGIN_malloc_cleared (sizeof (struct ptx_device *)
380 struct ptx_device *ptx_dev;
420 static struct ptx_device *
423 struct ptx_device *ptx_dev;
430 ptx_dev = GOMP_PLUGIN_malloc (sizeof (struct ptx_device));
547 nvptx_close_device (struct ptx_device *ptx_dev
    [all...]
  /src/external/gpl3/gcc/dist/libgomp/plugin/
plugin-nvptx.c 238 struct ptx_device *ptx_dev;
300 struct ptx_device struct
339 struct ptx_device *next;
342 static struct ptx_device **ptx_devices;
378 ptx_devices = GOMP_PLUGIN_malloc_cleared (sizeof (struct ptx_device *)
392 struct ptx_device *ptx_dev;
432 static struct ptx_device *
435 struct ptx_device *ptx_dev;
442 ptx_dev = GOMP_PLUGIN_malloc (sizeof (struct ptx_device));
563 nvptx_close_device (struct ptx_device *ptx_dev
    [all...]

Completed in 80 milliseconds