Searched defs:copy_height (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_dma.c | 129 unsigned copy_height, in si_dma_copy_tile()
|
D | cik_sdma.c | 182 unsigned copy_height = DIV_ROUND_UP(src_box->height, rsrc->surface.blk_h); in cik_sdma_copy_texture() local
|
/external/mesa3d/src/gallium/state_trackers/nine/ |
D | surface9.c | 628 int src_x, src_y, dst_x, dst_y, copy_width, copy_height; in NineSurface9_CopyMemToDefault() local
|
D | device9.c | 1264 int copy_width, copy_height; in NineDevice9_UpdateSurface() local
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_state.c | 2848 unsigned copy_height, in r600_dma_copy_tile() 2953 unsigned dst_pitch, src_pitch, bpp, dst_mode, src_mode, copy_height; in r600_dma_copy() local
|
D | evergreen_state.c | 3690 unsigned copy_height, in evergreen_dma_copy_tile() 3811 unsigned dst_pitch, src_pitch, bpp, dst_mode, src_mode, copy_height; in evergreen_dma_copy() local
|