Home
last modified time | relevance | path

Searched refs:copy_height (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeonsi/
Dcik_sdma.c182 unsigned copy_height = DIV_ROUND_UP(src_box->height, rsrc->surface.blk_h); in cik_sdma_copy_texture() local
221 copy_height <= (1 << 14) && in cik_sdma_copy_texture()
226 copy_height < (1 << 14) && in cik_sdma_copy_texture()
232 srcy + copy_height != (1 << 14)))) { in cik_sdma_copy_texture()
251 radeon_emit(cs, copy_width | (copy_height << 16)); in cik_sdma_copy_texture()
254 radeon_emit(cs, (copy_width - 1) | ((copy_height - 1) << 16)); in cik_sdma_copy_texture()
309 copy_height == (1 << 14) || in cik_sdma_copy_texture()
318 tiled_y + copy_height == (1 << 14))) in cik_sdma_copy_texture()
367 (linear_y + copy_height - 1) * linear_pitch + in cik_sdma_copy_texture()
393 copy_height <= (1 << 14) && in cik_sdma_copy_texture()
[all …]
Dsi_dma.c129 unsigned copy_height, in si_dma_copy_tile() argument
191 size = copy_height * pitch; in si_dma_copy_tile()
196 cheight = copy_height; in si_dma_copy_tile()
212 copy_height -= cheight; in si_dma_copy_tile()
/external/mesa3d/src/gallium/state_trackers/nine/
Dsurface9.c628 int src_x, src_y, dst_x, dst_y, copy_width, copy_height; in NineSurface9_CopyMemToDefault() local
645 copy_height = pSourceRect->bottom - pSourceRect->top; in NineSurface9_CopyMemToDefault()
650 copy_height = From->desc.Height; in NineSurface9_CopyMemToDefault()
654 copy_width, copy_height, &dst_box); in NineSurface9_CopyMemToDefault()
656 copy_width, copy_height, &src_box); in NineSurface9_CopyMemToDefault()
677 copy_width, copy_height); in NineSurface9_CopyMemToDefault()
Ddevice9.c1264 int copy_width, copy_height; in NineDevice9_UpdateSurface() local
1293 copy_height = pSourceRect->bottom - pSourceRect->top; in NineDevice9_UpdateSurface()
1299 copy_height > 0 && in NineDevice9_UpdateSurface()
1304 copy_height = src->desc.Height; in NineDevice9_UpdateSurface()
1308 destRect.bottom = copy_height; in NineDevice9_UpdateSurface()
1336 copy_height == src->desc.Height && in NineDevice9_UpdateSurface()
1337 copy_height == dst->desc.Height)) { in NineDevice9_UpdateSurface()
1338 user_assert(!(copy_width % w) && !(copy_height % h), in NineDevice9_UpdateSurface()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_state.c2848 unsigned copy_height, in r600_dma_copy_tile() argument
2915 ncopy = (copy_height / cheight) + !!(copy_height % cheight); in r600_dma_copy_tile()
2919 cheight = cheight > copy_height ? copy_height : cheight; in r600_dma_copy_tile()
2935 copy_height -= cheight; in r600_dma_copy_tile()
2953 unsigned dst_pitch, src_pitch, bpp, dst_mode, src_mode, copy_height; in r600_dma_copy() local
2985 copy_height = src_box->height / rsrc->surface.blk_h; in r600_dma_copy()
3022 copy_height, dst_pitch, bpp)) { in r600_dma_copy()
Devergreen_state.c3690 unsigned copy_height, in evergreen_dma_copy_tile() argument
3768 size = (copy_height * pitch) / 4; in evergreen_dma_copy_tile()
3773 cheight = copy_height; in evergreen_dma_copy_tile()
3794 copy_height -= cheight; in evergreen_dma_copy_tile()
3811 unsigned dst_pitch, src_pitch, bpp, dst_mode, src_mode, copy_height; in evergreen_dma_copy() local
3845 copy_height = src_box->height / rsrc->surface.blk_h; in evergreen_dma_copy()
3890 copy_height, dst_pitch, bpp); in evergreen_dma_copy()