Searched refs:pDebugString (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/amd/addrlib/src/core/
H A Daddrobject.cpp212 const CHAR* pDebugString, ///< [in] Debug string
222 debugPrintInput.pDebugString = const_cast<CHAR*>(pDebugString);
224 va_start(debugPrintInput.ap, pDebugString);
211 DebugPrint(const CHAR * pDebugString,...) const argument
H A Daddrobject.h75 VOID DebugPrint(const CHAR* pDebugString, ...) const;
/xsrc/external/mit/MesaLib.old/dist/src/amd/addrlib/src/core/core/
H A Daddrobject.cpp212 const CHAR* pDebugString, ///< [in] Debug string
222 debugPrintInput.pDebugString = const_cast<CHAR*>(pDebugString);
224 va_start(debugPrintInput.ap, pDebugString);
211 DebugPrint(const CHAR * pDebugString,...) const argument
H A Daddrobject.h75 VOID DebugPrint(const CHAR* pDebugString, ...) const;
/xsrc/external/mit/MesaLib/dist/src/amd/addrlib/src/core/
H A Daddrobject.cpp213 const CHAR* pDebugString, ///< [in] Debug string
222 va_start(ap, pDebugString);
227 debugPrintInput.pDebugString = const_cast<CHAR*>(pDebugString);
212 DebugPrint(const CHAR * pDebugString,...) const argument
H A Daddrobject.h75 VOID DebugPrint(const CHAR* pDebugString, ...) const;
/xsrc/external/mit/MesaLib.old/dist/src/amd/addrlib/inc/
H A Daddrinterface.h257 CHAR* pDebugString; ///< Debug print string member in struct:_ADDR_DEBUGPRINT_INPUT
/xsrc/external/mit/MesaLib/dist/src/amd/addrlib/inc/
H A Daddrinterface.h256 CHAR* pDebugString; ///< Debug print string member in struct:_ADDR_DEBUGPRINT_INPUT

Completed in 24 milliseconds