Home
last modified time | relevance | path

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

/external/virglrenderer/src/gallium/auxiliary/util/
Du_math.h675 #if defined(PIPE_CC_GCC) && (PIPE_CC_GCC_VERSION >= 304) in util_logbase2()
695 #if defined(PIPE_CC_GCC) && (PIPE_CC_GCC_VERSION >= 304) in util_next_power_of_two()
727 #if defined(PIPE_CC_GCC) && (PIPE_CC_GCC_VERSION >= 304) in util_bitcount()
785 #if defined(HAVE___BUILTIN_BSWAP32) || (defined(PIPE_CC_GCC) && (PIPE_CC_GCC_VERSION >= 403)) in util_bswap32()
Du_atomic.h31 #elif defined(PIPE_CC_GCC) && (PIPE_CC_GCC_VERSION >= 401)
/external/mesa3d/src/gallium/include/pipe/
Dp_config.h56 #define PIPE_CC_GCC_VERSION (__GNUC__ * 100 + __GNUC_MINOR__) macro
/external/virglrenderer/src/gallium/include/pipe/
Dp_config.h56 #define PIPE_CC_GCC_VERSION (__GNUC__ * 100 + __GNUC_MINOR__) macro
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_msg.c60 #if defined(PIPE_CC_GCC) && (PIPE_CC_GCC_VERSION > 502)