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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_gmem.c124 uint32_t tpp_x, tpp_y; local in function:calculate_tiles
238 tpp_y = 6;
240 tpp_x = tpp_y = 1;
241 while (div_round_up(nbins_y, tpp_y) > screen->num_vsc_pipes)
242 tpp_y += 2;
243 while ((div_round_up(nbins_y, tpp_y) *
249 gmem->maxph = tpp_y;
258 yoff += tpp_y;
268 pipe->h = MIN2(tpp_y, nbins_y - yoff);
282 printf("%dx%d ... tpp=%dx%d\n", nbins_x, nbins_y, tpp_x, tpp_y);
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_gmem.c288 uint32_t tpp_x, tpp_y; local in function:gmem_stateobj_init
324 tpp_y = 6;
326 tpp_x = tpp_y = 1;
327 while (div_round_up(gmem->nbins_y, tpp_y) > npipes)
328 tpp_y += 2;
329 while ((div_round_up(gmem->nbins_y, tpp_y) *
336 tpp_y = env_var_as_unsigned("TPP_Y", tpp_x);
340 gmem->maxph = tpp_y;
349 yoff += tpp_y;
359 pipe->h = MIN2(tpp_y, gme
[all...]

Completed in 7 milliseconds