Searched refs:tile_cols_end (Results 1 – 2 of 2) sorted by relevance
2343 const int tile_cols_end = single_col ? tile_cols_start + 1 : tile_cols; in get_ls_tile_buffers() local2370 for (int c = tile_cols_start; c < tile_cols_end; ++c) { in get_ls_tile_buffers()2385 if (tile_cols_end != tile_cols) { in get_ls_tile_buffers()2760 int tile_cols_end; in decode_tiles() local2771 tile_cols_end = single_col ? tile_cols_start + 1 : tile_cols; in decode_tiles()2779 tile_cols_end = tile_cols; in decode_tiles()2786 if (tile_rows_end <= tile_rows_start || tile_cols_end <= tile_cols_start || in decode_tiles()2790 (tile_rows_end - 1) * tiles->cols + tile_cols_end - 1 < start_tile) in decode_tiles()2831 for (tile_col = tile_cols_start; tile_col < tile_cols_end; ++tile_col) { in decode_tiles()3021 const int tile_cols_end = frame_row_mt_info->tile_cols_end; in get_next_job_info() local[all …]
94 int tile_cols_end; member