Searched refs:sna_drawable_use_bo (Results 1 – 12 of 12) sorted by relevance
/dports/x11-drivers/xf86-video-intel/xf86-video-intel-31486f40f8e8f8923ca0799aea84b58799754564/src/sna/ |
H A D | sna_accel.c | 8242 bo = sna_drawable_use_bo(drawable, PREFER_GPU, in sna_fill_spans() 8901 arg.bo = sna_drawable_use_bo(dst, PREFER_GPU, in sna_copy_plane() 9925 data.bo = sna_drawable_use_bo(drawable, PREFER_GPU, in sna_poly_line() 10020 if ((data.bo = sna_drawable_use_bo(drawable, in sna_poly_line() 10858 data.bo = sna_drawable_use_bo(drawable, PREFER_GPU, in sna_poly_segment() 10945 if ((data.bo = sna_drawable_use_bo(drawable, in sna_poly_segment() 11640 if (sna_drawable_use_bo(drawable, PREFER_GPU, in sna_poly_rectangle() 12195 if ((data.bo = sna_drawable_use_bo(draw, in sna_poly_fill_polygon() 15293 if ((data.bo = sna_drawable_use_bo(draw, in sna_poly_fill_arc() 16535 if ((bo = sna_drawable_use_bo(drawable, hint, in sna_image_glyph() [all …]
|
H A D | sna.h | 872 sna_drawable_use_bo(DrawablePtr drawable, unsigned flags, const BoxRec *box,
|
H A D | sna_composite.c | 1050 bo = sna_drawable_use_bo(&pixmap->drawable, hint, in sna_composite_rectangles()
|
H A D | sna_blt.c | 2604 tmp->dst.bo = sna_drawable_use_bo(dst->pDrawable, hint, in sna_blt_composite() 2705 tmp->dst.bo = sna_drawable_use_bo(dst->pDrawable, hint, in sna_blt_composite() 2876 tmp->dst.bo = sna_drawable_use_bo(dst->pDrawable, hint, in sna_blt_composite()
|
H A D | gen4_render.c | 1726 op->dst.bo = sna_drawable_use_bo(dst->pDrawable, hint, &box, &op->damage); in gen4_composite_set_target()
|
H A D | gen5_render.c | 1675 op->dst.bo = sna_drawable_use_bo(dst->pDrawable, hint, &box, &op->damage); in gen5_composite_set_target()
|
H A D | gen6_render.c | 1980 op->dst.bo = sna_drawable_use_bo(dst->pDrawable, hint, &box, &op->damage); in gen6_composite_set_target()
|
H A D | gen7_render.c | 2209 op->dst.bo = sna_drawable_use_bo(dst->pDrawable, hint, &box, &op->damage); in gen7_composite_set_target()
|
H A D | gen8_render.c | 2040 op->dst.bo = sna_drawable_use_bo(dst->pDrawable, hint, &box, &op->damage); in gen8_composite_set_target()
|
H A D | gen9_render.c | 2116 op->dst.bo = sna_drawable_use_bo(dst->pDrawable, hint, &box, &op->damage); in gen9_composite_set_target()
|
H A D | gen2_render.c | 1669 op->dst.bo = sna_drawable_use_bo(dst->pDrawable, hint, &box, &op->damage); in gen2_composite_set_target()
|
H A D | gen3_render.c | 3251 op->dst.bo = sna_drawable_use_bo(dst->pDrawable, hint, &box, &op->damage); in gen3_composite_set_target()
|