Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/include/pipe/
Dp_config.h55 #define PIPE_CC_GCC macro
90 #if defined(PIPE_CC_GCC) && !defined(__SSE2__)
95 #if defined(PIPE_CC_GCC) && !defined(__SSSE3__)
/external/mesa3d/src/gallium/auxiliary/util/
Du_debug_stack.c51 #if defined(PIPE_CC_GCC) && defined(PIPE_ARCH_X86) in debug_backtrace_capture()
54 #elif defined(PIPE_CC_GCC) in debug_backtrace_capture()
Du_math.h304 #if defined(PIPE_CC_GCC) && defined(PIPE_ARCH_X86) in util_iround()
574 #if defined(PIPE_CC_GCC) && (PIPE_CC_GCC_VERSION >= 304) in util_logbase2()
594 #if defined(PIPE_CC_GCC) && (PIPE_CC_GCC_VERSION >= 304) in util_next_power_of_two()
626 #if defined(PIPE_CC_GCC) && (PIPE_CC_GCC_VERSION >= 304) in util_bitcount()
663 #if defined(PIPE_CC_GCC) && (PIPE_CC_GCC_VERSION >= 403) in util_bswap32()
Du_atomic.h27 #elif (defined(PIPE_CC_GCC) && defined(PIPE_ARCH_X86))
29 #elif (defined(PIPE_CC_GCC) && defined(PIPE_ARCH_X86_64))
31 #elif defined(PIPE_CC_GCC) && (PIPE_CC_GCC_VERSION >= 401)
Du_cpu_detect.c185 #if defined(PIPE_CC_GCC) && defined(PIPE_ARCH_X86) in cpuid()
196 #elif defined(PIPE_CC_GCC) && defined(PIPE_ARCH_X86_64) in cpuid()
Du_debug_symbol.c59 #ifdef PIPE_CC_GCC in __GetProcAddress()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_hw_reg.h31 #if defined(PIPE_CC_GCC)
/external/mesa3d/src/gallium/auxiliary/os/
Dos_misc.h55 #if (defined(PIPE_ARCH_X86) || defined(PIPE_ARCH_X86_64)) && defined(PIPE_CC_GCC)
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_test.h78 #elif defined(PIPE_CC_GCC) && (defined(PIPE_ARCH_X86) || defined(PIPE_ARCH_X86_64))
Dlp_setup_tri.c539 #if defined(PIPE_CC_GCC) && defined(PIPE_ARCH_X86) in floor_pot()