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

/xsrc/external/mit/MesaLib/dist/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 in struct:fd_dev_info
/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
H A Dtu_util.c87 const uint32_t tile_align_h = dev->physical_device->info->tile_align_h; local in function:tu_tiling_config_update_tile_layout
98 .height = align(fb->height, tile_align_h),
112 fb->tile0.height = align(DIV_ROUND_UP(fb->height, 2), tile_align_h);
126 util_align_npot(DIV_ROUND_UP(fb->height, fb->tile_count.height), tile_align_h);
137 assert(fb->tile0.height > tile_align_h);
140 align(DIV_ROUND_UP(fb->height, fb->tile_count.height), tile_align_h);
H A Dtu_pass.c480 uint32_t block_align_shift = 3; /* log2(gmem_align/(tile_align_w*tile_align_h)) */
482 uint32_t gmem_align = (1 << block_align_shift) * tile_align_w * phys_dev->info->tile_align_h;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_gmem.c183 bin_h = div_align(key->height, nbins_y, screen->info->tile_align_h);
244 while (div_align(key->height, nbins_y, screen->info->tile_align_h) >
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/
H A Dtu_cmd_buffer.c134 const uint32_t tile_align_h = dev->physical_device->tile_align_h; local in function:tu_tiling_config_update_tile_layout
139 .y = tiling->render_area.offset.y & ~(tile_align_h - 1),
156 .height = align(ra_height, tile_align_h),
175 align(ra_height / tiling->tile_count.height, tile_align_h);
H A Dtu_pass.c415 pGranularity->height = device->physical_device->tile_align_h;
H A Dtu_private.h310 uint32_t tile_align_h; member in struct:tu_physical_device
H A Dtu_device.c261 device->tile_align_h = 32;
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D20.0.0.rst1817 - turnip: update tile_align_w/tile_align_h

Completed in 26 milliseconds