Lines Matching refs:kernel_count
395 const unsigned kernel_count; member
521 int kernel_count; member
2682 for (i = 0; i < agent->module->kernel_count; i++) in destroy_hsa_program()
2718 for (i = 0; i < module->kernel_count; i++) in destroy_module()
3238 for (unsigned i = 0; i < kernel->module->image_desc->kernel_count; i++) in gcn_exec()
3533 int kernel_count = image_desc->kernel_count; in GOMP_OFFLOAD_load_image() local
3549 GCN_DEBUG ("Encountered %d kernels in an image\n", kernel_count); in GOMP_OFFLOAD_load_image()
3551 pair = GOMP_PLUGIN_malloc ((kernel_count + var_count - 2) in GOMP_OFFLOAD_load_image()
3556 + kernel_count * sizeof (struct kernel_info)); in GOMP_OFFLOAD_load_image()
3558 module->kernel_count = kernel_count; in GOMP_OFFLOAD_load_image()
3565 for (unsigned i = 0; i < kernel_count; i++) in GOMP_OFFLOAD_load_image()
3644 kernel_count--; in GOMP_OFFLOAD_load_image()
3646 kernel_count--; in GOMP_OFFLOAD_load_image()
3648 return kernel_count + var_count; in GOMP_OFFLOAD_load_image()