Lines Matching defs:pitch
674 uint32_t word4 = 0, yuv_format = 0, pitch = 0;
731 pitch = tmp->surface.u.legacy.level[offset_level].nblk_x * util_format_get_blockwidth(state->format);
758 S_038000_PITCH((pitch / 8) - 1) |
817 unsigned pitch, slice;
836 pitch = rtex->surface.u.legacy.level[level].nblk_x / 8 - 1;
954 surf->cb_color_size = S_028060_PITCH_TILE_MAX(pitch) |
1046 unsigned level, pitch, slice, format, offset, array_mode;
1050 pitch = rtex->surface.u.legacy.level[level].nblk_x / 8 - 1;
1073 surf->db_depth_size = S_028000_PITCH_TILE_MAX(pitch) | S_028000_SLICE_TILE_MAX(slice);
2862 unsigned pitch,
2878 pitch_tile_max = ((pitch / bpp) / 8) - 1;
2898 addr += dst_y * pitch + dst_x * bpp;
2917 addr += src_y * pitch + src_x * bpp;
2927 cheight = ((R600_DMA_COPY_MAX_SIZE_DW * 4) / pitch) & 0xfffffff8;
2933 size = (cheight * pitch) / 4;
2947 addr += cheight * pitch;