Lines Matching refs:kernel_count
392 const unsigned kernel_count; member
518 int kernel_count; member
2491 for (i = 0; i < agent->module->kernel_count; i++) in destroy_hsa_program()
2527 for (i = 0; i < module->kernel_count; i++) in destroy_module()
3043 for (unsigned i = 0; i < kernel->module->image_desc->kernel_count; i++) in gcn_exec()
3357 int kernel_count = image_desc->kernel_count; in GOMP_OFFLOAD_load_image() local
3374 GCN_DEBUG ("Encountered %d kernels in an image\n", kernel_count); in GOMP_OFFLOAD_load_image()
3377 pair = GOMP_PLUGIN_malloc ((kernel_count + var_count + other_count - 2) in GOMP_OFFLOAD_load_image()
3382 + kernel_count * sizeof (struct kernel_info)); in GOMP_OFFLOAD_load_image()
3384 module->kernel_count = kernel_count; in GOMP_OFFLOAD_load_image()
3391 for (unsigned i = 0; i < kernel_count; i++) in GOMP_OFFLOAD_load_image()
3505 kernel_count--; in GOMP_OFFLOAD_load_image()
3507 kernel_count--; in GOMP_OFFLOAD_load_image()
3509 return kernel_count + var_count + other_count; in GOMP_OFFLOAD_load_image()