Searched defs:copy_height (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | cik_sdma.c | 74 unsigned copy_height = DIV_ROUND_UP(src_box->height, ssrc->surface.blk_h); in si_sdma_v4_copy_texture() local 236 unsigned copy_height = DIV_ROUND_UP(src_box->height, ssrc->surface.blk_h); in cik_sdma_copy_texture() local
|
/external/mesa3d/src/gallium/frontends/nine/ |
D | surface9.c | 639 int src_x, src_y, dst_x, dst_y, copy_width, copy_height; in NineSurface9_CopyMemToDefault() local
|
D | device9.c | 1356 int copy_width, copy_height; in NineDevice9_UpdateSurface() local
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_state.c | 2853 unsigned copy_height, in r600_dma_copy_tile() 2956 unsigned dst_pitch, src_pitch, bpp, dst_mode, src_mode, copy_height; in r600_dma_copy() local
|
D | evergreen_state.c | 3775 unsigned copy_height, in evergreen_dma_copy_tile() 3896 unsigned dst_pitch, src_pitch, bpp, dst_mode, src_mode, copy_height; in evergreen_dma_copy() local
|