Searched refs:gmem_align_h (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/freedreno/common/ |
| H A D | freedreno_devices.py | 92 def __init__(self, gmem_align_w, gmem_align_h, 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,
|
| H A D | freedreno_dev_info.h | 44 uint32_t gmem_align_w, gmem_align_h; member in struct:fd_dev_info
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/ |
| H A D | freedreno_gmem.c | 509 key->miny = scissor->miny & ~(screen->info->gmem_align_h - 1);
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/ |
| H A D | tu_pass.c | 835 pGranularity->height = device->physical_device->info->gmem_align_h;
|
| H A D | tu_clear_blit.c | 2870 y1 % phys_dev->info->gmem_align_h || (y2 % phys_dev->info->gmem_align_h && need_y2_align);
|
| H A D | tu_cmd_buffer.c | 434 y1 = y1 & ~(phys_dev->info->gmem_align_h - 1); 436 y2 = ALIGN_POT(y2 + 1, phys_dev->info->gmem_align_h) - 1;
|
Completed in 16 milliseconds