Searched refs:source_count (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/ |
| H A D | sna_render.c | 328 if (!blt && priv->cpu_bo->snoop && priv->source_count > SOURCE_BIAS) { 367 priv->source_count != SOURCE_BIAS) { 372 __FUNCTION__, w, h, priv->source_count, 388 priv->source_count*w*h >= (int)pixmap->drawable.width * pixmap->drawable.height) { 400 ++priv->source_count; 460 migrate = priv->source_count++ > SOURCE_BIAS; 465 box->x1, box->y1, box->x2, box->y2, priv->source_count, 470 count = priv->source_count++;
|
| H A D | sna.h | 145 uint8_t source_count; member in struct:sna_pixmap
|
| H A D | sna_accel.c | 517 priv->source_count = SOURCE_BIAS; 732 priv->source_count = SOURCE_BIAS; 2493 priv->source_count = SOURCE_BIAS; 3173 priv->source_count = SOURCE_BIAS; 5838 count = priv->source_count++; 12314 if (++priv->source_count > SOURCE_BIAS)
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/ |
| H A D | sna_render.c | 342 if (!blt && priv->cpu_bo->snoop && priv->source_count > SOURCE_BIAS) { 381 priv->source_count != SOURCE_BIAS) { 386 __FUNCTION__, w, h, priv->source_count, 402 priv->source_count*w*h >= (int)pixmap->drawable.width * pixmap->drawable.height) { 417 ++priv->source_count; 477 migrate = priv->source_count++ > SOURCE_BIAS; 482 box->x1, box->y1, box->x2, box->y2, priv->source_count, 487 count = priv->source_count++;
|
| H A D | sna.h | 145 uint8_t source_count; member in struct:sna_pixmap
|
| H A D | sna_accel.c | 506 priv->source_count = SOURCE_BIAS; 723 priv->source_count = SOURCE_BIAS; 2417 priv->source_count = SOURCE_BIAS; 3085 priv->source_count = SOURCE_BIAS; 5702 count = priv->source_count++; 12115 if (++priv->source_count > SOURCE_BIAS)
|
Completed in 44 milliseconds