Home
last modified time | relevance | path

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

/hardware/intel/img/psb_video/src/x11/
Dpsb_ctexture.c466 … srcx, srcy, srcw, srch, destx, desty, destw, desth, texture_priv->current_blt_buffer); in psb_putsurface_ctexture()
484 … srcx, srcy, srcw, srch, destx, desty, destw, desth, texture_priv->current_blt_buffer); in psb_putsurface_ctexture()
487 …blit(ctx, (unsigned char *)texture_priv->blt_meminfo[texture_priv->current_blt_buffer], surface, s… in psb_putsurface_ctexture()
492 …blit(ctx, (unsigned char *)texture_priv->blt_meminfo[texture_priv->current_blt_buffer], surface, s… in psb_putsurface_ctexture()
498 texture_priv->current_blt_buffer = (texture_priv->current_blt_buffer + 1) & 0x01; in psb_putsurface_ctexture()
502 …, srcy, srcw, srch, destx, desty, display_width, display_height, texture_priv->current_blt_buffer); in psb_putsurface_ctexture()
505 …lit(ctx, (unsigned char *)texture_priv->flip_meminfo[texture_priv->current_blt_buffer], surface, s… in psb_putsurface_ctexture()
510 …lit(ctx, (unsigned char *)texture_priv->flip_meminfo[texture_priv->current_blt_buffer], surface, s… in psb_putsurface_ctexture()
516 texture_priv->current_blt_buffer++; in psb_putsurface_ctexture()
517 if (texture_priv->current_blt_buffer == DRI2_FLIP_BUFFERS_NUM) in psb_putsurface_ctexture()
[all …]
/hardware/intel/img/psb_video/src/
Dpsb_texture.h117 uint32_t current_blt_buffer; member
Dpsb_texture.c249 texture_priv->current_blt_buffer = 0; in psb_ctexture_init()