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

/xsrc/external/mit/MesaLib/dist/src/amd/addrlib/src/gfx10/
H A Dgfx10addrlib.cpp30 * @brief Contain the implementation for the Gfx10Lib class.
49 * Creates an Gfx10Lib object.
52 * Returns an Gfx10Lib object pointer.
57 return V2::Gfx10Lib::CreateObj(pClient);
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}};
118 * Gfx10Lib::Gfx10Lib
125 Gfx10Lib::Gfx10Lib(const Client* pClient) function in class:Addr::V2::Gfx10Lib
[all...]
H A Dgfx10addrlib.h30 * @brief Contains the Gfx10Lib class definition.
206 class Gfx10Lib : public Lib class in namespace:Addr::V2
209 /// Creates Gfx10Lib object
212 VOID* pMem = Object::ClientAlloc(sizeof(Gfx10Lib), pClient);
213 return (pMem != NULL) ? new (pMem) Gfx10Lib(pClient) : NULL;
217 Gfx10Lib(const Client* pClient);
218 virtual ~Gfx10Lib();
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D20.3.0.rst4649 - amd/addrlib: Initialize Gfx10Lib members in constructor.

Completed in 10 milliseconds