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

  /src/external/gpl3/gcc/dist/libgomp/plugin/
plugin-gcn.c 812 bool alloc_allowed; local
816 &alloc_allowed);
818 GCN_DEBUG ("HSA_REGION_INFO_RUNTIME_ALLOC_ALLOWED: %u\n", alloc_allowed);
822 if (status != HSA_STATUS_SUCCESS || !alloc_allowed)
  /src/external/gpl3/gcc.old/dist/libgomp/plugin/
plugin-gcn.c 822 bool alloc_allowed; local
826 &alloc_allowed);
828 GCN_DEBUG ("HSA_REGION_INFO_RUNTIME_ALLOC_ALLOWED: %u\n", alloc_allowed);
832 if (status != HSA_STATUS_SUCCESS || !alloc_allowed)

Completed in 30 milliseconds