Home | History | Annotate | Download | only in plugin

Lines Matching refs:kernel_count

376   const unsigned kernel_count;
510 int kernel_count;
2648 for (i = 0; i < agent->module->kernel_count; i++)
2684 for (i = 0; i < module->kernel_count; i++)
3184 for (unsigned i = 0; i < kernel->module->image_desc->kernel_count; i++)
3500 int kernel_count = image_desc->kernel_count;
3520 GCN_DEBUG ("Encountered %d kernels in an image\n", kernel_count);
3524 pair = GOMP_PLUGIN_malloc ((kernel_count + var_count + other_count - 2)
3529 + kernel_count * sizeof (struct kernel_info));
3531 module->kernel_count = kernel_count;
3538 for (unsigned i = 0; i < kernel_count; i++)
3737 kernel_count--;
3739 kernel_count--;
3741 if (rev_fn_table != NULL && kernel_count == 0)
3759 *rev_fn_table = GOMP_PLUGIN_malloc (kernel_count * sizeof (uint64_t));
3762 kernel_count * sizeof (uint64_t));
3765 return kernel_count + var_count + other_count;