Home
last modified time | relevance | path

Searched refs:maxph (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_gmem.h61 uint16_t maxpw, maxph; /* maximum pipe width/height */ member
Dfreedreno_gmem.c340 gmem->maxph = tpp_y; in gmem_stateobj_init()
793 unsigned nbins = gmem->maxpw * gmem->maxph; in fd_gmem_estimate_bins_per_pipe()
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_gmem.c274 if ((gmem->maxpw * gmem->maxph) > 32) in use_hw_binning()
277 if ((gmem->maxpw > 15) || (gmem->maxph > 15)) in use_hw_binning()
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_gmem.c157 if ((gmem->maxpw * gmem->maxph) > 32) in use_hw_binning()
160 if ((gmem->maxpw > 15) || (gmem->maxph > 15)) in use_hw_binning()
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_gmem.c163 if ((gmem->maxpw * gmem->maxph) > 32) in use_hw_binning()
166 if ((gmem->maxpw > 15) || (gmem->maxph > 15)) in use_hw_binning()
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_gmem.c249 if ((gmem->maxpw * gmem->maxph) > 32) in use_hw_binning()