Searched refs:hw_align (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dradeon_textured_video.c300 pPriv->hw_align = drmmode_get_base_align(pScrn, 2, 0);
302 pPriv->hw_align = 64;
307 pPriv->hw_align = 256;
309 pPriv->hw_align = 64;
320 dstPitch = RADEON_ALIGN(dst_width << 1, pPriv->hw_align);
323 dstPitch = RADEON_ALIGN(dst_width, pPriv->hw_align);
324 dstPitch2 = RADEON_ALIGN(dstPitch >> 1, pPriv->hw_align);
330 dstPitch = RADEON_ALIGN(dst_width << 1, pPriv->hw_align);
337 size = RADEON_ALIGN(size, pPriv->hw_align);
346 size, pPriv->hw_align,
[all...]
H A Dradeon_video.h125 int hw_align; member in struct:__anone192d83f0108
H A Devergreen_textured_videofuncs.c288 tex_res.pitch = RADEON_ALIGN(accel_state->src_obj[0].pitch >> 1, pPriv->hw_align);
311 tex_res.pitch = RADEON_ALIGN(accel_state->src_obj[0].pitch >> 1, pPriv->hw_align);
H A Dr600_textured_videofuncs.c316 tex_res.pitch = RADEON_ALIGN(accel_state->src_obj[0].pitch >> 1, pPriv->hw_align);
339 tex_res.pitch = RADEON_ALIGN(accel_state->src_obj[0].pitch >> 1, pPriv->hw_align);
/xsrc/external/mit/xf86-video-ati-kms/dist/src/
H A Dradeon_video.h61 int hw_align; member in struct:__anonab35d3770108
H A Dradeon_textured_video.c280 pPriv->hw_align = drmmode_get_base_align(pScrn, 2, 0);
282 pPriv->hw_align = 64;
292 dstPitch = RADEON_ALIGN(dst_width << 1, pPriv->hw_align);
295 dstPitch = RADEON_ALIGN(dst_width, pPriv->hw_align);
296 dstPitch2 = RADEON_ALIGN(dstPitch >> 1, pPriv->hw_align);
302 dstPitch = RADEON_ALIGN(dst_width << 1, pPriv->hw_align);
309 size = RADEON_ALIGN(size, pPriv->hw_align);
319 size, pPriv->hw_align,
326 pPriv->hw_align,
362 pPriv->planeu_offset = RADEON_ALIGN(pPriv->planeu_offset, pPriv->hw_align);
[all...]
H A Devergreen_textured_videofuncs.c273 tex_res.pitch = RADEON_ALIGN(accel_state->src_obj[0].pitch >> 1, pPriv->hw_align);
297 tex_res.pitch = RADEON_ALIGN(accel_state->src_obj[0].pitch >> 1, pPriv->hw_align);
H A Dr600_textured_videofuncs.c289 tex_res.pitch = RADEON_ALIGN(accel_state->src_obj[0].pitch >> 1, pPriv->hw_align);
312 tex_res.pitch = RADEON_ALIGN(accel_state->src_obj[0].pitch >> 1, pPriv->hw_align);

Completed in 11 milliseconds