HomeSort by relevance Sort by last modified time
    Searched refs:getGttOffsetInPage (Results 1 - 18 of 18) sorted by null

  /hardware/intel/img/hwcomposer/merrifield/include/
BufferMapper.h 55 virtual uint32_t getGttOffsetInPage(int subIndex) const = 0;
  /hardware/intel/img/hwcomposer/moorefield_hdmi/include/
BufferMapper.h 55 virtual uint32_t getGttOffsetInPage(int subIndex) const = 0;
  /hardware/intel/img/hwcomposer/merrifield/ips/common/
GrallocBufferMapperBase.h 34 uint32_t getGttOffsetInPage(int subIndex) const;
TTMBufferMapper.h 34 uint32_t getGttOffsetInPage(int subIndex) const {
GrallocBufferMapperBase.cpp 42 uint32_t GrallocBufferMapperBase::getGttOffsetInPage(int subIndex) const
OverlayPlaneBase.cpp 692 uint32_t gttOffsetInBytes = (mapper.getGttOffsetInPage(0) << 12);
    [all...]
  /hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
GrallocBufferMapperBase.h 34 uint32_t getGttOffsetInPage(int subIndex) const;
TTMBufferMapper.h 34 uint32_t getGttOffsetInPage(int /* subIndex */) const {
GrallocBufferMapperBase.cpp 42 uint32_t GrallocBufferMapperBase::getGttOffsetInPage(int subIndex) const
OverlayPlaneBase.cpp 666 uint32_t gttOffsetInBytes = (mapper.getGttOffsetInPage(0) << 12);
    [all...]
  /hardware/intel/img/hwcomposer/merrifield/ips/anniedale/
AnnCursorPlane.cpp 151 mContext.ctx.cs_ctx.surf = mapper.getGttOffsetInPage(0) << 12;
AnnRGBPlane.cpp 168 mContext.ctx.sp_ctx.surf = mapper.getGttOffsetInPage(0) << 12;
AnnOverlayPlane.cpp 169 uint32_t gttOffsetInBytes = (mapper.getGttOffsetInPage(0) << 12);
  /hardware/intel/img/hwcomposer/merrifield/ips/tangier/
TngCursorPlane.cpp 174 mContext.ctx.cs_ctx.surf = mapper.getGttOffsetInPage(0) << 12;
TngSpritePlane.cpp 99 mContext.ctx.sp_ctx.surf = mapper.getGttOffsetInPage(0) << 12;
  /hardware/intel/img/hwcomposer/moorefield_hdmi/ips/anniedale/
AnnCursorPlane.cpp 172 mContext.ctx.cs_ctx.surf = mapper.getGttOffsetInPage(0) << 12;
AnnRGBPlane.cpp 227 mContext.ctx.sp_ctx.surf = mapper.getGttOffsetInPage(0) << 12;
AnnOverlayPlane.cpp 177 uint32_t gttOffsetInBytes = (mapper.getGttOffsetInPage(0) << 12);

Completed in 282 milliseconds