Searched refs:EgBasedAddrLib (Results 1 – 4 of 4) sorted by relevance
47 EgBasedAddrLib::EgBasedAddrLib(const AddrClient* pClient) : in EgBasedAddrLib() function in EgBasedAddrLib63 EgBasedAddrLib::~EgBasedAddrLib() in ~EgBasedAddrLib()80 BOOL_32 EgBasedAddrLib::DispatchComputeSurfaceInfo( in DispatchComputeSurfaceInfo()212 BOOL_32 EgBasedAddrLib::ComputeSurfaceInfoLinear( in ComputeSurfaceInfoLinear()307 BOOL_32 EgBasedAddrLib::ComputeSurfaceInfoMicroTiled( in ComputeSurfaceInfoMicroTiled()417 BOOL_32 EgBasedAddrLib::ComputeSurfaceInfoMacroTiled( in ComputeSurfaceInfoMacroTiled()591 BOOL_32 EgBasedAddrLib::ComputeSurfaceAlignmentsLinear( in ComputeSurfaceAlignmentsLinear()647 BOOL_32 EgBasedAddrLib::ComputeSurfaceAlignmentsMicroTiled( in ComputeSurfaceAlignmentsMicroTiled()697 BOOL_32 EgBasedAddrLib::HwlReduceBankWidthHeight( in HwlReduceBankWidthHeight()801 BOOL_32 EgBasedAddrLib::ComputeSurfaceAlignmentsMacroTiled( in ComputeSurfaceAlignmentsMacroTiled()[all …]
61 class EgBasedAddrLib : public AddrLib64 EgBasedAddrLib(const AddrClient* pClient);65 virtual ~EgBasedAddrLib();
75 EgBasedAddrLib(pClient), in SIAddrLib()1318 pitchAlign = EgBasedAddrLib::HwlGetPitchAlignmentMicroTiled(tileMode,bpp,flags,numSamples); in HwlGetPitchAlignmentMicroTiled()1914 retCode = EgBasedAddrLib::HwlConvertTileInfoToHW(pIn, pOut); in HwlConvertTileInfoToHW()2177 return EgBasedAddrLib::HwlComputeSurfaceInfo(pIn,pOut); in HwlComputeSurfaceInfo()2309 return EgBasedAddrLib::HwlDegradeThickTileMode(baseTileMode, numSlices, pBytesPerTile); in HwlDegradeThickTileMode()2331 equal = EgBasedAddrLib::HwlTileInfoEqual(pLeft, pRight); in HwlTileInfoEqual()
77 class SIAddrLib : public EgBasedAddrLib