Searched refs:GetElemLib (Results 1 – 7 of 7) sorted by relevance
/third_party/mesa3d/src/amd/addrlib/src/core/ |
D | addrlib.cpp | 537 GetElemLib()->Flt32ToDepthPixel(pIn->format, pIn->comps, pOut->pPixel); in Flt32ToDepthPixel() 570 if (GetElemLib()->IsDepthStencilTilePlanar() == FALSE) in Flt32ToDepthPixel() 615 GetElemLib()->Flt32ToColorPixel(pIn->format, in Flt32ToColorPixel() 653 enabled = GetElemLib()->PixGetExportNorm(pIn->format, pIn->num, pIn->swap); in GetExportNorm() 671 return GetElemLib()->GetBitsPerPixel(format); in GetBpe()
|
D | addrlib2.cpp | 197 localIn.bpp = GetElemLib()->GetBitsPerPixel(localIn.format, in ComputeSurfaceInfo() 215 GetElemLib()->AdjustSurfaceInfo(elemMode, in ComputeSurfaceInfo() 272 GetElemLib()->RestoreSurfaceInfo(elemMode, in ComputeSurfaceInfo() 279 GetElemLib()->RestoreSurfaceInfo(elemMode, in ComputeSurfaceInfo() 293 GetElemLib()->RestoreSurfaceInfo(elemMode, in ComputeSurfaceInfo()
|
D | addrlib.h | 347 ElemLib* GetElemLib() const in GetElemLib() function
|
D | addrlib1.cpp | 249 localIn.bpp = GetElemLib()->GetBitsPerPixel(localIn.format, in ComputeSurfaceInfo() 266 GetElemLib()->AdjustSurfaceInfo(elemMode, in ComputeSurfaceInfo() 384 GetElemLib()->RestoreSurfaceInfo(elemMode, in ComputeSurfaceInfo() 3965 UINT_32 bpp = GetElemLib()->GetBitsPerPixel(pIn->format, in ComputePrtInfo()
|
/third_party/mesa3d/src/amd/addrlib/src/gfx11/ |
D | gfx11addrlib.cpp | 1949 UINT_32 bpp = GetElemLib()->GetBitsPerPixel(pIn->format, NULL, &bcWidth, &bcHeight); in HwlComputeNonBlockCompressedView() 2402 bpp = GetElemLib()->GetBitsPerPixel(pIn->format, in HwlGetPreferredSurfaceSetting() 2408 GetElemLib()->AdjustSurfaceInfo(elemMode, in HwlGetPreferredSurfaceSetting()
|
/third_party/mesa3d/src/amd/addrlib/src/gfx10/ |
D | gfx10addrlib.cpp | 2345 UINT_32 bpp = GetElemLib()->GetBitsPerPixel(pIn->format, NULL, &bcWidth, &bcHeight); in HwlComputeNonBlockCompressedView() 2876 bpp = GetElemLib()->GetBitsPerPixel(pIn->format, in HwlGetPreferredSurfaceSetting() 2882 GetElemLib()->AdjustSurfaceInfo(elemMode, in HwlGetPreferredSurfaceSetting()
|
/third_party/mesa3d/src/amd/addrlib/src/gfx9/ |
D | gfx9addrlib.cpp | 3110 … GetFmaskBpp(pIn->numSamples, pIn->numFrags) : GetElemLib()->GetBitsPerPixel(pIn->format); in HwlComputePipeBankXor() 3449 ElemLib* pElemLib = GetElemLib(); in HwlGetPreferredSurfaceSetting() 3481 GetElemLib()->AdjustSurfaceInfo(elemMode, in HwlGetPreferredSurfaceSetting()
|