Searched refs:snoop (Results 1 - 16 of 16) sorted by relevance

/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dsna_dri3.c208 if (bo->snoop) {
266 if (bo->snoop) {
H A Dkgem.c1970 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 Dkgem.h91 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 Dsna_render.c328 if (!blt && priv->cpu_bo->snoop && priv->source_count > SOURCE_BIAS) {
611 !priv->cpu_bo->snoop && priv->cpu_bo->pitch < 4096) {
H A Dsna_blt.c2913 } else if (bo->snoop && tmp->dst.bo->snoop) {
H A Dsna_accel.c555 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 Dgen3_render.c2314 assert(sna->render.vbo->snoop == false);
2380 assert(bo->snoop == false);
H A Dsna_display.c595 assert(!bo->snoop);
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Dsna_dri3.c205 if (bo->snoop) {
263 if (bo->snoop) {
H A Dkgem.c1518 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 Dkgem.h90 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 Dsna_render.c342 if (!blt && priv->cpu_bo->snoop && priv->source_count > SOURCE_BIAS) {
627 !priv->cpu_bo->snoop && priv->cpu_bo->pitch < 4096) {
H A Dsna_blt.c2841 } else if (bo->snoop && tmp->dst.bo->snoop) {
H A Dsna_accel.c544 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 Dgen3_render.c2276 assert(sna->render.vbo->snoop == false);
2336 assert(bo->snoop == false);
H A Dsna_display.c383 assert(!bo->snoop);

Completed in 94 milliseconds