Lines Matching refs:pitch
892 uint32_t pitch; in r100_copy_blit() local
901 pitch = stride_bytes / 64; in r100_copy_blit()
934 radeon_ring_write(ring, (pitch << 22) | (src_offset >> 10)); in r100_copy_blit()
935 radeon_ring_write(ring, (pitch << 22) | (dst_offset >> 10)); in r100_copy_blit()
1717 track->cb[0].pitch = idx_value & RADEON_COLORPITCH_MASK; in r100_packet0_check()
1721 track->zb.pitch = idx_value & RADEON_DEPTHPITCH_MASK; in r100_packet0_check()
1804 track->textures[i].pitch = idx_value + 32; in r100_packet0_check()
2080 DRM_ERROR("pitch %d\n", t->pitch); in r100_cs_track_texture_print()
2178 w = (track->textures[u].pitch / track->textures[u].cpp) / (1 << i); in r100_cs_track_texture_check()
2180 w = track->textures[u].pitch / (1 << i); in r100_cs_track_texture_check()
2255 size = track->cb[i].pitch * track->cb[i].cpp * track->maxy; in r100_cs_track_check()
2262 i, track->cb[i].pitch, track->cb[i].cpp, in r100_cs_track_check()
2274 size = track->zb.pitch * track->zb.cpp * track->maxy; in r100_cs_track_check()
2281 track->zb.pitch, track->zb.cpp, in r100_cs_track_check()
2294 size = track->aa.pitch * track->cb[0].cpp * track->maxy; in r100_cs_track_check()
2301 i, track->aa.pitch, track->cb[0].cpp, in r100_cs_track_check()
2403 track->cb[i].pitch = 8192; in r100_cs_track_clear()
2409 track->zb.pitch = 8192; in r100_cs_track_clear()
2422 track->textures[i].pitch = 16536; in r100_cs_track_clear()
3096 uint32_t tiling_flags, uint32_t pitch, in r100_set_surface_reg() argument
3111 pitch = 0; in r100_set_surface_reg()
3131 flags |= pitch / 16; in r100_set_surface_reg()
3133 flags |= pitch / 8; in r100_set_surface_reg()