Home
last modified time | relevance | path

Searched refs:Gfx10Lib (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/amd/addrlib/src/gfx10/
Dgfx10addrlib.cpp57 return V2::Gfx10Lib::CreateObj(pClient); in Gfx10HwlInit()
67 const SwizzleModeFlags Gfx10Lib::SwizzleModeTable[ADDR_SW_MAX_TYPE] =
111 const Dim3d Gfx10Lib::Block256_3d[] = {{8, 4, 8}, {4, 4, 8}, {4, 4, 4}, {4, 2, 4}, {2, 2, 4}};
113 const Dim3d Gfx10Lib::Block64K_Log2_3d[] = {{6, 5, 5}, {5, 5, 5}, {5, 5, 4}, {5, 4, 4}, {4, 4, 4}};
114 const Dim3d Gfx10Lib::Block4K_Log2_3d[] = {{4, 4, 4}, {3, 4, 4}, {3, 4, 3}, {3, 3, 3}, {2, 3, 3}};
125 Gfx10Lib::Gfx10Lib(const Client* pClient) in Gfx10Lib() function in Addr::V2::Gfx10Lib
146 Gfx10Lib::~Gfx10Lib() in ~Gfx10Lib()
161 ADDR_E_RETURNCODE Gfx10Lib::HwlComputeHtileInfo( in HwlComputeHtileInfo()
271 ADDR_E_RETURNCODE Gfx10Lib::HwlComputeCmaskInfo( in HwlComputeCmaskInfo()
380 ADDR_E_RETURNCODE Gfx10Lib::HwlComputeDccInfo( in HwlComputeDccInfo()
[all …]
Dgfx10addrlib.h206 class Gfx10Lib : public Lib
212 VOID* pMem = Object::ClientAlloc(sizeof(Gfx10Lib), pClient); in CreateObj()
213 return (pMem != NULL) ? new (pMem) Gfx10Lib(pClient) : NULL; in CreateObj()
217 Gfx10Lib(const Client* pClient);
218 virtual ~Gfx10Lib();
/external/mesa3d/docs/relnotes/
D20.3.0.rst4649 - amd/addrlib: Initialize Gfx10Lib members in constructor.