Searched refs:random_line (Results 1 – 2 of 2) sorted by relevance
147 tpg->random_line[plane] = vzalloc(max_w * 2 * pixelsz); in tpg_alloc()148 if (!tpg->random_line[plane]) in tpg_alloc()171 vfree(tpg->random_line[plane]); in tpg_free()174 tpg->random_line[plane] = NULL; in tpg_free()1383 u8 *pos = tpg->random_line[p] + x * twopixsize / 2; in tpg_precalculate_line()1770 u8 *wss = tpg->random_line[p] + params->wss_random_offset; in tpg_fill_plane_extras()1898 linestart_older = tpg->random_line[p] + in tpg_fill_plane_pattern()1900 linestart_newer = tpg->random_line[p] + in tpg_fill_plane_pattern()
185 u8 *random_line[TPG_MAX_PLANES]; member