| /xsrc/external/mit/xf86-video-intel/dist/src/sna/ |
| H A D | sna_trapezoids_mono.c | 75 const BoxRec *clip_start, *clip_end; member in struct:mono 493 find_clip_box_for_y(c->clip_start, c->clip_end, box->y1); 496 while (b != c->clip_end) { 542 find_clip_box_for_y(c->clip_start, c->clip_end, box->y1); 545 while (b != c->clip_end) { 778 region_get_boxes(&mono.clip, &mono.clip_start, &mono.clip_end); 958 region_get_boxes(&mono.clip, &mono.clip_start, &mono.clip_end); 1004 region_get_boxes(&mono.clip, &mono.clip_start, &mono.clip_end);
|
| H A D | sna_accel.c | 7688 const BoxRec * const clip_end = clip_start + data->region.data->numRects; local in function:sna_fill_spans__fill_clip_boxes 7716 c = find_clip_box_for_y(clip_start, clip_end, y); 7717 while (c != clip_end) { 7888 const BoxRec * const clip_end = clip_start + clip.data->numRects; local in function:sna_fill_spans_blt 7911 clip_end, 7913 while (c != clip_end) { 7990 const BoxRec * const clip_end = clip_start + clip.data->numRects; local in function:sna_fill_spans_blt 8013 clip_end, 8015 while (c != clip_end) { 9680 const BoxRec * const clip_end local in function:sna_poly_line_blt 10308 const BoxRec * const clip_end = clip_start + clip.data->numRects; local in function:sna_poly_segment_blt 11194 const BoxRec * const clip_end = clip_start + clip.data->numRects; local in function:sna_poly_rectangle_blt 11340 const BoxRec * const clip_end = clip_start + clip.data->numRects; local in function:sna_poly_rectangle_blt 12046 const BoxRec * const clip_end = clip_start + clip.data->numRects; local in function:sna_poly_fill_rect_blt 12671 const BoxRec * const clip_end = clip_start + clip.data->numRects; local in function:sna_poly_fill_rect_tiled_8x8_blt 13553 const BoxRec * const clip_end = clip_start + clip.data->numRects; local in function:sna_poly_fill_rect_stippled_8x8_blt 14092 const BoxRec * const clip_end = clip_start + clip.data->numRects; local in function:sna_poly_fill_rect_stippled_1_blt 14710 const BoxRec * const clip_end = clip_start + clip.data->numRects; local in function:sna_poly_fill_rect_stippled_n_blt__imm 14856 const BoxRec * const clip_end = clip_start + clip.data->numRects; local in function:sna_poly_fill_rect_stippled_n_blt [all...] |
| H A D | sna_trapezoids_precise.c | 1648 const BoxRec *clip_start, *clip_end; member in struct:span_thread_boxes 1711 find_clip_box_for_y(b->clip_start, b->clip_end, box->y1); 1714 while (c != b->clip_end) { 1759 boxes->clip_end = boxes->clip_start + region_num_rects(clip); 2226 const BoxRec *clip_start, *clip_end; member in struct:clipped_span 2240 find_clip_box_for_y(cs->clip_start, cs->clip_end, box->y1); 2243 while (c != cs->clip_end) { 2264 region_get_boxes(clip, &cs->clip_start, &cs->clip_end);
|
| H A D | sna_trapezoids_imprecise.c | 1700 const BoxRec *clip_start, *clip_end; member in struct:span_thread_boxes 1763 find_clip_box_for_y(b->clip_start, b->clip_end, box->y1); 1766 while (c != b->clip_end) { 1814 region_get_boxes(clip, &boxes->clip_start, &boxes->clip_end); 2232 const BoxRec *clip_start, *clip_end; member in struct:clipped_span 2246 find_clip_box_for_y(cs->clip_start, cs->clip_end, box->y1); 2249 while (c != cs->clip_end) { 2270 region_get_boxes(clip, &cs->clip_start, &cs->clip_end);
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/ |
| H A D | sna_accel.c | 7527 const BoxRec * const clip_end = clip_start + data->region.data->numRects; local in function:sna_fill_spans__fill_clip_boxes 7555 c = find_clip_box_for_y(clip_start, clip_end, y); 7556 while (c != clip_end) { 7727 const BoxRec * const clip_end = clip_start + clip.data->numRects; local in function:sna_fill_spans_blt 7750 clip_end, 7752 while (c != clip_end) { 7829 const BoxRec * const clip_end = clip_start + clip.data->numRects; local in function:sna_fill_spans_blt 7852 clip_end, 7854 while (c != clip_end) { 9537 const BoxRec * const clip_end local in function:sna_poly_line_blt 10154 const BoxRec * const clip_end = clip_start + clip.data->numRects; local in function:sna_poly_segment_blt 11025 const BoxRec * const clip_end = clip_start + clip.data->numRects; local in function:sna_poly_rectangle_blt 11171 const BoxRec * const clip_end = clip_start + clip.data->numRects; local in function:sna_poly_rectangle_blt 11847 const BoxRec * const clip_end = clip_start + clip.data->numRects; local in function:sna_poly_fill_rect_blt 12469 const BoxRec * const clip_end = clip_start + clip.data->numRects; local in function:sna_poly_fill_rect_tiled_8x8_blt 13347 const BoxRec * const clip_end = clip_start + clip.data->numRects; local in function:sna_poly_fill_rect_stippled_8x8_blt 13874 const BoxRec * const clip_end = clip_start + clip.data->numRects; local in function:sna_poly_fill_rect_stippled_1_blt 14487 const BoxRec * const clip_end = clip_start + clip.data->numRects; local in function:sna_poly_fill_rect_stippled_n_blt__imm 14632 const BoxRec * const clip_end = clip_start + clip.data->numRects; local in function:sna_poly_fill_rect_stippled_n_blt [all...] |