Searched refs:planeu_offset (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/xf86-video-ati-kms/dist/src/
H A Dradeon_video.h35 int planeu_offset; member in struct:__anonab35d3770108
H A Dradeon_textured_video.c361 pPriv->planeu_offset = dstPitch * aligned_height;
362 pPriv->planeu_offset = RADEON_ALIGN(pPriv->planeu_offset, pPriv->hw_align);
363 pPriv->planev_offset = pPriv->planeu_offset + dstPitch2 * RADEON_ALIGN(((aligned_height + 1) >> 1), h_align);
391 d2line = pPriv->planeu_offset + ((top >> 1) * dstPitch2);
H A Devergreen_textured_videofuncs.c304 tex_res.base = pPriv->planeu_offset;
305 tex_res.mip_base = pPriv->planeu_offset;
H A Dr600_textured_videofuncs.c319 tex_res.base = pPriv->planeu_offset;
320 tex_res.mip_base = pPriv->planeu_offset;
H A Dradeon_textured_videofuncs.c184 OUT_TEXTURE_REG(RADEON_PP_TXOFFSET_1, pPriv->planeu_offset, src_bo);
575 OUT_TEXTURE_REG(R200_PP_TXOFFSET_1, pPriv->planeu_offset, src_bo);
1079 OUT_TEXTURE_REG(R300_TX_OFFSET_1, pPriv->planeu_offset, src_bo);
2523 OUT_TEXTURE_REG(R300_TX_OFFSET_1, pPriv->planeu_offset, src_bo);
/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dradeon_video.h95 int planeu_offset; member in struct:__anone192d83f0108
H A Dradeon_textured_video.c414 pPriv->planeu_offset = dstPitch * aligned_height;
415 pPriv->planeu_offset = RADEON_ALIGN(pPriv->planeu_offset, pPriv->hw_align);
416 pPriv->planev_offset = pPriv->planeu_offset + dstPitch2 * RADEON_ALIGN(((aligned_height + 1) >> 1), h_align);
444 d2line = pPriv->planeu_offset + ((top >> 1) * dstPitch2);
H A Devergreen_textured_videofuncs.c318 tex_res.base = accel_state->src_obj[0].offset + pPriv->planeu_offset;
319 tex_res.mip_base = accel_state->src_obj[0].offset + pPriv->planeu_offset;
H A Dr600_textured_videofuncs.c346 tex_res.base = accel_state->src_obj[0].offset + pPriv->planeu_offset;
347 tex_res.mip_base = accel_state->src_obj[0].offset + pPriv->planeu_offset;
H A Dradeon_textured_videofuncs.c262 OUT_TEXTURE_REG(RADEON_PP_TXOFFSET_1, txoffset + pPriv->planeu_offset, src_bo);
748 OUT_TEXTURE_REG(R200_PP_TXOFFSET_1, txoffset + pPriv->planeu_offset, src_bo);
1345 OUT_TEXTURE_REG(R300_TX_OFFSET_1, txoffset + pPriv->planeu_offset, src_bo);
2853 OUT_TEXTURE_REG(R300_TX_OFFSET_1, txoffset + pPriv->planeu_offset, src_bo);

Completed in 16 milliseconds