Searched refs:tpp_x (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
237 tpp_x = 6;
240 tpp_x = tpp_y = 1;
244 div_round_up(nbins_x, tpp_x)) > screen->num_vsc_pipes)
245 tpp_x += 1;
248 gmem->maxpw = tpp_x;
267 pipe->w = MIN2(tpp_x, nbins_x - xoff);
270 xoff += tpp_x;
282 printf("%dx%d ... tpp=%dx%d\n", nbins_x, nbins_y, tpp_x, tpp_y);
309 p = ((i / tpp_y) * div_round_up(nbins_x, tpp_x))
[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
323 tpp_x = 6;
326 tpp_x = tpp_y = 1;
330 div_round_up(gmem->nbins_x, tpp_x)) > npipes)
331 tpp_x += 1;
335 tpp_x = env_var_as_unsigned("TPP_X", tpp_x);
336 tpp_y = env_var_as_unsigned("TPP_Y", tpp_x);
339 gmem->maxpw = tpp_x;
358 pipe->w = MIN2(tpp_x, gme
[all...]

Completed in 3 milliseconds