OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:h_tile
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/gallium/drivers/llvmpipe/
lp_surface.c
43
unsigned *w_tile, unsigned *
h_tile
)
48
*
h_tile
= ((y + height + TILE_SIZE - 1) & ~(TILE_SIZE - 1)) - *y_tile;
/external/mesa3d/src/gallium/drivers/r300/
r300_texture_desc.c
78
int
h_tile
;
local
79
h_tile
= table[macrotile][util_logbase2(pixsize)][microtile][DIM_HEIGHT];
80
align = 64 / (pixsize *
h_tile
);
Completed in 763 milliseconds