Home
last modified time | relevance | path

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

/external/virglrenderer/src/gallium/auxiliary/util/
Du_cpu_detect.c185 #if (defined(PIPE_CC_GCC) || defined(PIPE_CC_SUNPRO)) && defined(PIPE_ARCH_X86) in cpuid()
196 #elif (defined(PIPE_CC_GCC) || defined(PIPE_CC_SUNPRO)) && defined(PIPE_ARCH_X86_64) in cpuid()
222 #if (defined(PIPE_CC_GCC) || defined(PIPE_CC_SUNPRO)) && defined(PIPE_ARCH_X86) in cpuid_count()
233 #elif (defined(PIPE_CC_GCC) || defined(PIPE_CC_SUNPRO)) && defined(PIPE_ARCH_X86_64) in cpuid_count()
255 #if defined(PIPE_CC_GCC) in xgetbv()
284 #if (defined(PIPE_CC_GCC) || defined(PIPE_CC_SUNPRO)) in sse2_has_daz()
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_math.h361 #if defined(PIPE_CC_GCC) && defined(PIPE_ARCH_X86) in util_iround()
675 #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()
/external/mesa3d/src/gallium/include/pipe/
Dp_config.h55 #define PIPE_CC_GCC macro
94 #if defined(PIPE_CC_GCC) && !defined(__SSE2__)
99 #if defined(PIPE_CC_GCC) && (__GNUC__ * 100 + __GNUC_MINOR__) < 409 && !defined(__SSSE3__)
/external/mesa3d/src/gallium/auxiliary/util/
Du_cpu_detect.c207 #if defined(PIPE_CC_GCC) && defined(PIPE_ARCH_X86) in cpuid()
218 #elif defined(PIPE_CC_GCC) && defined(PIPE_ARCH_X86_64) in cpuid()
244 #if defined(PIPE_CC_GCC) && defined(PIPE_ARCH_X86) in cpuid_count()
255 #elif defined(PIPE_CC_GCC) && defined(PIPE_ARCH_X86_64) in cpuid_count()
277 #if defined(PIPE_CC_GCC) in xgetbv()
306 #if defined(PIPE_CC_GCC) in sse2_has_daz()
Du_debug_symbol.c74 #ifdef PIPE_CC_GCC in getDbgHelpProcAddress()
Du_debug_stack.c267 #if defined(PIPE_CC_GCC) in debug_backtrace_capture()
Du_math.h214 #if defined(PIPE_CC_GCC) && defined(PIPE_ARCH_X86) in util_iround()
/external/virglrenderer/src/gallium/include/pipe/
Dp_config.h55 #define PIPE_CC_GCC macro
98 #if defined(PIPE_CC_GCC) && !defined(__SSE2__)
103 #if defined(PIPE_CC_GCC) && !defined(__SSSE3__)
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_hw_reg.h31 #if defined(PIPE_CC_GCC)
Dsvga_msg.c60 #if defined(PIPE_CC_GCC) && (PIPE_CC_GCC_VERSION > 502)
/external/mesa3d/src/gallium/auxiliary/os/
Dos_misc.h55 #if (defined(PIPE_ARCH_X86) || defined(PIPE_ARCH_X86_64)) && defined(PIPE_CC_GCC)
/external/virglrenderer/src/gallium/auxiliary/os/
Dos_misc.h62 #if (defined(PIPE_ARCH_X86) || defined(PIPE_ARCH_X86_64)) && defined(PIPE_CC_GCC)
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_test.h77 #elif defined(PIPE_CC_GCC) && (defined(PIPE_ARCH_X86) || defined(PIPE_ARCH_X86_64))
Dlp_setup_tri.c731 #if defined(PIPE_CC_GCC) && (defined(PIPE_ARCH_X86) || defined(PIPE_ARCH_X86_64)) in floor_pot()
/external/mesa3d/src/gallium/state_trackers/nine/
Ddevice9.c59 #if defined(PIPE_CC_GCC) && (defined(PIPE_ARCH_X86) || defined(PIPE_ARCH_X86_64))