Searched refs:tile_row_idx (Results 1 – 1 of 1) sorted by relevance
3410 int tile_row_idx, tile_col_idx; in get_next_job_info() local3432 for (tile_row_idx = tile_rows_start; tile_row_idx < tile_rows_end; in get_next_job_info()3433 ++tile_row_idx) { in get_next_job_info()3436 if (tile_row_idx * cm->tile_cols + tile_col_idx < start_tile || in get_next_job_info()3437 tile_row_idx * cm->tile_cols + tile_col_idx > end_tile) in get_next_job_info()3440 tile_data = pbi->tile_data + tile_row_idx * cm->tile_cols + tile_col_idx; in get_next_job_info()3464 tile_row = tile_row_idx; in get_next_job_info()