Searched refs:tile_height (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/system/dev/display/intel-i915/
H A Dtiling.h44 uint32_t tile_height = get_tile_px_height(tiling, format); local
45 return (height + tile_height - 1) / tile_height;
H A Dpipe.cpp302 uint32_t tile_height = height_in_tiles(image->type, image->height, image->pixel_format); local
304 uint32_t total_height = tile_height * tile_px_height;
308 stride = tile_height;

Completed in 32 milliseconds