Searched refs:tile_depth (Results 1 – 1 of 1) sorted by relevance
1181 int tile_depth = compute_tile_depth(data, tile); in compute_group_bounds_core() local1182 if (tile_depth < unique_depth) in compute_group_bounds_core()1183 tile_depth = unique_depth; in compute_group_bounds_core()1184 if (tile_adjust_depth(tile, tile_depth) < 0) in compute_group_bounds_core()