Searched refs:planeu_offset (Results 1 - 10 of 10) sorted by relevance
| /xsrc/external/mit/xf86-video-ati-kms/dist/src/ |
| H A D | radeon_video.h | 35 int planeu_offset; member in struct:__anonab35d3770108
|
| H A D | radeon_textured_video.c | 361 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 D | evergreen_textured_videofuncs.c | 304 tex_res.base = pPriv->planeu_offset; 305 tex_res.mip_base = pPriv->planeu_offset;
|
| H A D | r600_textured_videofuncs.c | 319 tex_res.base = pPriv->planeu_offset; 320 tex_res.mip_base = pPriv->planeu_offset;
|
| H A D | radeon_textured_videofuncs.c | 184 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 D | radeon_video.h | 95 int planeu_offset; member in struct:__anone192d83f0108
|
| H A D | radeon_textured_video.c | 414 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 D | evergreen_textured_videofuncs.c | 318 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 D | r600_textured_videofuncs.c | 346 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 D | radeon_textured_videofuncs.c | 262 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