OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nbins_y
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/gallium/drivers/freedreno/
freedreno_gmem.h
56
uint16_t bin_h,
nbins_y
;
member in struct:fd_gmem_stateobj
freedreno_gmem.c
117
uint32_t nbins_x = 1,
nbins_y
= 1;
local
186
nbins_y
++;
187
bin_h = align(height /
nbins_y
, gmem_alignh);
191
DBG("using %d bins of size %dx%d", nbins_x*
nbins_y
, bin_w, bin_h);
199
gmem->
nbins_y
=
nbins_y
;
216
while (div_round_up(
nbins_y
, tpp_y) > 8)
218
while ((div_round_up(
nbins_y
, tpp_y) *
232
if (yoff >=
nbins_y
) {
239
pipe->h = MIN2(tpp_y,
nbins_y
- yoff)
[
all
...]
Completed in 7836 milliseconds