Lines Matching defs:pitch
733 uint32_t word4 = 0, yuv_format = 0, pitch = 0;
799 pitch = surflevel[base_level].nblk_x * util_format_get_blockwidth(params->pipe_format);
846 S_030000_PITCH((pitch / 8) - 1) |
1038 unsigned pitch;
1060 unsigned pitch = align(res->b.b.width0, pitch_alignment);
1094 pitch = (pitch / 8) - 1;
1095 color->pitch = S_028C64_PITCH_TILE_MAX(pitch);
1125 unsigned pitch, slice;
1140 pitch = (rtex->surface.u.legacy.level[level].nblk_x) / 8 - 1;
1277 color->pitch = S_028C64_PITCH_TILE_MAX(pitch);
1307 surf->cb_color_pitch = color.pitch;
1343 surf->cb_color_pitch = color.pitch;
3776 unsigned pitch,
3798 pitch_tile_max = ((pitch / bpp) / 8) - 1;
3819 addr += dst_y * pitch + dst_x * bpp;
3844 addr += src_y * pitch + src_x * bpp;
3853 size = (copy_height * pitch) / 4;
3859 if (((cheight * pitch) / 4) > EG_DMA_COPY_MAX_SIZE) {
3860 cheight = (EG_DMA_COPY_MAX_SIZE * 4) / pitch;
3862 size = (cheight * pitch) / 4;
3880 addr += cheight * pitch;
4117 rview->cb_color_pitch = color.pitch;
4276 rview->cb_color_pitch = color.pitch;