Searched refs:pixelsz (Results 1 – 1 of 1) sorted by relevance
126 unsigned pixelsz = plane ? 2 : 4; in tpg_alloc() local128 tpg->lines[pat][plane] = vzalloc(max_w * 2 * pixelsz); in tpg_alloc()133 tpg->downsampled_lines[pat][plane] = vzalloc(max_w * 2 * pixelsz); in tpg_alloc()139 unsigned pixelsz = plane ? 2 : 4; in tpg_alloc() local141 tpg->contrast_line[plane] = vzalloc(max_w * pixelsz); in tpg_alloc()144 tpg->black_line[plane] = vzalloc(max_w * pixelsz); in tpg_alloc()147 tpg->random_line[plane] = vzalloc(max_w * 2 * pixelsz); in tpg_alloc()