Searched refs:PREFER_GPU (Results 1 - 23 of 23) sorted by relevance

/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dsna_accel.c3693 DBG(("%s: exported target, set PREFER_GPU\n", __FUNCTION__));
3694 flags |= PREFER_GPU;
3697 DBG(("%s: shm target, discard PREFER_GPU\n", __FUNCTION__));
3698 flags &= ~PREFER_GPU;
3705 DBG(("%s: last on cpu and needs damage, discard PREFER_GPU\n", __FUNCTION__));
3706 flags &= ~PREFER_GPU;
3709 if ((flags & (PREFER_GPU | IGNORE_DAMAGE)) == IGNORE_DAMAGE) {
3711 DBG(("%s: not reading damage and large, set PREFER_GPU\n", __FUNCTION__));
3712 flags |= PREFER_GPU;
3719 if ((flags & PREFER_GPU)
[all...]
H A Dsna.h866 #define PREFER_GPU 0x1 macro
H A Dsna_blt.c2609 hint |= PREFER_GPU;
2710 hint |= PREFER_GPU;
2879 hint |= PREFER_GPU;
H A Dsna_composite.c988 hint = can_render(sna) ? PREFER_GPU : 0;
H A Dgen4_render.c1714 hint = PREFER_GPU | RENDER_GPU;
H A Dgen5_render.c1666 hint = PREFER_GPU | RENDER_GPU;
H A Dgen6_render.c1971 hint = PREFER_GPU | RENDER_GPU;
H A Dgen7_render.c2200 hint = PREFER_GPU | RENDER_GPU;
H A Dgen8_render.c2031 hint = PREFER_GPU | RENDER_GPU;
H A Dgen9_render.c2107 hint = PREFER_GPU | RENDER_GPU;
H A Dgen2_render.c1647 hint = PREFER_GPU | RENDER_GPU;
H A Dgen3_render.c3231 hint = PREFER_GPU | RENDER_GPU;
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Dsna_accel.c3570 DBG(("%s: exported target, set PREFER_GPU\n", __FUNCTION__));
3571 flags |= PREFER_GPU;
3574 DBG(("%s: shm target, discard PREFER_GPU\n", __FUNCTION__));
3575 flags &= ~PREFER_GPU;
3582 DBG(("%s: last on cpu and needs damage, discard PREFER_GPU\n", __FUNCTION__));
3583 flags &= ~PREFER_GPU;
3586 if ((flags & (PREFER_GPU | IGNORE_DAMAGE)) == IGNORE_DAMAGE) {
3588 DBG(("%s: not reading damage and large, set PREFER_GPU\n", __FUNCTION__));
3589 flags |= PREFER_GPU;
3596 if ((flags & PREFER_GPU)
[all...]
H A Dsna.h753 #define PREFER_GPU 0x1 macro
H A Dsna_composite.c975 hint = can_render(sna) ? PREFER_GPU : 0;
H A Dsna_blt.c2552 hint |= PREFER_GPU;
2642 hint |= PREFER_GPU;
2808 hint |= PREFER_GPU;
H A Dgen2_render.c1622 hint = PREFER_GPU | FORCE_GPU | RENDER_GPU;
H A Dgen4_render.c1667 hint = PREFER_GPU | FORCE_GPU | RENDER_GPU;
H A Dgen5_render.c1621 hint = PREFER_GPU | FORCE_GPU | RENDER_GPU;
H A Dgen6_render.c1930 hint = PREFER_GPU | FORCE_GPU | RENDER_GPU;
H A Dgen7_render.c2150 hint = PREFER_GPU | FORCE_GPU | RENDER_GPU;
H A Dgen8_render.c1964 hint = PREFER_GPU | FORCE_GPU | RENDER_GPU;
H A Dgen3_render.c3185 hint = PREFER_GPU | FORCE_GPU | RENDER_GPU;

Completed in 138 milliseconds