Searched refs:tile_max_h (Results 1 – 6 of 6) sorted by relevance
/third_party/mesa3d/src/freedreno/common/ |
D | freedreno_devices.py | 94 tile_max_w, tile_max_h, num_vsc_pipes): argument 100 self.tile_max_h = tile_max_h 116 tile_max_h = max_bitfield_val(14, 8, 4), 157 tile_max_h = ~0, # TODO 170 tile_max_h = max_bitfield_val(9, 5, 5), 182 tile_max_h = max_bitfield_val(9, 5, 5), 197 tile_max_h = max_bitfield_val(16, 9, 5),
|
D | freedreno_dev_info.h | 46 uint32_t tile_max_w, tile_max_h; member
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
D | gmemtool.c | 185 assert(gmem->bin_h < screen.info->tile_max_h); in main()
|
D | freedreno_gmem.c | 188 if (bin_h > screen->info->tile_max_h) in layout_gmem() 226 uint32_t max_height = screen->info->tile_max_h; in calc_nbins()
|
/third_party/mesa3d/src/freedreno/vulkan/ |
D | tu_util.c | 72 const uint32_t max_tile_height = dev->physical_device->info->tile_max_h; in tu_tiling_config_update_tile_layout()
|
/third_party/mesa3d/docs/relnotes/ |
D | 21.1.0.rst | 1428 - turnip: consider tile_max_h when calculating tiling config
|