Searched refs:tile_max_w (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/freedreno/common/
H A Dfreedreno_devices.py94 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 Dfreedreno_dev_info.h46 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 Dgmemtool.c184 assert(gmem->bin_w < screen.info->tile_max_w);
H A Dfreedreno_gmem.c185 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 Dtu_util.c88 const uint32_t max_tile_width = dev->physical_device->info->tile_max_w;

Completed in 8 milliseconds