Searched refs:tpp_y (Results 1 – 1 of 1) sorted by relevance
122 uint32_t tpp_x, tpp_y; in calculate_tiles() local215 tpp_x = tpp_y = 1; in calculate_tiles()216 while (div_round_up(nbins_y, tpp_y) > 8) in calculate_tiles()217 tpp_y += 2; in calculate_tiles()218 while ((div_round_up(nbins_y, tpp_y) * in calculate_tiles()229 yoff += tpp_y; in calculate_tiles()239 pipe->h = MIN2(tpp_y, nbins_y - yoff); in calculate_tiles()250 printf("%dx%d ... tpp=%dx%d\n", nbins_x, nbins_y, tpp_x, tpp_y); in calculate_tiles()277 p = ((i / tpp_y) * div_round_up(nbins_x, tpp_x)) + (j / tpp_x); in calculate_tiles()