HomeSort by: relevance | last modified time | path
    Searched refs:fbLocation (Results 1 - 16 of 16) sorted by relevancy

  /xsrc/external/mit/xf86-video-ati/dist/src/
radeon_cursor.c 109 uint64_t location = info->fbLocation + radeon_crtc->cursor_offset + pScrn->fbOffset;
117 info->fbLocation + radeon_crtc->cursor_offset + pScrn->fbOffset);
156 uint64_t location = info->fbLocation + radeon_crtc->cursor_offset + pScrn->fbOffset;
radeon_render.c 484 OUT_ACCEL_REG(RADEON_PP_TXOFFSET_0, offset + info->fbLocation +
623 fboffset = info->fbLocation + pScrn->fbOffset +
630 fboffset = (info->fbLocation + pScrn->fbOffset +
825 OUT_ACCEL_REG(R200_PP_TXOFFSET_0, offset + info->fbLocation +
965 fboffset = info->fbLocation + pScrn->fbOffset +
972 fboffset = (info->fbLocation + pScrn->fbOffset +
r600_exa.c 159 accel_state->vs_mc_addr = info->fbLocation + pScrn->fbOffset + accel_state->shaders->offset +
161 accel_state->ps_mc_addr = info->fbLocation + pScrn->fbOffset + accel_state->shaders->offset +
194 dst.offset = exaGetPixmapOffset(pPix) + info->fbLocation + pScrn->fbOffset;
604 src_obj.offset = exaGetPixmapOffset(pSrc) + info->fbLocation + pScrn->fbOffset;
605 dst_obj.offset = exaGetPixmapOffset(pDst) + info->fbLocation + pScrn->fbOffset;
745 tmp_offset = accel_state->copy_area->offset + info->fbLocation + pScrn->fbOffset;
746 orig_offset = exaGetPixmapOffset(pDst) + info->fbLocation + pScrn->fbOffset;
1306 src_obj.offset = exaGetPixmapOffset(pSrc) + info->fbLocation + pScrn->fbOffset;
1307 dst_obj.offset = exaGetPixmapOffset(pDst) + info->fbLocation + pScrn->fbOffset;
1343 mask_obj.offset = exaGetPixmapOffset(pMask) + info->fbLocation + pScrn->fbOffset
    [all...]
radeon_macros.h 196 OUT_ACCEL_REG((reg), (offset) + info->fbLocation + pScrn->fbOffset);} \
radeon_accel.c 571 offset += info->fbLocation + pScrn->fbOffset;
840 uint32_t dstOffs = dst - (uint8_t*)info->FB + info->fbLocation;
1422 ((info->dri->frontOffset + info->fbLocation) >> 10));
1425 ((info->dri->backOffset + info->fbLocation) >> 10));
1428 ((info->dri->depthOffset + info->fbLocation) >> 10));
r600_textured_videofuncs.c 177 dst_obj.offset = exaGetPixmapOffset(pPixmap) + info->fbLocation + pScrn->fbOffset;
178 src_obj.offset = pPriv->src_offset + info->fbLocation + pScrn->fbOffset;
atombios_crtc.c 730 uint64_t fb_location = crtc->scrn->fbOffset + info->fbLocation;
833 uint64_t fb_location = crtc->scrn->fbOffset + info->fbLocation;
radeon_driver.c 1414 save->display_base_addr = info->fbLocation;
1415 save->display2_base_addr = info->fbLocation;
1416 save->ov0_base_addr = info->fbLocation;
1534 info->fbLocation = ((uint64_t)info->mc_fb_location & 0xffff) << 24;
1536 info->fbLocation = ((uint64_t)info->mc_fb_location & 0xffff) << 16;
3656 << 22) | ((info->fbLocation + pScrn->fbOffset) >> 10));
4249 info->fbLocation = ((uint64_t)info->mc_fb_location & 0xffff) << 24;
4251 info->fbLocation = ((uint64_t)info->mc_fb_location & 0xffff) << 16;
4255 << 22) | ((info->fbLocation + pScrn->fbOffset) >> 10));
radeon_video.c 2686 base_offset = ((info->fbLocation + base_offset) & (~0U << 22)) -
2687 info->fbLocation;
2827 if (info->ModeReg->ov0_base_addr != (info->fbLocation + base_offset)) {
2829 info->ModeReg->ov0_base_addr, (uint32_t)info->fbLocation + base_offset);
2830 info->ModeReg->ov0_base_addr = info->fbLocation + base_offset;
radeon_exa.c 873 return info->fbLocation + offset;
radeon_textured_video.c 209 uint32_t dst_mc_addr = dst - (unsigned char *)info->FB + info->fbLocation;
radeon.h 817 uint64_t fbLocation;
  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/
radeon_screen.h 118 unsigned int fbLocation;
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/
radeon_screen.h 128 unsigned int fbLocation;
  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/r200/
r200_state_init.c 938 rmesa->radeon.radeonScreen->depthOffset + rmesa->radeon.radeonScreen->fbLocation;
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/r200/
r200_state_init.c 938 rmesa->radeon.radeonScreen->depthOffset + rmesa->radeon.radeonScreen->fbLocation;

Completed in 20 milliseconds