Home
last modified time | relevance | path

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

/freebsd-12.1/sys/arm/nvidia/drm2/
H A Dtegra_dc.c360 uint32_t h_offset, v_offset, h_size, v_size, bpp; in dc_setup_window() local
388 v_offset = win->src_y; in dc_setup_window()
393 v_offset += win->src_h - 1; in dc_setup_window()
400 v_offset &= ~1; in dc_setup_window()
402 v_offset |= 1; in dc_setup_window()
420 bpp, h_size, v_size, h_offset, v_offset); in dc_setup_window()
455 WR4(sc, DC_WINBUF_ADDR_V_OFFSET, v_offset); in dc_setup_window()
/freebsd-12.1/sys/dev/drm2/radeon/
H A Dradeon_legacy_tv.c433 int v_offset, h_offset; in radeon_legacy_tv_init_restarts() local
496 v_offset = ((int)(v_total * h_total) * 2 * tv_dac->v_pos) / (int)(NTSC_TV_LINES_PER_FRAME); in radeon_legacy_tv_init_restarts()
498 v_offset = ((int)(v_total * h_total) * 2 * tv_dac->v_pos) / (int)(PAL_TV_LINES_PER_FRAME); in radeon_legacy_tv_init_restarts()
500 restart -= v_offset + h_offset; in radeon_legacy_tv_init_restarts()
/freebsd-12.1/contrib/gcc/cp/
H A Dclass.c351 tree v_offset; in build_base_path() local
363 v_offset = build_indirect_ref (v_offset, NULL); in build_base_path()
369 v_offset = build2 (PLUS_EXPR, TREE_TYPE (v_offset), in build_base_path()
371 v_offset = build1 (NOP_EXPR, in build_base_path()
373 v_offset); in build_base_path()
374 v_offset = build_indirect_ref (v_offset, NULL); in build_base_path()
375 TREE_CONSTANT (v_offset) = 1; in build_base_path()
376 TREE_INVARIANT (v_offset) = 1; in build_base_path()
383 v_offset = build2 (code, ptrdiff_type_node, v_offset, offset); in build_base_path()
392 v_offset, in build_base_path()
[all …]