Searched refs:depth_pitch (Results 1 – 20 of 20) sorted by relevance
/linux-4.4.14/drivers/gpu/drm/r128/ |
D | r128_ioc32.c | 51 unsigned int depth_offset, depth_pitch; member 87 || __put_user(init32.depth_pitch, &init->depth_pitch) in compat_r128_init()
|
D | r128_cce.c | 442 dev_priv->depth_pitch = init->depth_pitch; in r128_do_init_cce() 449 dev_priv->depth_pitch_offset_c = (((dev_priv->depth_pitch / 8) << 21) | in r128_do_init_cce() 452 dev_priv->span_pitch_offset_c = (((dev_priv->depth_pitch / 8) << 21) | in r128_do_init_cce()
|
D | r128_drv.h | 113 unsigned int depth_pitch; member
|
D | r128_state.c | 1130 if (count > dev_priv->depth_pitch) in r128_cce_dispatch_read_pixels() 1131 count = dev_priv->depth_pitch; in r128_cce_dispatch_read_pixels()
|
/linux-4.4.14/drivers/gpu/drm/mga/ |
D | mga_ioc32.c | 49 unsigned int depth_offset, depth_pitch; member 84 || __put_user(init32.depth_pitch, &init->depth_pitch) in compat_mga_init()
|
D | mga_drv.h | 138 unsigned int depth_pitch; member
|
D | mga_dma.c | 806 dev_priv->depth_pitch = init->depth_pitch; in mga_do_init_dma()
|
/linux-4.4.14/drivers/gpu/drm/radeon/ |
D | radeon_ioc32.c | 49 unsigned int depth_offset, depth_pitch; member 84 || __put_user(init32.depth_pitch, &init->depth_pitch) in compat_radeon_cp_init()
|
D | radeon_cp.c | 1263 dev_priv->depth_pitch = init->depth_pitch; in radeon_do_init_cp() 1381 dev_priv->depth_pitch_offset = (((dev_priv->depth_pitch / 64) << 22) | in radeon_do_init_cp()
|
D | radeon_state.c | 990 RADEON_DEPTH_FORMAT_16BIT_INT_Z ? (dev_priv->depth_pitch / in radeon_cp_dispatch_clear() 992 depth_pitch / 4); in radeon_cp_dispatch_clear()
|
D | radeon_drv.h | 244 unsigned int depth_pitch; member
|
D | r600_cp.c | 2135 dev_priv->depth_pitch_offset = (((dev_priv->depth_pitch / 64) << 22) | in r600_do_init_cp()
|
/linux-4.4.14/include/uapi/drm/ |
D | savage_drm.h | 92 unsigned int depth_offset, depth_pitch; member
|
D | r128_drm.h | 238 unsigned int depth_offset, depth_pitch; member
|
D | mga_drm.h | 288 unsigned int depth_offset, depth_pitch; member
|
D | i915_drm.h | 86 unsigned int depth_pitch; member
|
D | radeon_drm.h | 579 unsigned int depth_offset, depth_pitch; member
|
/linux-4.4.14/drivers/gpu/drm/i810/ |
D | i810_drv.h | 104 int depth_pitch; member
|
/linux-4.4.14/drivers/gpu/drm/savage/ |
D | savage_bci.c | 697 dev_priv->depth_pitch = init->depth_pitch; in savage_do_init_bci() 827 dev_priv->depth_pitch / (dev_priv->depth_bpp / 8); in savage_do_init_bci()
|
D | savage_drv.h | 146 unsigned int depth_offset, depth_pitch; member
|