Home
last modified time | relevance | path

Searched refs:gmem_align_w (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/freedreno/common/
Dfreedreno_devices.py92 def __init__(self, gmem_align_w, gmem_align_h, argument
95 self.gmem_align_w = gmem_align_w
113 super().__init__(gmem_align_w = 16, gmem_align_h = 4,
154 gmem_align_w = 32, gmem_align_h = 32,
167 gmem_align_w = 32, gmem_align_h = 32,
179 gmem_align_w = 32, gmem_align_h = 32,
194 gmem_align_w = 64, gmem_align_h = 32,
Dfreedreno_dev_info.h44 uint32_t gmem_align_w, gmem_align_h; member
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_resource.c1332 scanout_templat.width0 = align(tmpl->width0, screen->info->gmem_align_w); in fd_resource_create_with_modifiers()
1419 fdl_cpp_shift(&rsc->layout) + util_logbase2(screen->info->gmem_align_w); in fd_resource_from_handle()
Dfreedreno_gmem.c521 key->minx = scissor->minx & ~(screen->info->gmem_align_w - 1); in gmem_key_init()
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_pass.c1158 pGranularity->width = device->physical_device->info->gmem_align_w; in tu_GetRenderAreaGranularity()
Dtu_clear_blit.c3274 return (x1 % phys_dev->info->gmem_align_w || in tu_attachment_store_unaligned()
3275 (x2 % phys_dev->info->gmem_align_w && x2 != iview->view.width) || in tu_attachment_store_unaligned()
Dtu_cmd_buffer.c426 x1 = x1 & ~(phys_dev->info->gmem_align_w - 1); in tu6_emit_blit_scissor()
428 x2 = ALIGN_POT(x2 + 1, phys_dev->info->gmem_align_w) - 1; in tu6_emit_blit_scissor()