Searched refs:gmem_align_w (Results 1 – 7 of 7) sorted by relevance
/third_party/mesa3d/src/freedreno/common/ |
D | freedreno_devices.py | 92 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,
|
D | freedreno_dev_info.h | 44 uint32_t gmem_align_w, gmem_align_h; member
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
D | freedreno_resource.c | 1332 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()
|
D | freedreno_gmem.c | 521 key->minx = scissor->minx & ~(screen->info->gmem_align_w - 1); in gmem_key_init()
|
/third_party/mesa3d/src/freedreno/vulkan/ |
D | tu_pass.c | 1158 pGranularity->width = device->physical_device->info->gmem_align_w; in tu_GetRenderAreaGranularity()
|
D | tu_clear_blit.c | 3274 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()
|
D | tu_cmd_buffer.c | 426 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()
|