OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PIPE_CC_GCC
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/gallium/include/pipe/
p_config.h
55
#define
PIPE_CC_GCC
94
#if defined(
PIPE_CC_GCC
) && !defined(__SSE2__)
99
#if defined(
PIPE_CC_GCC
) && (__GNUC__ * 100 + __GNUC_MINOR__) < 409 && !defined(__SSSE3__)
/external/virglrenderer/src/gallium/include/pipe/
p_config.h
55
#define
PIPE_CC_GCC
98
#if defined(
PIPE_CC_GCC
) && !defined(__SSE2__)
103
#if defined(
PIPE_CC_GCC
) && !defined(__SSSE3__)
Completed in 395 milliseconds