Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_gmem.h61 uint16_t maxpw, maxph; /* maximum pipe width/height */ member
Dfreedreno_gmem.c337 gmem->maxph = tpp_y; in gmem_stateobj_init()
763 unsigned nbins = gmem->maxpw * gmem->maxph; in fd_gmem_estimate_bins_per_pipe()
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_gmem.c135 if ((gmem->maxpw * gmem->maxph) > 32) in use_hw_binning()
138 if ((gmem->maxpw > 15) || (gmem->maxph > 15)) in use_hw_binning()
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_gmem.c237 if ((gmem->maxpw * gmem->maxph) > 32) in use_hw_binning()
240 if ((gmem->maxpw > 15) || (gmem->maxph > 15)) in use_hw_binning()
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_gmem.c149 if ((gmem->maxpw * gmem->maxph) > 32) in use_hw_binning()
152 if ((gmem->maxpw > 15) || (gmem->maxph > 15)) in use_hw_binning()
/external/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_gmem.c257 if ((gmem->maxpw * gmem->maxph) > 32) in use_hw_binning()