Searched refs:glamor_prepare_access (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/external/xserver/glamor/ |
| H A D | glamor_prepare.c | 236 glamor_prepare_access(DrawablePtr drawable, glamor_access_t access) in glamor_prepare_access() function 283 return glamor_prepare_access(picture->pDrawable, access); in glamor_prepare_access_picture() 330 return glamor_prepare_access(&gc->tile.pixmap->drawable, in glamor_prepare_access_gc() 334 return glamor_prepare_access(&gc->stipple->drawable, GLAMOR_ACCESS_RO); in glamor_prepare_access_gc()
|
| H A D | glamor_core.c | 236 if (glamor_prepare_access in glamor_validate_gc() 256 if (glamor_prepare_access(&gc->stipple->drawable, GLAMOR_ACCESS_RW)) { in glamor_validate_gc() 327 if (!glamor_prepare_access(&pixmap->drawable, GLAMOR_ACCESS_RO)) in glamor_bitmap_to_region()
|
| H A D | glamor_spans.c | 163 if (glamor_prepare_access(drawable, GLAMOR_ACCESS_RW) && in glamor_fill_spans_bail() 251 if (glamor_prepare_access(drawable, GLAMOR_ACCESS_RO)) in glamor_get_spans_bail() 370 if (glamor_prepare_access(drawable, GLAMOR_ACCESS_RW) && glamor_prepare_access_gc(gc)) in glamor_set_spans_bail()
|
| H A D | glamor_prepare.h | 27 glamor_prepare_access(DrawablePtr drawable, glamor_access_t access);
|
| H A D | glamor_copy.c | 174 …if (glamor_prepare_access(dst, GLAMOR_ACCESS_RW) && glamor_prepare_access(src, GLAMOR_ACCESS_RO)) { in glamor_copy_bail() 225 if (!glamor_prepare_access(src, GLAMOR_ACCESS_RO)) in glamor_copy_cpu_fbo() 315 if (!glamor_prepare_access(dst, GLAMOR_ACCESS_RW)) in glamor_copy_fbo_cpu()
|
| H A D | glamor_segs.c | 154 if (glamor_prepare_access(drawable, GLAMOR_ACCESS_RW) && in glamor_poly_segment_bail()
|
| H A D | glamor_rects.c | 184 if (glamor_prepare_access(drawable, GLAMOR_ACCESS_RW) && in glamor_poly_fill_rect_bail()
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 1941 glamor: Propagate glamor_prepare_access failures in copy helpers 1943 glamor_prepare_access can fail for a few reasons, especially when 49049 glamor_prepare_access bugfixing I'm going to do next. 54646 glamor_prepare_access/glamor_finish_access pairs. 55162 As this function will call glamor_prepare_access/glamor_finish_access 87162 As currently glamor_prepare_access/finish_access will touch 87313 than just using a system memory. From the glamor_prepare_access 88179 glamor: Fix up the access flags for glamor_prepare_access().
|