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

  /src/external/gpl3/gcc/dist/gcc/config/gcn/
gcn-run.cc 475 device_malloc (size_t size, hsa_region_t region) function
680 struct kernargs *kernargs = device_malloc (sizeof (*kernargs),
686 } *args = device_malloc (sizeof (struct argdata), kernargs_region);
689 struct heap *heap = device_malloc (heap_size, heap_region);
693 void *stack = device_malloc (stack_size, heap_region);
gcn-run.cc 475 device_malloc (size_t size, hsa_region_t region) function
680 struct kernargs *kernargs = device_malloc (sizeof (*kernargs),
686 } *args = device_malloc (sizeof (struct argdata), kernargs_region);
689 struct heap *heap = device_malloc (heap_size, heap_region);
693 void *stack = device_malloc (stack_size, heap_region);
  /src/external/gpl3/gcc.old/dist/gcc/config/gcn/
gcn-run.cc 474 device_malloc (size_t size, hsa_region_t region) function
692 struct kernargs *kernargs = device_malloc (sizeof (*kernargs),
698 } *args = device_malloc (sizeof (struct argdata), kernargs_region);
701 struct heap *heap = device_malloc (heap_size, heap_region);
gcn-run.cc 474 device_malloc (size_t size, hsa_region_t region) function
692 struct kernargs *kernargs = device_malloc (sizeof (*kernargs),
698 } *args = device_malloc (sizeof (struct argdata), kernargs_region);
701 struct heap *heap = device_malloc (heap_size, heap_region);

Completed in 64 milliseconds