Home
last modified time | relevance | path

Searched refs:Gfx9Lib (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/amd/addrlib/gfx9/
Dgfx9addrlib.cpp59 return V2::Gfx9Lib::CreateObj(pClient); in Gfx9HwlInit()
69 const SwizzleModeFlags Gfx9Lib::SwizzleModeTable[ADDR_SW_MAX_TYPE] =
113 const UINT_32 Gfx9Lib::MipTailOffset256B[] = {2048, 1024, 512, 256, 128, 64, 32, 16,
116 const Dim3d Gfx9Lib::Block256_3dS[] = {{16, 4, 4}, {8, 4, 4}, {4, 4, 4}, {2, 4, 4}, {1, 4, 4}};
118 const Dim3d Gfx9Lib::Block256_3dZ[] = {{8, 4, 8}, {4, 4, 8}, {4, 4, 4}, {4, 2, 4}, {2, 2, 4}};
129 Gfx9Lib::Gfx9Lib(const Client* pClient) in Gfx9Lib() function in Addr::V2::Gfx9Lib
147 Gfx9Lib::~Gfx9Lib() in ~Gfx9Lib()
162 ADDR_E_RETURNCODE Gfx9Lib::HwlComputeHtileInfo( in HwlComputeHtileInfo()
272 ADDR_E_RETURNCODE Gfx9Lib::HwlComputeCmaskInfo( in HwlComputeCmaskInfo()
366 VOID Gfx9Lib::GetMetaMipInfo( in GetMetaMipInfo()
[all …]
Dgfx9addrlib.h114 class Gfx9Lib : public Lib
120 VOID* pMem = Object::ClientAlloc(sizeof(Gfx9Lib), pClient); in CreateObj()
121 return (pMem != NULL) ? new (pMem) Gfx9Lib(pClient) : NULL; in CreateObj()
128 Gfx9Lib(const Client* pClient);
129 virtual ~Gfx9Lib();