Searched refs:ElemLib (Results 1 – 7 of 7) sorted by relevance
51 ElemLib::ElemLib( in ElemLib() function in Addr::ElemLib91 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 …]
176 class ElemLib : public Object179 ElemLib(Lib* pAddrLib);184 virtual ~ElemLib();186 static ElemLib* Create(
322 ElemLib* GetElemLib() const in GetElemLib()374 ElemLib* m_pElemLib; ///< Element Lib pointer
261 pLib->m_pElemLib = ElemLib::Create(pLib); in Create()
3372 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()
2713 if (ElemLib::IsExpand3x(pIn->format) == FALSE) in HwlComputeMipLevel()2777 if (ElemLib::IsBlockCompressed(pIn->format)) in HwlCheckLastMacroTiledLvl()
3192 ElemLib* pElemLib = GetElemLib(); in HwlGetPreferredSurfaceSetting()3295 else if (ElemLib::IsBlockCompressed(pIn->format)) in HwlGetPreferredSurfaceSetting()3312 else if (ElemLib::IsMacroPixelPacked(pIn->format)) in HwlGetPreferredSurfaceSetting()