Searched refs:MAX_MESSAGE_LEN (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/common/
H A Dswr_assert.cpp156 static const int MAX_MESSAGE_LEN = 2048; local in function:SwrAssert
157 char msgBuf[MAX_MESSAGE_LEN];
160 msgBuf[MAX_MESSAGE_LEN - 2] = '\n';
161 msgBuf[MAX_MESSAGE_LEN - 1] = 0;
165 msgBuf[MAX_MESSAGE_LEN - 2] = '\n';
166 msgBuf[MAX_MESSAGE_LEN - 1] = 0;
191 MAX_MESSAGE_LEN - offset,
214 MAX_MESSAGE_LEN - offset,
270 static const int MAX_MESSAGE_LEN = 2048; local in function:SwrTrace
271 char msgBuf[MAX_MESSAGE_LEN];
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/common/
H A Dswr_assert.cpp156 static const int MAX_MESSAGE_LEN = 2048; local in function:SwrAssert
157 char msgBuf[MAX_MESSAGE_LEN];
160 msgBuf[MAX_MESSAGE_LEN - 2] = '\n';
161 msgBuf[MAX_MESSAGE_LEN - 1] = 0;
165 msgBuf[MAX_MESSAGE_LEN - 2] = '\n';
166 msgBuf[MAX_MESSAGE_LEN - 1] = 0;
191 MAX_MESSAGE_LEN - offset,
214 MAX_MESSAGE_LEN - offset,
270 static const int MAX_MESSAGE_LEN = 2048; local in function:SwrTrace
271 char msgBuf[MAX_MESSAGE_LEN];
[all...]

Completed in 3 milliseconds