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

  /xsrc/external/mit/xf86-video-intel-old/dist/src/
i830_video.h 32 uint32_t UBuf0offset;
i915_video.c 305 OUT_RELOC(pPriv->buf, I915_GEM_DOMAIN_SAMPLER, 0, pPriv->UBuf0offset);
307 OUT_BATCH(pPriv->UBuf0offset);
i810_video.c 303 uint32_t UBuf0offset;
695 dst2 = pI810->FbBase + pPriv->UBuf0offset;
717 dst3 = pI810->FbBase + pPriv->UBuf0offset;
781 overlay->OBUF_0U = pPriv->UBuf0offset;
1035 pPriv->UBuf0offset = pPriv->YBuf0offset + (dstPitch * 2 * height);
1036 pPriv->VBuf0offset = pPriv->UBuf0offset + (dstPitch * height >> 1);
i830_video.c 1444 dst2 = dst_base + pPriv->UBuf0offset;
1509 dst3 = dst_base + pPriv->UBuf0offset;
2052 offsetu = pPriv->UBuf0offset;
2101 overlay->OBUF_0U = pPriv->UBuf0offset;
2418 pPriv->UBuf0offset = pPriv->VBuf0offset + (dstPitch * height / 2);
2428 pPriv->UBuf0offset = pPriv->YBuf0offset + (dstPitch * 2 * width);
2429 pPriv->VBuf0offset = pPriv->UBuf0offset + (dstPitch * width / 2);
2436 pPriv->UBuf0offset = pPriv->YBuf0offset + (dstPitch * 2 * height);
2437 pPriv->VBuf0offset = pPriv->UBuf0offset + (dstPitch * height / 2);
2543 pPriv->UBuf0offset = pPriv->YBuf0offset + height*width;
    [all...]
i965_video.c 1004 src_surf_base[4] = pPriv->UBuf0offset;
1005 src_surf_base[5] = pPriv->UBuf0offset;
  /xsrc/external/mit/xf86-video-intel/dist/src/legacy/i810/
i810_video.c 297 uint32_t UBuf0offset;
695 dst2 = pI810->FbBase + pPriv->UBuf0offset;
717 dst3 = pI810->FbBase + pPriv->UBuf0offset;
781 overlay->OBUF_0U = pPriv->UBuf0offset;
1035 pPriv->UBuf0offset = pPriv->YBuf0offset + (dstPitch * 2 * height);
1036 pPriv->VBuf0offset = pPriv->UBuf0offset + (dstPitch * height >> 1);
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/legacy/i810/
i810_video.c 293 uint32_t UBuf0offset;
685 dst2 = pI810->FbBase + pPriv->UBuf0offset;
707 dst3 = pI810->FbBase + pPriv->UBuf0offset;
771 overlay->OBUF_0U = pPriv->UBuf0offset;
1025 pPriv->UBuf0offset = pPriv->YBuf0offset + (dstPitch * 2 * height);
1026 pPriv->VBuf0offset = pPriv->UBuf0offset + (dstPitch * height >> 1);

Completed in 14 milliseconds