Searched refs:dest_picture (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/xf86-video-qxl/dist/src/
H A Dqxl_surface.h43 PicturePtr dest_picture; member in struct:qxl_surface_t::__anon2ef66f04010a::__anon2ef66f040208
H A Dqxl_surface.c579 PicturePtr dest_picture,
587 dest->u.composite.dest_picture = dest_picture;
678 dest->u.composite.dest_picture->format,
697 if (dest->u.composite.dest_picture->format == PICT_x8r8g8b8)
576 qxl_surface_prepare_composite(int op,PicturePtr src_picture,PicturePtr mask_picture,PicturePtr dest_picture,qxl_surface_t * src,qxl_surface_t * mask,qxl_surface_t * dest) argument
/xsrc/external/mit/xf86-video-intel/dist/src/uxa/
H A Di830_render.c145 static Bool i830_get_dest_format(PicturePtr dest_picture, uint32_t * dst_format) argument
149 switch (dest_picture->format) {
169 scrn = xf86ScreenToScrn(dest_picture->pDrawable->pScreen);
171 (int)dest_picture->format);
348 PicturePtr dest_picture,
351 ScrnInfoPtr scrn = xf86ScreenToScrn(dest_picture->pDrawable->pScreen);
376 if (!i830_get_dest_format(dest_picture, &tmp1)) {
448 PicturePtr mask_picture, PicturePtr dest_picture,
451 ScrnInfoPtr scrn = xf86ScreenToScrn(dest_picture->pDrawable->pScreen);
464 intel->render_dest_picture = dest_picture;
345 i830_check_composite(int op,PicturePtr source_picture,PicturePtr mask_picture,PicturePtr dest_picture,int width,int height) argument
447 i830_prepare_composite(int op,PicturePtr source_picture,PicturePtr mask_picture,PicturePtr dest_picture,PixmapPtr source,PixmapPtr mask,PixmapPtr dest) argument
[all...]
H A Di915_render.c147 static Bool i915_get_dest_format(PicturePtr dest_picture, uint32_t * dst_format) argument
151 switch (dest_picture->format) {
177 scrn = xf86ScreenToScrn(dest_picture->pDrawable->pScreen);
180 (int)dest_picture->format);
191 PicturePtr dest_picture,
194 ScrnInfoPtr scrn = xf86ScreenToScrn(dest_picture->pDrawable->pScreen);
221 if (!i915_get_dest_format(dest_picture, &tmp1)) {
650 PicturePtr mask_picture, PicturePtr dest_picture,
653 ScrnInfoPtr scrn = xf86ScreenToScrn(dest_picture->pDrawable->pScreen);
668 intel->render_dest_picture = dest_picture;
188 i915_check_composite(int op,PicturePtr source_picture,PicturePtr mask_picture,PicturePtr dest_picture,int width,int height) argument
649 i915_prepare_composite(int op,PicturePtr source_picture,PicturePtr mask_picture,PicturePtr dest_picture,PixmapPtr source,PixmapPtr mask,PixmapPtr dest) argument
848 PicturePtr dest_picture = intel->render_dest_picture; local in function:i915_emit_composite_setup
[all...]
H A Di965_render.c150 static uint32_t i965_get_dest_format(PicturePtr dest_picture) argument
152 switch (dest_picture->format) {
183 PicturePtr dest_picture,
186 ScrnInfoPtr scrn = xf86ScreenToScrn(dest_picture->pDrawable->pScreen);
211 if (i965_get_dest_format(dest_picture) == -1) {
213 (int)dest_picture->format);
1552 PicturePtr dest_picture = intel->render_dest_picture; local in function:i965_emit_composite_state
1620 i965_get_blend_cntl(op, mask_picture, dest_picture->format,
2022 PicturePtr mask_picture, PicturePtr dest_picture,
2025 ScrnInfoPtr scrn = xf86ScreenToScrn(dest_picture
180 i965_check_composite(int op,PicturePtr source_picture,PicturePtr mask_picture,PicturePtr dest_picture,int width,int height) argument
2021 i965_prepare_composite(int op,PicturePtr source_picture,PicturePtr mask_picture,PicturePtr dest_picture,PixmapPtr source,PixmapPtr mask,PixmapPtr dest) argument
[all...]
/xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
H A Di830_render.c145 static Bool i830_get_dest_format(PicturePtr dest_picture, uint32_t * dst_format) argument
149 switch (dest_picture->format) {
169 scrn = xf86ScreenToScrn(dest_picture->pDrawable->pScreen);
171 (int)dest_picture->format);
348 PicturePtr dest_picture,
351 ScrnInfoPtr scrn = xf86ScreenToScrn(dest_picture->pDrawable->pScreen);
376 if (!i830_get_dest_format(dest_picture, &tmp1)) {
448 PicturePtr mask_picture, PicturePtr dest_picture,
451 ScrnInfoPtr scrn = xf86ScreenToScrn(dest_picture->pDrawable->pScreen);
464 intel->render_dest_picture = dest_picture;
345 i830_check_composite(int op,PicturePtr source_picture,PicturePtr mask_picture,PicturePtr dest_picture,int width,int height) argument
447 i830_prepare_composite(int op,PicturePtr source_picture,PicturePtr mask_picture,PicturePtr dest_picture,PixmapPtr source,PixmapPtr mask,PixmapPtr dest) argument
[all...]
H A Di915_render.c147 static Bool i915_get_dest_format(PicturePtr dest_picture, uint32_t * dst_format) argument
151 switch (dest_picture->format) {
177 scrn = xf86ScreenToScrn(dest_picture->pDrawable->pScreen);
180 (int)dest_picture->format);
191 PicturePtr dest_picture,
194 ScrnInfoPtr scrn = xf86ScreenToScrn(dest_picture->pDrawable->pScreen);
221 if (!i915_get_dest_format(dest_picture, &tmp1)) {
650 PicturePtr mask_picture, PicturePtr dest_picture,
653 ScrnInfoPtr scrn = xf86ScreenToScrn(dest_picture->pDrawable->pScreen);
668 intel->render_dest_picture = dest_picture;
188 i915_check_composite(int op,PicturePtr source_picture,PicturePtr mask_picture,PicturePtr dest_picture,int width,int height) argument
649 i915_prepare_composite(int op,PicturePtr source_picture,PicturePtr mask_picture,PicturePtr dest_picture,PixmapPtr source,PixmapPtr mask,PixmapPtr dest) argument
848 PicturePtr dest_picture = intel->render_dest_picture; local in function:i915_emit_composite_setup
[all...]
H A Di965_render.c150 static uint32_t i965_get_dest_format(PicturePtr dest_picture) argument
152 switch (dest_picture->format) {
183 PicturePtr dest_picture,
186 ScrnInfoPtr scrn = xf86ScreenToScrn(dest_picture->pDrawable->pScreen);
211 if (i965_get_dest_format(dest_picture) == -1) {
213 (int)dest_picture->format);
1552 PicturePtr dest_picture = intel->render_dest_picture; local in function:i965_emit_composite_state
1620 i965_get_blend_cntl(op, mask_picture, dest_picture->format,
2022 PicturePtr mask_picture, PicturePtr dest_picture,
2025 ScrnInfoPtr scrn = xf86ScreenToScrn(dest_picture
180 i965_check_composite(int op,PicturePtr source_picture,PicturePtr mask_picture,PicturePtr dest_picture,int width,int height) argument
2021 i965_prepare_composite(int op,PicturePtr source_picture,PicturePtr mask_picture,PicturePtr dest_picture,PixmapPtr source,PixmapPtr mask,PixmapPtr dest) argument
[all...]
/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di965_render.c584 PicturePtr dest_picture; member in struct:gen4_composite_op
1115 PicturePtr pDstPicture = composite_op->dest_picture;
1531 composite_op->dest_picture = pDstPicture;

Completed in 15 milliseconds