Lines Matching refs:baseAlign
553 *max_alignment = addrGetMaxAlignmentsOutput.baseAlign; in ac_addrlib_create()
695 surf_level->offset_256B = align64(surf->surf_size, AddrSurfInfoOut->baseAlign) / 256; in gfx6_compute_level()
834 surf->meta_alignment_log2 = util_logbase2(AddrHtileOut->baseAlign); in gfx6_compute_level()
908 surf->surf_alignment_log2 = util_logbase2(csio->baseAlign); in gfx6_surface_settings()
1327 surf->fmask_alignment_log2 = util_logbase2(fout.baseAlign); in gfx6_compute_surface()
1744 surf->surf_alignment_log2 = MAX2(surf->surf_alignment_log2, util_logbase2(out.baseAlign)); in gfx9_compute_miptree()
1745 surf->u.gfx9.zs.stencil_offset = align(surf->surf_size, out.baseAlign); in gfx9_compute_miptree()
1765 surf->surf_alignment_log2 = util_logbase2(out.baseAlign); in gfx9_compute_miptree()
1830 surf->meta_alignment_log2 = util_logbase2(hout.baseAlign); in gfx9_compute_miptree()
2049 surf->fmask_alignment_log2 = util_logbase2(fout.baseAlign); in gfx9_compute_miptree()
2120 surf->cmask_alignment_log2 = util_logbase2(cout.baseAlign); in gfx9_compute_miptree()