Home
last modified time | relevance | path

Searched refs:OPENCLEXT_INTERNAL (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/Basic/
DOpenCLExtensions.def14 // Macro OPENCLEXT or OPENCLEXT_INTERNAL can be defined to enumerate the
21 // define OPENCLEXT_INTERNAL(ext, avail, core) where
28 #ifndef OPENCLEXT_INTERNAL
30 #pragma error "macro OPENCLEXT or OPENCLEXT_INTERNAL is required"
32 #define OPENCLEXT_INTERNAL(ext, ...) OPENCLEXT(ext)
34 #endif // OPENCLEXT_INTERNAL
37 OPENCLEXT_INTERNAL(cl_khr_3d_image_writes, 100, 200)
39 OPENCLEXT_INTERNAL(cl_khr_select_fprounding_mode, 100, 110)
40 OPENCLEXT_INTERNAL(cl_khr_byte_addressable_store, 100, 110)
41 OPENCLEXT_INTERNAL(cl_khr_fp16, 100, ~0U)
[all …]
DOpenCLOptions.h41 #define OPENCLEXT_INTERNAL(Ext, Avail, ...) \ macro
50 #define OPENCLEXT_INTERNAL(Ext, Avail, Core) \ macro
58 #define OPENCLEXT_INTERNAL(Ext, Avail, Core) \ macro