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

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_perfetto.h101 uint16_t nbins; member in struct:fd_perfetto_state
H A Dfreedreno_perfetto.cc215 if (p->nbins) {
219 data->set_value(std::to_string(p->nbins));
339 p->nbins = payload->nbins;
375 fd_context(pctx)->perfetto.nbins ? GMEM_STAGE_ID : BYPASS_STAGE_ID);
385 fd_context(pctx)->perfetto.nbins ? GMEM_STAGE_ID : BYPASS_STAGE_ID);
H A Dfreedreno_gmem.c137 printf("GMEM LAYOUT: bin=%ux%u, nbins=%ux%u\n", gmem->bin_w, gmem->bin_h,
778 unsigned nbins = gmem->maxpw * gmem->maxph; local in function:fd_gmem_estimate_bins_per_pipe
784 return nbins;
/xsrc/external/mit/MesaLib/dist/src/freedreno/decode/scripts/
H A Dparse-submits.lua54 local nbins
112 printf(" bin size: %ux%u (%u bins)\n", binw, binh, nbins)
403 nbins = r.VSC_BIN_COUNT.NX * r.VSC_BIN_COUNT.NY

Completed in 5 milliseconds