Searched refs:tile_max_w (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/freedreno/common/ |
| H A D | freedreno_devices.py | 94 tile_max_w, tile_max_h, num_vsc_pipes): 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)
|
| H A D | freedreno_dev_info.h | 46 uint32_t tile_max_w, tile_max_h; member in struct:fd_dev_info
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/ |
| H A D | gmemtool.c | 184 assert(gmem->bin_w < screen.info->tile_max_w);
|
| H A D | freedreno_gmem.c | 185 if (bin_w > screen->info->tile_max_w) 225 uint32_t max_width = screen->info->tile_max_w;
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/ |
| H A D | tu_util.c | 88 const uint32_t max_tile_width = dev->physical_device->info->tile_max_w;
|
Completed in 8 milliseconds