Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/addrlib/core/
Daddrobject.cpp219 ADDR_DEBUGPRINT_INPUT debugPrintInput = {0}; in DebugPrint() local
221 debugPrintInput.size = sizeof(ADDR_DEBUGPRINT_INPUT); in DebugPrint()
222 debugPrintInput.pDebugString = const_cast<CHAR*>(pDebugString); in DebugPrint()
223 debugPrintInput.hClient = m_client.handle; in DebugPrint()
224 va_start(debugPrintInput.ap, pDebugString); in DebugPrint()
226 m_client.callbacks.debugPrint(&debugPrintInput); in DebugPrint()
228 va_end(debugPrintInput.ap); in DebugPrint()