Home
last modified time | relevance | path

Searched refs:ClientAlloc (Results 1 – 8 of 8) sorted by relevance

/third_party/mesa3d/src/amd/addrlib/src/core/
Daddrobject.cpp89 VOID* Object::ClientAlloc( in ClientAlloc() function in Addr::Object
122 return ClientAlloc(objSize, &m_client);; in Alloc()
Daddrobject.h82 static VOID* ClientAlloc(size_t size, const Client* pClient);
Daddrelemlib.cpp113 VOID* pObj = Object::ClientAlloc(sizeof(ElemLib), pAddrLib->GetClient()); in Create()
/third_party/mesa3d/src/amd/addrlib/src/r800/
Dciaddrlib.h56 VOID* pMem = Object::ClientAlloc(sizeof(CiLib), pClient); in CreateObj()
Dsiaddrlib.h104 VOID* pMem = Object::ClientAlloc(sizeof(SiLib), pClient); in CreateObj()
/third_party/mesa3d/src/amd/addrlib/src/gfx11/
Dgfx11addrlib.h194 VOID* pMem = Object::ClientAlloc(sizeof(Gfx11Lib), pClient); in CreateObj()
/third_party/mesa3d/src/amd/addrlib/src/gfx10/
Dgfx10addrlib.h211 VOID* pMem = Object::ClientAlloc(sizeof(Gfx10Lib), pClient); in CreateObj()
/third_party/mesa3d/src/amd/addrlib/src/gfx9/
Dgfx9addrlib.h262 VOID* pMem = Object::ClientAlloc(sizeof(Gfx9Lib), pClient); in CreateObj()