Searched refs:cow (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dsna_accel.c493 if (priv->cow)
495 assert(priv->cow == NULL);
1507 if (priv->cow) {
1508 struct sna_cow *cow = COW(priv->cow); local in function:sna_destroy_pixmap
1509 DBG(("%s: pixmap=%ld discarding cow, refcnt=%d\n",
1510 __FUNCTION__, pixmap->drawable.serialNumber, cow->refcnt));
1511 assert(cow->refcnt);
1512 if (!--cow->refcnt)
1513 free(cow);
1909 struct sna_cow *cow = COW(priv->cow); local in function:sna_pixmap_undo_cow
2039 struct sna_cow *cow; local in function:sna_pixmap_make_cow
3415 unsigned cow = flags & (MOVE_READ | MOVE_WRITE | __MOVE_FORCE); local in function:sna_pixmap_move_area_to_gpu
3652 unsigned cow = MOVE_WRITE | MOVE_READ | __MOVE_FORCE; local in function:sna_drawable_use_bo
4249 unsigned cow = flags & (MOVE_READ | MOVE_WRITE | __MOVE_FORCE); local in function:sna_pixmap_move_to_gpu
[all...]
H A Dsna.h131 struct sna_cow *cow; member in struct:sna_pixmap
H A Dsna_dri2.c1025 if (priv->cow)
H A Dsna_display.c1870 if (priv->cow)
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Dsna_accel.c482 if (priv->cow)
484 assert(priv->cow == NULL);
1464 if (priv->cow) {
1465 struct sna_cow *cow = COW(priv->cow); local in function:sna_destroy_pixmap
1466 DBG(("%s: pixmap=%ld discarding cow, refcnt=%d\n",
1467 __FUNCTION__, pixmap->drawable.serialNumber, cow->refcnt));
1468 assert(cow->refcnt);
1469 if (!--cow->refcnt)
1470 free(cow);
1851 struct sna_cow *cow = COW(priv->cow); local in function:sna_pixmap_undo_cow
1979 struct sna_cow *cow; local in function:sna_pixmap_make_cow
3288 unsigned cow = flags & (MOVE_READ | MOVE_WRITE | __MOVE_FORCE); local in function:sna_pixmap_move_area_to_gpu
3530 unsigned cow = MOVE_WRITE | MOVE_READ; local in function:sna_drawable_use_bo
4123 unsigned cow = flags & (MOVE_READ | MOVE_WRITE | __MOVE_FORCE); local in function:sna_pixmap_move_to_gpu
[all...]
H A Dsna.h131 struct sna_cow *cow; member in struct:sna_pixmap
H A Dsna_dri2.c780 if (priv->cow)
H A Dsna_display.c1292 if (priv->cow)

Completed in 45 milliseconds