Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/common/
H A Dfreedreno_devices.py93 tile_align_w, tile_align_h,
98 self.tile_align_h = tile_align_h
114 tile_align_w = 32, tile_align_h = 32,
155 tile_align_w = 32, tile_align_h = 32,
168 tile_align_w = 32, tile_align_h = 32,
180 tile_align_w = 32, tile_align_h = 32,
195 tile_align_w = 64, tile_align_h = 32,
H A Dfreedreno_dev_info.h42 uint32_t tile_align_w, tile_align_h; member
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_util.c70 const uint32_t tile_align_h = dev->physical_device->info->tile_align_h; in tu_tiling_config_update_tile_layout() local
82 .height = align(fb->height, tile_align_h), in tu_tiling_config_update_tile_layout()
96 tiling->tile0.height = align(DIV_ROUND_UP(fb->height, 2), tile_align_h); in tu_tiling_config_update_tile_layout()
110 util_align_npot(DIV_ROUND_UP(fb->height, tiling->tile_count.height), tile_align_h); in tu_tiling_config_update_tile_layout()
121 assert(tiling->tile0.height > tile_align_h); in tu_tiling_config_update_tile_layout()
124 align(DIV_ROUND_UP(fb->height, tiling->tile_count.height), tile_align_h); in tu_tiling_config_update_tile_layout()
H A Dtu_pass.c546 /* log2(gmem_align/(tile_align_w*tile_align_h)) */ in tu_render_pass_gmem_config()
550 phys_dev->info->tile_align_h; in tu_render_pass_gmem_config()
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_gmem.c183 bin_h = div_align(key->height, nbins_y, screen->info->tile_align_h); in layout_gmem()
244 while (div_align(key->height, nbins_y, screen->info->tile_align_h) > in calc_nbins()

Completed in 5 milliseconds