Home
last modified time | relevance | path

Searched refs:need_y2_align (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/freedreno/vulkan/
Dtu_image.c411 iview->need_y2_align = in tu_image_view_init()
Dtu_clear_blit.c2435 bool need_y2_align = in tu_store_gmem_attachment() local
2436 y2 != iview->extent.height || iview->need_y2_align; in tu_store_gmem_attachment()
2441 y1 % phys_dev->info.gmem_align_h || (y2 % phys_dev->info.gmem_align_h && need_y2_align); in tu_store_gmem_attachment()
Dtu_private.h1302 bool need_y2_align; member