Home
last modified time | relevance | path

Searched refs:ElemLib (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/amd/addrlib/core/
Daddrelemlib.cpp51 ElemLib::ElemLib( in ElemLib() function in Addr::ElemLib
91 ElemLib::~ElemLib() in ~ElemLib()
106 ElemLib* ElemLib::Create( in Create()
109 ElemLib* pElemLib = NULL; in Create()
113 VOID* pObj = Object::ClientAlloc(sizeof(ElemLib), pAddrLib->GetClient()); in Create()
116 pElemLib = new(pObj) ElemLib(const_cast<Lib* const>(pAddrLib)); in Create()
133 VOID ElemLib::Flt32sToInt32s( in Flt32sToInt32s()
330 VOID ElemLib::Int32sToPixel( in Int32sToPixel()
396 VOID ElemLib::Flt32ToDepthPixel( in Flt32ToDepthPixel()
465 VOID ElemLib::Flt32ToColorPixel( in Flt32ToColorPixel()
[all …]
Daddrelemlib.h176 class ElemLib : public Object
179 ElemLib(Lib* pAddrLib);
184 virtual ~ElemLib();
186 static ElemLib* Create(
Daddrlib.h322 ElemLib* GetElemLib() const in GetElemLib()
374 ElemLib* m_pElemLib; ///< Element Lib pointer
Daddrlib.cpp261 pLib->m_pElemLib = ElemLib::Create(pLib); in Create()
Daddrlib1.cpp3372 if (ElemLib::IsExpand3x(pIn->format) && in HwlPreHandleBaseLvl3xPitch()
3403 if (ElemLib::IsExpand3x(pIn->format) && in HwlPostHandleBaseLvl3xPitch()
3532 if (ElemLib::IsBlockCompressed(pIn->format)) in ComputeMipLevel()
3640 (ElemLib::IsBlockCompressed(pInOut->format) == FALSE) && in OptimizeTileMode()
/external/mesa3d/src/amd/addrlib/r800/
Dsiaddrlib.cpp2713 if (ElemLib::IsExpand3x(pIn->format) == FALSE) in HwlComputeMipLevel()
2777 if (ElemLib::IsBlockCompressed(pIn->format)) in HwlCheckLastMacroTiledLvl()
/external/mesa3d/src/amd/addrlib/gfx9/
Dgfx9addrlib.cpp3192 ElemLib* pElemLib = GetElemLib(); in HwlGetPreferredSurfaceSetting()
3295 else if (ElemLib::IsBlockCompressed(pIn->format)) in HwlGetPreferredSurfaceSetting()
3312 else if (ElemLib::IsMacroPixelPacked(pIn->format)) in HwlGetPreferredSurfaceSetting()