Home
last modified time | relevance | path

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

/external/mesa3d/src/freedreno/common/
Dfreedreno_devices.py103 tile_max_w, tile_max_h, num_vsc_pipes, argument
113 self.tile_max_h = tile_max_h
141 tile_max_h = max_bitfield_val(14, 8, 4) # 1008
144 tile_max_h = 1728
150 tile_max_h = tile_max_h,
196 tile_max_h = ~0, # TODO
217 tile_max_h = max_bitfield_val(9, 5, 5),
235 tile_max_h = max_bitfield_val(9, 5, 5),
254 tile_max_h = max_bitfield_val(16, 9, 5),
272 tile_max_h = max_bitfield_val(16, 9, 5),
[all …]
Dfreedreno_dev_info.h30 uint32_t tile_max_w, tile_max_h; member
/external/mesa3d/src/gallium/drivers/freedreno/
Dgmemtool.c167 assert(gmem->bin_h < screen.info->tile_max_h); in main()
Dfreedreno_gmem.c171 if (bin_h > screen->info->tile_max_h) in layout_gmem()
209 uint32_t max_height = screen->info->tile_max_h; in calc_nbins()
/external/mesa3d/src/freedreno/vulkan/
Dtu_util.cc183 MIN2(dev->physical_device->info->tile_max_h, in tu_tiling_config_update_tile_layout()
/external/mesa3d/docs/relnotes/
D21.1.0.rst1428 - turnip: consider tile_max_h when calculating tiling config