Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/addrlib/src/core/
Daddrobject.cpp224 ADDR_DEBUGPRINT_INPUT debugPrintInput = {0}; in DebugPrint() local
226 debugPrintInput.size = sizeof(ADDR_DEBUGPRINT_INPUT); in DebugPrint()
227 debugPrintInput.pDebugString = const_cast<CHAR*>(pDebugString); in DebugPrint()
228 debugPrintInput.hClient = m_client.handle; in DebugPrint()
229 va_copy(debugPrintInput.ap, ap); in DebugPrint()
231 m_client.callbacks.debugPrint(&debugPrintInput); in DebugPrint()
234 va_end(debugPrintInput.ap); in DebugPrint()