Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/addrlib/core/
Daddrobject.cpp233 ADDR_DEBUGPRINT_INPUT debugPrintInput = {0}; in DebugPrint() local
235 debugPrintInput.size = sizeof(ADDR_DEBUGPRINT_INPUT); in DebugPrint()
236 debugPrintInput.pDebugString = const_cast<CHAR*>(pDebugString); in DebugPrint()
237 debugPrintInput.hClient = m_client.handle; in DebugPrint()
238 va_copy(debugPrintInput.ap, ap); in DebugPrint()
240 m_client.callbacks.debugPrint(&debugPrintInput); in DebugPrint()