Searched refs:PREFER_GPU (Results 1 - 23 of 23) sorted by relevance
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/ |
| H A D | sna_accel.c | 3693 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 D | sna.h | 866 #define PREFER_GPU 0x1 macro
|
| H A D | sna_blt.c | 2609 hint |= PREFER_GPU; 2710 hint |= PREFER_GPU; 2879 hint |= PREFER_GPU;
|
| H A D | sna_composite.c | 988 hint = can_render(sna) ? PREFER_GPU : 0;
|
| H A D | gen4_render.c | 1714 hint = PREFER_GPU | RENDER_GPU;
|
| H A D | gen5_render.c | 1666 hint = PREFER_GPU | RENDER_GPU;
|
| H A D | gen6_render.c | 1971 hint = PREFER_GPU | RENDER_GPU;
|
| H A D | gen7_render.c | 2200 hint = PREFER_GPU | RENDER_GPU;
|
| H A D | gen8_render.c | 2031 hint = PREFER_GPU | RENDER_GPU;
|
| H A D | gen9_render.c | 2107 hint = PREFER_GPU | RENDER_GPU;
|
| H A D | gen2_render.c | 1647 hint = PREFER_GPU | RENDER_GPU;
|
| H A D | gen3_render.c | 3231 hint = PREFER_GPU | RENDER_GPU;
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/ |
| H A D | sna_accel.c | 3570 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 D | sna.h | 753 #define PREFER_GPU 0x1 macro
|
| H A D | sna_composite.c | 975 hint = can_render(sna) ? PREFER_GPU : 0;
|
| H A D | sna_blt.c | 2552 hint |= PREFER_GPU; 2642 hint |= PREFER_GPU; 2808 hint |= PREFER_GPU;
|
| H A D | gen2_render.c | 1622 hint = PREFER_GPU | FORCE_GPU | RENDER_GPU;
|
| H A D | gen4_render.c | 1667 hint = PREFER_GPU | FORCE_GPU | RENDER_GPU;
|
| H A D | gen5_render.c | 1621 hint = PREFER_GPU | FORCE_GPU | RENDER_GPU;
|
| H A D | gen6_render.c | 1930 hint = PREFER_GPU | FORCE_GPU | RENDER_GPU;
|
| H A D | gen7_render.c | 2150 hint = PREFER_GPU | FORCE_GPU | RENDER_GPU;
|
| H A D | gen8_render.c | 1964 hint = PREFER_GPU | FORCE_GPU | RENDER_GPU;
|
| H A D | gen3_render.c | 3185 hint = PREFER_GPU | FORCE_GPU | RENDER_GPU;
|
Completed in 138 milliseconds