Searched refs:pitchalign (Results 1 – 2 of 2) sorted by relevance
31 unsigned pitchalign; member52 uint32_t pitchalign = screen->gmem_alignw; in setup_slices() local72 pitchalign = tile_alignment[rsc->cpp].pitchalign; in setup_slices()75 pitchalign = 64; in setup_slices()90 util_align_npot(width, pitchalign * util_format_get_blockwidth(format)); in setup_slices()92 slice->pitch = align(width, pitchalign); in setup_slices()
670 uint32_t pitchalign = screen->gmem_alignw; in setup_slices() local686 util_align_npot(width, pitchalign * util_format_get_blockwidth(format)); in setup_slices()688 slice->pitch = width = align(width, pitchalign); in setup_slices()898 uint32_t pitchalign = fd_screen(pscreen)->gmem_alignw; in fd_resource_from_handle() local928 if ((slice->pitch < align(prsc->width0, pitchalign)) || in fd_resource_from_handle()929 (slice->pitch & (pitchalign - 1))) in fd_resource_from_handle()