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

/xsrc/external/mit/MesaLib/dist/src/freedreno/common/
H A Dfreedreno_devices.py87 Note that tile_max_h is normally only constrained by corresponding
88 bitfield size/shift (ie. VSC_BIN_SIZE, or similar), but tile_max_h
94 tile_max_w, tile_max_h, num_vsc_pipes):
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
[all...]
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.c185 assert(gmem->bin_h < screen.info->tile_max_h);
H A Dfreedreno_gmem.c188 if (bin_h > screen->info->tile_max_h)
226 uint32_t max_height = screen->info->tile_max_h;
/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
H A Dtu_util.c89 const uint32_t max_tile_height = dev->physical_device->info->tile_max_h;
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D21.1.0.rst1428 - turnip: consider tile_max_h when calculating tiling config

Completed in 15 milliseconds