Home
last modified time | relevance | path

Searched refs:AddrElemLib (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/amd/addrlib/core/
Daddrelemlib.cpp49 AddrElemLib::AddrElemLib( in AddrElemLib() function in AddrElemLib
88 AddrElemLib::~AddrElemLib() in ~AddrElemLib()
103 AddrElemLib* AddrElemLib::Create( in Create()
106 AddrElemLib* pElemLib = NULL; in Create()
110 pElemLib = new(pAddrLib->GetClient()) AddrElemLib(const_cast<AddrLib* const>(pAddrLib)); in Create()
126 VOID AddrElemLib::Flt32sToInt32s( in Flt32sToInt32s()
323 VOID AddrElemLib::Int32sToPixel( in Int32sToPixel()
389 VOID AddrElemLib::Flt32ToDepthPixel( in Flt32ToDepthPixel()
458 VOID AddrElemLib::Flt32ToColorPixel( in Flt32ToColorPixel()
545 VOID AddrElemLib::GetCompType( in GetCompType()
[all …]
Daddrelemlib.h170 class AddrElemLib : public AddrObject
173 AddrElemLib(AddrLib* const pAddrLib);
178 virtual ~AddrElemLib();
180 static AddrElemLib *Create(
Daddrlib.h574 AddrElemLib* GetElemLib() const in GetElemLib()
688 AddrElemLib* m_pElemLib; ///< Element Lib pointer
Daddrlib.cpp279 pLib->m_pElemLib = AddrElemLib::Create(pLib); in Create()
3285 if (AddrElemLib::IsExpand3x(pIn->format) && in HwlPreHandleBaseLvl3xPitch()
3316 if (AddrElemLib::IsExpand3x(pIn->format) && in HwlPostHandleBaseLvl3xPitch()
3475 if (AddrElemLib::IsBlockCompressed(pIn->format)) in ComputeMipLevel()
/external/mesa3d/src/amd/addrlib/r800/
Dsiaddrlib.cpp2199 if (!AddrElemLib::IsExpand3x(pIn->format)) in HwlComputeMipLevel()
2262 if (AddrElemLib::IsBlockCompressed(pIn->format)) in HwlCheckLastMacroTiledLvl()