OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nbins_x
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/gallium/drivers/freedreno/
freedreno_gmem.h
57
uint16_t bin_w,
nbins_x
;
member in struct:fd_gmem_stateobj
freedreno_gmem.c
117
uint32_t
nbins_x
= 1, nbins_y = 1;
local
166
nbins_x
++;
167
bin_w = align(width /
nbins_x
, gmem_alignw);
183
nbins_x
++;
184
bin_w = align(width /
nbins_x
, gmem_alignw);
191
DBG("using %d bins of size %dx%d",
nbins_x
*nbins_y, bin_w, bin_h);
198
gmem->
nbins_x
=
nbins_x
;
219
div_round_up(
nbins_x
, tpp_x)) > 8)
227
if (xoff >=
nbins_x
) {
[
all
...]
Completed in 570 milliseconds