Lines Matching refs:kernel_count
344 const unsigned kernel_count; member
402 int kernel_count; member
533 for (unsigned i = 0; i < module->kernel_count; i++) in get_kernel_for_agent()
848 for (i = 0; i < module->kernel_count; i++) in destroy_hsa_program()
899 int kernel_count = image_desc->kernel_count; in GOMP_OFFLOAD_load_image() local
914 HSA_DEBUG ("Encountered %d kernels in an image\n", kernel_count); in GOMP_OFFLOAD_load_image()
915 pair = GOMP_PLUGIN_malloc (kernel_count * sizeof (struct addr_pair)); in GOMP_OFFLOAD_load_image()
919 + kernel_count * sizeof (struct kernel_info)); in GOMP_OFFLOAD_load_image()
921 module->kernel_count = kernel_count; in GOMP_OFFLOAD_load_image()
926 for (unsigned i = 0; i < kernel_count; i++) in GOMP_OFFLOAD_load_image()
944 return kernel_count; in GOMP_OFFLOAD_load_image()
1704 for (i = 0; i < module->kernel_count; i++) in destroy_module()