Searched refs:tpp_x (Results 1 - 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_gmem.c122 uint32_t tpp_x, tpp_y; local
215 tpp_x = tpp_y = 1;
219 div_round_up(nbins_x, tpp_x)) > 8)
220 tpp_x += 1;
238 pipe->w = MIN2(tpp_x, nbins_x - xoff);
241 xoff += tpp_x;
250 printf("%dx%d ... tpp=%dx%d\n", nbins_x, nbins_y, tpp_x, tpp_y);
277 p = ((i / tpp_y) * div_round_up(nbins_x, tpp_x)) + (j / tpp_x);

Completed in 83 milliseconds