Home
last modified time | relevance | path

Searched refs:root_image (Results 1 – 12 of 12) sorted by relevance

/dports/science/quantum-espresso/q-e-qe-6.7.0/Modules/
H A Dmp_images.f9026 INTEGER :: root_image= 0 ! index of the root processor within an image variable
89 ionode = ( me_image == root_image )
90 ionode_id = root_image
111 ionode = ( me_image == root_image )
112 ionode_id = root_image
H A Denvironment.f9020 USE mp_images, ONLY: me_image, my_image_id, root_image, nimage, &
106 IF (me_image == root_image .OR. debug ) THEN
/dports/science/quantum-espresso/q-e-qe-6.7.0/NEB/src/
H A Dcompute_scf.f9038 my_image_id, nimage, root_image
77 IF ( my_image_id == root_image ) THEN
95 IF ( my_image_id == root_image ) THEN
123 IF ( my_image_id == root_image ) THEN
137 IF ( my_image_id == root_image + 1 ) THEN
/dports/science/plumed/plumed2-2.7.2/patches/qespresso-5.0.2.diff/PW/src/
H A Dpwscf.f9023 USE mp_global, ONLY : nimage, me_image, root_image, my_image_id
H A Dpwscf.f90.preplumed23 USE mp_global, ONLY : nimage, me_image, root_image, my_image_id
/dports/x11-wm/picom/picom-8.2/src/backend/
H A Dbackend.c153 if (ps->root_image) { in paint_all_new()
154 ps->backend_data->ops->compose(ps->backend_data, ps->root_image, 0, 0, in paint_all_new()
/dports/x11-wm/picom/picom-8.2/src/
H A Dpicom.c413 if (ps->backend_data && ps->root_image) { in destroy_backend()
414 ps->backend_data->ops->release_image(ps->backend_data, ps->root_image); in destroy_backend()
415 ps->root_image = NULL; in destroy_backend()
854 if (ps->root_image) { in root_damaged()
855 ps->backend_data->ops->release_image(ps->backend_data, ps->root_image); in root_damaged()
859 ps->root_image = ps->backend_data->ops->bind_pixmap( in root_damaged()
862 ps->backend_data, IMAGE_OP_RESIZE_TILE, ps->root_image, NULL, in root_damaged()
H A Dcommon.h199 void *root_image; member
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/src/Wharf/
H A DWharf.c157 ASImage *root_image; member
2929 target_root_image = &(aswf->root_image); in set_wharf_clip_area()
2989 if (aswf->root_image) { in clear_root_image_cache()
2990 safe_asimage_destroy (aswf->root_image); in clear_root_image_cache()
2991 if (Scr.RootImage == aswf->root_image) in clear_root_image_cache()
2993 aswf->root_image = NULL; in clear_root_image_cache()
3011 Scr.RootImage = aswf->root_image; in render_wharf_button()
3028 aswf->root_image = Scr.RootImage; in render_wharf_button()
/dports/science/quantum-espresso/q-e-qe-6.7.0/CPV/src/
H A Dexx_es.f9015 USE mp_global, ONLY : nproc_image, me_image, root_image, intra_image_comm
H A Dexx_gs.f9015 …USE mp_global, ONLY : nproc_image, me_image, root_image, intra_image_comm, intra_bg…
/dports/science/quantum-espresso/q-e-qe-6.7.0/TDDFPT/src/
H A Dlr_sternheimer.f9068 USE mp_images, ONLY : root_image, my_image_id