Searched refs:OPENCLEXT (Results 1 – 2 of 2) sorted by relevance
14 // Macro OPENCLEXT or OPENCLEXT_INTERNAL can be defined to enumerate the18 // define OPENCLEXT(ext) where ext is the name of the extension.29 #ifndef OPENCLEXT30 #pragma error "macro OPENCLEXT or OPENCLEXT_INTERNAL is required"32 #define OPENCLEXT_INTERNAL(ext, ...) OPENCLEXT(ext)33 #endif // OPENCLEXT92 #ifdef OPENCLEXT93 #undef OPENCLEXT
1062 #define OPENCLEXT(Ext) \ in InitializePredefinedMacros() macro