Home
last modified time | relevance | path

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

/external/igt-gpu-tools/lib/
Digt_vc4.c362 uint32_t column_height = fourcc_mod_broadcom_param(dst->modifier); in vc4_fb_convert_plane_to_sand_tiled() local
385 column_size = column_width_bytes * column_height; in vc4_fb_convert_plane_to_sand_tiled()
418 uint32_t column_height = fourcc_mod_broadcom_param(src->modifier); in vc4_fb_convert_plane_from_sand_tiled() local
441 column_size = column_width_bytes * column_height; in vc4_fb_convert_plane_from_sand_tiled()
/external/igt-gpu-tools/tests/
Dkms_chamelium.c2008 size_t column_height = (rand() % height) + height; in update_tiled_modifier() local
2011 column_height); in update_tiled_modifier()
2013 *modifier = DRM_FORMAT_MOD_BROADCOM_SAND256_COL_HEIGHT(column_height); in update_tiled_modifier()