Searched refs:dst_pitch (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/sys/dev/drm/
H A Dmga_drm.h403 int src_pitch, dst_pitch; member in struct:_drm_mga_blit
H A Dr600_blit.c1914 int w, int h, int src_pitch, int dst_pitch, int cpp)
1979 dst_pitch / cpp, dy2,
1996 dst_pitch * dy2, dst_gpu_addr);
1911 r600_blit_swap(struct drm_device *dev, uint64_t src_gpu_addr, uint64_t dst_gpu_addr, int sx, int sy, int dx, int dy, int w, int h, int src_pitch, int dst_pitch, int cpp) argument
H A Dr600_cp.c2243 int i, cpp, src_pitch, dst_pitch; local
2255 dst_pitch = dev_priv->front_pitch;
2260 dst_pitch = dev_priv->back_pitch;
2280 src_pitch, dst_pitch, cpp);
H A Dmga_state.c828 MGA_PITCH, blit->dst_pitch);
H A Dradeon_drv.h547 int w, int h, int src_pitch, int dst_pitch, int cpp);
/freebsd-11-stable/sys/dev/drm2/radeon/
H A Dradeon_drv.h463 int w, int h, int src_pitch, int dst_pitch, int cpp);

Completed in 226 milliseconds