Searched defs:HAVE_LLVM (Results 1 - 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
H A DJitManager.h56 #ifndef HAVE_LLVM
57 #define HAVE_LLVM ((LLVM_VERSION_MAJOR << 8) | LLVM_VERSION_MINOR) macro
67 #if HAVE_LLVM == 0x306
/external/mesa3d/src/gallium/drivers/radeon/
H A Dr600_pipe_common.c42 #ifndef HAVE_LLVM
43 #define HAVE_LLVM 0 macro
902 return HAVE_LLVM >= 0x0308 ? "fiji" : "carrizo";
904 return HAVE_LLVM >= 0x0308 ? "stoney" : "carrizo";
906 return HAVE_LLVM >= 0x0309 ? "polaris10" : "carrizo";
909 return HAVE_LLVM >= 0x0309 ? "polaris11" : "carrizo";
930 if (HAVE_LLVM < 0x0400) {
969 if (rscreen->chip_class >= SI && HAVE_LLVM >= 0x309 &&
985 if (rscreen->chip_class >= SI && HAVE_LLVM >= 0x309 &&
1077 if (rscreen->chip_class >= SI && HAVE_LLVM >
[all...]

Completed in 190 milliseconds