Home
last modified time | relevance | path

Searched refs:FORCE_INPLACE (Results 1 – 2 of 2) sorted by relevance

/dports/x11-drivers/xf86-video-intel/xf86-video-intel-31486f40f8e8f8923ca0799aea84b58799754564/src/sna/
H A Dsna_io.c40 #define FORCE_INPLACE 0 /* 1 upload directly, -1 force indirect */ macro
214 if (FORCE_INPLACE) in download_inplace()
215 return FORCE_INPLACE > 0; in download_inplace()
784 if (FORCE_INPLACE) in __upload_inplace()
785 return FORCE_INPLACE > 0; in __upload_inplace()
H A Dsna_accel.c67 #define FORCE_INPLACE 0 macro
1616 if (FORCE_INPLACE) in pixmap_inplace()
1617 return FORCE_INPLACE > 0; in pixmap_inplace()
2553 if (FORCE_INPLACE) in region_inplace()
2554 return FORCE_INPLACE > 0; in region_inplace()