Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/include/pipe/
Dp_config.h56 #define PIPE_CC_GCC_VERSION (__GNUC__ * 100 + __GNUC_MINOR__) macro
/third_party/mesa3d/src/util/
Du_debug_stack.c253 #if defined(PIPE_CC_GCC) && (PIPE_CC_GCC_VERSION > 404) || defined(__clang__) in debug_backtrace_capture()
/third_party/mesa3d/src/gallium/winsys/svga/drm/
Dvmw_msg.c64 #if defined(PIPE_CC_GCC) && (PIPE_CC_GCC_VERSION > 502)