Searched refs:snoop (Results 1 - 16 of 16) sorted by relevance
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/ |
| H A D | sna_dri3.c | 208 if (bo->snoop) { 266 if (bo->snoop) {
|
| H A D | kgem.c | 1970 list_init(&kgem->snoop); 2556 assert(!bo->snoop || bo->rq == NULL); 2622 assert(!bo->snoop); 2670 assert(!bo->snoop); 2770 assert(!bo->snoop); 2818 DBG(("%s: moving %d to snoop cachee\n", __FUNCTION__, bo->handle)); 2819 list_add(&bo->list, &kgem->snoop); 2833 } else if (bo->snoop) { 2856 if (list_is_empty(&kgem->snoop)) { 2864 list_for_each_entry(bo, &kgem->snoop, lis [all...] |
| H A D | kgem.h | 91 uint32_t snoop : 1; member in struct:kgem_bo 153 struct list snoop; member in struct:kgem 347 return bo->snoop; 621 return bo->snoop;
|
| H A D | sna_render.c | 328 if (!blt && priv->cpu_bo->snoop && priv->source_count > SOURCE_BIAS) { 611 !priv->cpu_bo->snoop && priv->cpu_bo->pitch < 4096) {
|
| H A D | sna_blt.c | 2913 } else if (bo->snoop && tmp->dst.bo->snoop) {
|
| H A D | sna_accel.c | 555 priv->cpu_bo->handle, priv->cpu_bo->snoop)); 780 __FUNCTION__, bo->snoop ? "CPU" : "GPU", bo->handle, pixmap->drawable.serialNumber)); 785 if (bo->snoop) { 4076 if ((flags & IGNORE_DAMAGE) == 0 && priv->cpu_bo->snoop) { 12310 if (bo->rq == NULL && (bo->snoop || bo->pitch >= 4096))
|
| H A D | gen3_render.c | 2314 assert(sna->render.vbo->snoop == false); 2380 assert(bo->snoop == false);
|
| H A D | sna_display.c | 595 assert(!bo->snoop);
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/ |
| H A D | sna_dri3.c | 205 if (bo->snoop) { 263 if (bo->snoop) {
|
| H A D | kgem.c | 1518 list_init(&kgem->snoop); 2085 assert(!bo->snoop || bo->rq == NULL); 2151 assert(!bo->snoop); 2194 assert(!bo->snoop); 2289 assert(!bo->snoop); 2336 DBG(("%s: moving %d to snoop cachee\n", __FUNCTION__, bo->handle)); 2337 list_add(&bo->list, &kgem->snoop); 2351 } else if (bo->snoop) { 2375 if (list_is_empty(&kgem->snoop)) { 2383 list_for_each_entry(bo, &kgem->snoop, lis [all...] |
| H A D | kgem.h | 90 uint32_t snoop : 1; member in struct:kgem_bo 146 struct list snoop; member in struct:kgem 337 return bo->snoop; 589 return bo->snoop;
|
| H A D | sna_render.c | 342 if (!blt && priv->cpu_bo->snoop && priv->source_count > SOURCE_BIAS) { 627 !priv->cpu_bo->snoop && priv->cpu_bo->pitch < 4096) {
|
| H A D | sna_blt.c | 2841 } else if (bo->snoop && tmp->dst.bo->snoop) {
|
| H A D | sna_accel.c | 544 priv->cpu_bo->handle, priv->cpu_bo->snoop)); 771 __FUNCTION__, bo->snoop ? "CPU" : "GPU", bo->handle, pixmap->drawable.serialNumber)); 776 if (bo->snoop) { 3949 if ((flags & IGNORE_DAMAGE) == 0 && priv->cpu_bo->snoop) { 12111 if (bo->rq == NULL && (bo->snoop || bo->pitch >= 4096))
|
| H A D | gen3_render.c | 2276 assert(sna->render.vbo->snoop == false); 2336 assert(bo->snoop == false);
|
| H A D | sna_display.c | 383 assert(!bo->snoop);
|
Completed in 94 milliseconds