Searched refs:compute_linear (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/ |
| H A D | gen4_vertex.c | 312 compute_linear(const struct sna_composite_channel *channel, function in typeref:typename:force_inline float 575 v[1] = compute_linear(&op->src, r->src.x+r->width, r->src.y+r->height); 576 v[3] = compute_linear(&op->src, r->src.x, r->src.y+r->height); 577 v[5] = compute_linear(&op->src, r->src.x, r->src.y); 599 v[1] = compute_linear(&op->src, box->x2, box->y2); 600 v[3] = compute_linear(&op->src, box->x1, box->y2); 601 v[5] = compute_linear(&op->src, box->x1, box->y1); 941 v[1] = compute_linear(&op->src, r->src.x+r->width, r->src.y+r->height); 942 v[5] = compute_linear(&op->src, r->src.x, r->src.y+r->height); 943 v[9] = compute_linear( [all...] |
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/ |
| H A D | gen4_vertex.c | 312 compute_linear(const struct sna_composite_channel *channel, function in typeref:typename:force_inline float 575 v[1] = compute_linear(&op->src, r->src.x+r->width, r->src.y+r->height); 576 v[3] = compute_linear(&op->src, r->src.x, r->src.y+r->height); 577 v[5] = compute_linear(&op->src, r->src.x, r->src.y); 599 v[1] = compute_linear(&op->src, box->x2, box->y2); 600 v[3] = compute_linear(&op->src, box->x1, box->y2); 601 v[5] = compute_linear(&op->src, box->x1, box->y1); 941 v[1] = compute_linear(&op->src, r->src.x+r->width, r->src.y+r->height); 942 v[5] = compute_linear(&op->src, r->src.x, r->src.y+r->height); 943 v[9] = compute_linear( [all...] |
Completed in 6 milliseconds