Searched refs:messages (Results 1 - 25 of 401) sorted by relevance

1234567891011>>

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_async_debug.c52 new_max > SIZE_MAX / sizeof(*adbg->messages)) {
58 realloc(adbg->messages, new_max * sizeof(*adbg->messages));
65 adbg->messages = new_msg;
68 msg = &adbg->messages[adbg->count++];
94 free(adbg->messages[i].msg);
95 free(adbg->messages);
104 const struct util_debug_message *msg = &adbg->messages[i];
H A Du_async_debug.h29 * messages from non-application threads to be passed back to the application
52 struct util_debug_message *messages; member in struct:util_async_debug_callback
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_async_debug.c52 new_max > SIZE_MAX / sizeof(*adbg->messages)) {
58 realloc(adbg->messages, new_max * sizeof(*adbg->messages));
65 adbg->messages = new_msg;
68 msg = &adbg->messages[adbg->count++];
94 free(adbg->messages[i].msg);
95 free(adbg->messages);
104 const struct util_debug_message *msg = &adbg->messages[i];
H A Du_async_debug.h29 * messages from non-application threads to be passed back to the application
52 struct util_debug_message *messages; member in struct:util_async_debug_callback
/xsrc/external/mit/MesaLib/dist/docs/
H A Denvvars.rst47 if set, error messages are printed to stderr. For example, if the
56 turn off debug messages. Only useful for debug builds.
60 extra debug messages when a texture is incomplete
62 extra debug messages when a FBO is incomplete
65 print error and performance messages to stderr (or
252 emit messages about blit operations
254 emit messages about the blorp operations (blits & clears)
256 emit messages about buffer objects
258 emit messages about the clip unit (for old gens, includes the CLIP
268 emit messages abou
[all...]
H A Dlists.rst16 - relays Git check-in messages (for developers). In general, people
/xsrc/external/mit/libXpm/dist/
H A Dconfigure.ac34 AC_MSG_CHECKING([where to install localized messages])
38 AX_DEFINE_DIR([LOCALEDIR], [LOCALEDIR], [Location of translated messages])
/xsrc/external/mit/xload/dist/
H A Dconfigure.ac50 AC_MSG_CHECKING([where to install localized messages])
54 AX_DEFINE_DIR([LOCALEDIR], [LOCALEDIR], [Location of translated messages])
/xsrc/external/mit/xterm/dist/
H A Ddata.h157 Boolean messages; member in struct:XTERM_RESOURCE
/xsrc/external/mit/xhost/dist/
H A Dconfigure.ac50 AC_MSG_CHECKING([where to install localized messages])
/xsrc/external/mit/MesaLib/dist/src/panfrost/lib/
H A Dpan_shader.h167 rsd->message_preload_1 = info->bifrost.messages[0];
168 rsd->message_preload_2 = info->bifrost.messages[1];
/xsrc/external/mit/libdrm/dist/
H A DCONTRIBUTING.rst27 writing commit messages, see:
29 http://who-t.blogspot.de/2009/12/on-commit-messages.html
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D10.2.2.rst42 OpenCL: clBuildProgram prints error messages directly rather than
126 - i965: Add missing newlines to a few perf_debug messages.
H A D10.5.8.rst48 - i965: Disable compaction for EOT send messages
H A D17.3.9.rst122 - mesa: free debug messages when destroying the debug state
H A D18.0.2.rst116 - mesa: free debug messages when destroying the debug state
H A D20.1.5.rst86 - intel/eu: Use non-coherent mode (BTI=253) for stateless A64 messages
H A D17.2.2.rst100 - vulkan/wsi/wayland: Return better error messages
H A D18.3.6.rst115 - mesa: properly report the length of truncated log messages
H A D19.0.1.rst110 - mesa: properly report the length of truncated log messages
H A D21.3.6.rst72 - vulkan: Fix leak of error messages
/xsrc/external/mit/xfd/dist/
H A Dconfigure.ac42 AC_MSG_CHECKING([where to install localized messages])
/xsrc/external/mit/xfontsel/dist/
H A Dconfigure.ac52 AC_MSG_CHECKING([where to install localized messages])
/xsrc/external/mit/xinit/dist/
H A Dstartx.cpp82 XCOMM Initialize defaults (this will cut down on "safe" error messages)
/xsrc/external/mit/MesaLib/dist/src/panfrost/util/
H A Dpan_ir.h194 uint16_t messages[2]; member in struct:bifrost_shader_info

Completed in 12 milliseconds

1234567891011>>