Home
last modified time | relevance | path

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

/external/igt-gpu-tools/lib/
Digt_vc4.c363 uint32_t column_width_bytes, column_width, column_size; in vc4_fb_convert_plane_to_sand_tiled() local
369 column_width_bytes = 32; in vc4_fb_convert_plane_to_sand_tiled()
372 column_width_bytes = 64; in vc4_fb_convert_plane_to_sand_tiled()
375 column_width_bytes = 128; in vc4_fb_convert_plane_to_sand_tiled()
378 column_width_bytes = 256; in vc4_fb_convert_plane_to_sand_tiled()
384 column_width = column_width_bytes * dst->plane_width[plane] / dst->width; in vc4_fb_convert_plane_to_sand_tiled()
385 column_size = column_width_bytes * column_height; in vc4_fb_convert_plane_to_sand_tiled()
419 uint32_t column_width_bytes, column_width, column_size; in vc4_fb_convert_plane_from_sand_tiled() local
425 column_width_bytes = 32; in vc4_fb_convert_plane_from_sand_tiled()
428 column_width_bytes = 64; in vc4_fb_convert_plane_from_sand_tiled()
[all …]