Searched refs:REGION_NOTEMPTY (Results 1 - 9 of 9) sorted by relevance
| /xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/ |
| H A D | vmwgfx_saa.c | 240 if (!spix->damage || !REGION_NOTEMPTY(vsaa->pScreen, &spix->dirty_hw) || 256 if (!REGION_NOTEMPTY(vsaa->pScreen, &intersection)) 356 if (!REGION_NOTEMPTY(vsaa->pScreen, &spix->dirty_hw)) 753 *has_dirty_hw = REGION_NOTEMPTY(vsaa->pScreen, 755 *has_valid_hw = !REGION_NOTEMPTY(vsaa->pScreen, 763 *has_dirty_hw = REGION_NOTEMPTY(vsaa->pScreen, &intersection); 766 *has_valid_hw = !REGION_NOTEMPTY(vsaa->pScreen, &intersection); 875 if (spix->damage && REGION_NOTEMPTY(vsaa->pScreen, &intersection)) { 888 if (REGION_NOTEMPTY(vsaa->pScreen, upload)) { 1344 REGION_NOTEMPTY(vsa [all...] |
| H A D | vmwgfx_driver.c | 703 if (!REGION_NOTEMPTY(pScreen, dirty)) 776 REGION_NOTEMPTY(pscreen, vpix->pending_update)) {
|
| H A D | vmwgfx_output.c | 580 overlap = REGION_NOTEMPTY(vsaa->pScreen, &result);
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/ |
| H A D | compat-api.h | 167 #define RegionNotEmpty(r) REGION_NOTEMPTY(NULL, r)
|
| /xsrc/external/mit/xorg-server/dist/include/ |
| H A D | regionstr.h | 373 #define REGION_NOTEMPTY(pScreen, r) RegionNotEmpty(r) macro
|
| /xsrc/external/mit/xorg-server.old/dist/include/ |
| H A D | regionstr.h | 371 #define REGION_NOTEMPTY(pScreen, r) RegionNotEmpty(r) macro
|
| /xsrc/external/mit/xf86-video-qxl/dist/src/uxa/ |
| H A D | uxa-damage.c | 83 REGION_NOTEMPTY(d->pScreen, \ 94 #define checkPictureDamage(p) (REGION_NOTEMPTY(pScreen, p->pCompositeClip)) 109 if (!REGION_NOTEMPTY(pScreen, pRegion))
|
| /xsrc/external/mit/xf86-video-intel/dist/src/ |
| H A D | compat-api.h | 184 #define RegionNotEmpty(r) REGION_NOTEMPTY(NULL, r)
|
| /xsrc/external/mit/xf86-video-vmware/dist/saa/ |
| H A D | saa.c | 142 if (read_reg && REGION_NOTEMPTY(pScreen, read_reg))
|
Completed in 13 milliseconds