Searched refs:gmem_align_h (Results 1 – 6 of 6) sorted by relevance
/third_party/mesa3d/src/freedreno/common/ |
D | freedreno_devices.py | 92 def __init__(self, gmem_align_w, gmem_align_h, argument 96 self.gmem_align_h = gmem_align_h 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/freedreno/vulkan/ |
D | tu_pass.c | 835 pGranularity->height = device->physical_device->info->gmem_align_h; in tu_GetRenderAreaGranularity()
|
D | tu_clear_blit.c | 2870 y1 % phys_dev->info->gmem_align_h || (y2 % phys_dev->info->gmem_align_h && need_y2_align); in tu_store_gmem_attachment()
|
D | tu_cmd_buffer.c | 434 y1 = y1 & ~(phys_dev->info->gmem_align_h - 1); in tu6_emit_blit_scissor() 436 y2 = ALIGN_POT(y2 + 1, phys_dev->info->gmem_align_h) - 1; in tu6_emit_blit_scissor()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
D | freedreno_gmem.c | 509 key->miny = scissor->miny & ~(screen->info->gmem_align_h - 1); in gmem_key_init()
|