Searched refs:blit (Results 1 – 14 of 14) sorted by relevance
329 struct fimg2d_blit blit; in conv_hw() local332 memset(&blit, 0, sizeof(blit)); in conv_hw()333 blit.op = BLIT_OP_SRC_COPY; in conv_hw()334 blit.param.g_alpha = 0xFF; in conv_hw()335 blit.src = &g2d->src; in conv_hw()336 blit.dst = &g2d->dst; in conv_hw()337 blit.sync = BLIT_SYNC; in conv_hw()339 err = ioctl(g2d->fd, FIMG2D_BITBLT_BLIT, &blit); in conv_hw()
208 int (*blit)(struct copybit_device_t *dev, member
540 ctx->device.blit = blit_copybit; in open_copybit()
1525 ctx->device.blit = blit_copybit; in open_copybit()
209 int (*blit)(struct copybit_device_t *dev, member
602 ctx->device.blit = blit_copybit; in open_copybit()
1558 ctx->device.blit = blit_copybit; in open_copybit()
721 ctx->device.blit = blit_copybit; in open_copybit()
1577 ctx->device.blit = blit_copybit; in open_copybit()
1583 ctx->device.blit = blit_copybit; in open_copybit()
452 void (*blit)(struct fimg2d_control *info); member