Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/addrlib/src/gfx9/
Dgfx9addrlib.cpp58 return V2::Gfx9Lib::CreateObj(pClient); in Gfx9HwlInit()
68 const SwizzleModeFlags Gfx9Lib::SwizzleModeTable[ADDR_SW_MAX_TYPE] =
112 const UINT_32 Gfx9Lib::MipTailOffset256B[] = {2048, 1024, 512, 256, 128, 64, 32, 16, 8, 6, 5, 4, 3,…
114 const Dim3d Gfx9Lib::Block256_3dS[] = {{16, 4, 4}, {8, 4, 4}, {4, 4, 4}, {2, 4, 4}, {1, 4, 4}};
116 const Dim3d Gfx9Lib::Block256_3dZ[] = {{8, 4, 8}, {4, 4, 8}, {4, 4, 4}, {4, 2, 4}, {2, 2, 4}};
127 Gfx9Lib::Gfx9Lib(const Client* pClient) in Gfx9Lib() function in Addr::V2::Gfx9Lib
145 Gfx9Lib::~Gfx9Lib() in ~Gfx9Lib()
160 ADDR_E_RETURNCODE Gfx9Lib::HwlComputeHtileInfo( in HwlComputeHtileInfo()
273 ADDR_E_RETURNCODE Gfx9Lib::HwlComputeCmaskInfo( in HwlComputeCmaskInfo()
362 CoordEq *eq = (CoordEq *)((Gfx9Lib *)this)->GetMetaEquation(metaEqParams); in HwlComputeCmaskInfo()
[all …]
Dgfx9addrlib.h256 class Gfx9Lib : public Lib
262 VOID* pMem = Object::ClientAlloc(sizeof(Gfx9Lib), pClient); in CreateObj()
263 return (pMem != NULL) ? new (pMem) Gfx9Lib(pClient) : NULL; in CreateObj()
267 Gfx9Lib(const Client* pClient);
268 virtual ~Gfx9Lib();