Searched refs:gmem_align_w (Results 1 – 7 of 7) sorted by relevance
38 info->gmem_align_w = 16; in freedreno_dev_info_init()90 info->gmem_align_w = info->tile_align_w = 64; in freedreno_dev_info_init()97 info->gmem_align_w = info->tile_align_w = 32; in freedreno_dev_info_init()104 info->gmem_align_w = info->tile_align_w = 32; in freedreno_dev_info_init()111 info->gmem_align_w = info->tile_align_w = 32; in freedreno_dev_info_init()
39 uint32_t gmem_align_w, gmem_align_h; member
668 pGranularity->width = device->physical_device->info.gmem_align_w; in tu_GetRenderAreaGranularity()
2439 x1 % phys_dev->info.gmem_align_w || in tu_store_gmem_attachment()2440 (x2 % phys_dev->info.gmem_align_w && x2 != iview->extent.width) || in tu_store_gmem_attachment()
391 x1 = x1 & ~(phys_dev->info.gmem_align_w - 1); in tu6_emit_blit_scissor()393 x2 = ALIGN_POT(x2 + 1, phys_dev->info.gmem_align_w) - 1; in tu6_emit_blit_scissor()
1025 scanout_templat.width0 = align(tmpl->width0, screen->info.gmem_align_w); in fd_resource_create_with_modifiers()1124 fdl_cpp_shift(&rsc->layout) + util_logbase2(screen->info.gmem_align_w); in fd_resource_from_handle()
503 key->minx = scissor->minx & ~(screen->info.gmem_align_w - 1); in gmem_key_init()