Home
last modified time | relevance | path

Searched refs:scratch_pixmap (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Dexa.c74 ms_exa_pixmap_priv *scratch_pixmap; member
407 tmp_info.fd = ctx->scratch_pixmap->fd; in ms_exa_copy()
672 tmp_info.fd = ctx->scratch_pixmap->fd; in ms_exa_composite()
1172 ctx->scratch_pixmap = ms_exa_create_pixmap2(screen, in ms_init_exa()
1177 if (!ctx->scratch_pixmap) in ms_init_exa()
1202 if (ctx->scratch_pixmap) in ms_deinit_exa()
1203 ms_exa_destroy_pixmap(screen, ctx->scratch_pixmap); in ms_deinit_exa()