Searched refs:tile_max_w (Results 1 – 5 of 5) sorted by relevance
/third_party/mesa3d/src/freedreno/common/ |
D | freedreno_devices.py | 94 tile_max_w, tile_max_h, num_vsc_pipes): argument 99 self.tile_max_w = tile_max_w 115 tile_max_w = 1024, # max_bitfield_val(5, 0, 5) 156 tile_max_w = 512, 169 tile_max_w = 992, # max_bitfield_val(4, 0, 5) 181 tile_max_w = 1024, # max_bitfield_val(4, 0, 5) 196 tile_max_w = 1024, # max_bitfield_val(7, 0, 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 | 184 assert(gmem->bin_w < screen.info->tile_max_w); in main()
|
D | freedreno_gmem.c | 185 if (bin_w > screen->info->tile_max_w) in layout_gmem() 225 uint32_t max_width = screen->info->tile_max_w; in calc_nbins()
|
/third_party/mesa3d/src/freedreno/vulkan/ |
D | tu_util.c | 88 const uint32_t max_tile_width = dev->physical_device->info->tile_max_w; in tu_tiling_config_update_tile_layout()
|