Lines Matching refs:tpg

31 static void *plane_vaddr(struct tpg_data *tpg, struct vb2_buffer *buf,  in plane_vaddr()  argument
37 if (p == 0 || tpg_g_buffers(tpg) > 1) in plane_vaddr()
41 vbuf += bpl[i] * h / tpg->vdownsampling[i]; in plane_vaddr()
343 for (p = 0; p < tpg_g_planes(&ctx->tpg); p++) { in visl_tpg_fill()
344 void *vbuf = plane_vaddr(&ctx->tpg, in visl_tpg_fill()
346 ctx->tpg.bytesperline, in visl_tpg_fill()
347 ctx->tpg.buf_height); in visl_tpg_fill()
349 tpg_calc_text_basep(&ctx->tpg, basep, p, vbuf); in visl_tpg_fill()
350 tpg_fill_plane_buffer(&ctx->tpg, 0, p, vbuf); in visl_tpg_fill()
354 tpg_gen_text(&ctx->tpg, basep, line++ * line_height, 16, buf); in visl_tpg_fill()
360 tpg_gen_text(&ctx->tpg, basep, line++ * line_height, 16, buf); in visl_tpg_fill()
369 tpg_gen_text(&ctx->tpg, basep, line++ * line_height, 16, line_str); in visl_tpg_fill()
387 tpg_gen_text(&ctx->tpg, basep, line++ * line_height, 16, buf); in visl_tpg_fill()
398 tpg_gen_text(&ctx->tpg, basep, line++ * line_height, 16, buf); in visl_tpg_fill()
406 tpg_gen_text(&ctx->tpg, basep, line++ * line_height, 16, buf); in visl_tpg_fill()
430 tpg_gen_text(&ctx->tpg, basep, line++ * line_height, 16, &buf[old_len]); in visl_tpg_fill()
449 tpg_gen_text(&ctx->tpg, basep, line++ * line_height, 16, buf); in visl_tpg_fill()
460 tpg_gen_text(&ctx->tpg, basep, line++ * line_height, 16, buf); in visl_tpg_fill()
468 tpg_gen_text(&ctx->tpg, basep, line++ * line_height, 16, buf); in visl_tpg_fill()
489 tpg_gen_text(&ctx->tpg, basep, line++ * line_height, 16, &buf[old_len]); in visl_tpg_fill()