|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
tools/clang/include/clang/Basic/OpenCLExtensions.def 36 OPENCLEXT_INTERNAL(cl_khr_3d_image_writes, 100, 200)
38 OPENCLEXT_INTERNAL(cl_khr_select_fprounding_mode, 100, 110)
39 OPENCLEXT_INTERNAL(cl_khr_byte_addressable_store, 100, 110)
40 OPENCLEXT_INTERNAL(cl_khr_fp16, 100, ~0U)
41 OPENCLEXT_INTERNAL(cl_khr_fp64, 100, 120)
42 OPENCLEXT_INTERNAL(cl_khr_global_int32_base_atomics, 100, 110)
43 OPENCLEXT_INTERNAL(cl_khr_global_int32_extended_atomics, 100, 110)
44 OPENCLEXT_INTERNAL(cl_khr_local_int32_base_atomics, 100, 110)
45 OPENCLEXT_INTERNAL(cl_khr_local_int32_extended_atomics, 100, 110)
46 OPENCLEXT_INTERNAL(cl_khr_int64_base_atomics, 100, ~0U)
47 OPENCLEXT_INTERNAL(cl_khr_int64_extended_atomics, 100, ~0U)
48 OPENCLEXT_INTERNAL(cl_khr_gl_sharing, 100, ~0U)
49 OPENCLEXT_INTERNAL(cl_khr_icd, 100, ~0U)
52 OPENCLEXT_INTERNAL(cl_khr_gl_event, 110, ~0U)
53 OPENCLEXT_INTERNAL(cl_khr_d3d10_sharing, 110, ~0U)
56 OPENCLEXT_INTERNAL(cles_khr_int64, 110, ~0U)
59 OPENCLEXT_INTERNAL(cl_khr_context_abort, 120, ~0U)
60 OPENCLEXT_INTERNAL(cl_khr_d3d11_sharing, 120, ~0U)
61 OPENCLEXT_INTERNAL(cl_khr_depth_images, 120, ~0U)
62 OPENCLEXT_INTERNAL(cl_khr_dx9_media_sharing, 120, ~0U)
63 OPENCLEXT_INTERNAL(cl_khr_image2d_from_buffer, 120, ~0U)
64 OPENCLEXT_INTERNAL(cl_khr_initialize_memory, 120, ~0U)
65 OPENCLEXT_INTERNAL(cl_khr_gl_depth_images, 120, ~0U)
66 OPENCLEXT_INTERNAL(cl_khr_gl_msaa_sharing, 120, ~0U)
67 OPENCLEXT_INTERNAL(cl_khr_spir, 120, ~0U)
70 OPENCLEXT_INTERNAL(cl_khr_egl_event, 200, ~0U)
71 OPENCLEXT_INTERNAL(cl_khr_egl_image, 200, ~0U)
72 OPENCLEXT_INTERNAL(cl_khr_mipmap_image, 200, ~0U)
73 OPENCLEXT_INTERNAL(cl_khr_srgb_image_writes, 200, ~0U)
74 OPENCLEXT_INTERNAL(cl_khr_subgroups, 200, ~0U)
75 OPENCLEXT_INTERNAL(cl_khr_terminate_context, 200, ~0U)
78 OPENCLEXT_INTERNAL(cl_clang_storage_class_specifiers, 100, ~0U)
81 OPENCLEXT_INTERNAL(cl_amd_media_ops, 100, ~0U)
82 OPENCLEXT_INTERNAL(cl_amd_media_ops2, 100, ~0U)
85 OPENCLEXT_INTERNAL(cl_arm_integer_dot_product_int8, 120, ~0U)
86 OPENCLEXT_INTERNAL(cl_arm_integer_dot_product_accumulate_int8, 120, ~0U)
87 OPENCLEXT_INTERNAL(cl_arm_integer_dot_product_accumulate_int16, 120, ~0U)
88 OPENCLEXT_INTERNAL(cl_arm_integer_dot_product_accumulate_saturate_int8, 120, ~0U)
91 OPENCLEXT_INTERNAL(cl_intel_subgroups, 120, ~0U)
92 OPENCLEXT_INTERNAL(cl_intel_subgroups_short, 120, ~0U)
93 OPENCLEXT_INTERNAL(cl_intel_device_side_avc_motion_estimation, 120, ~0U)
tools/clang/include/clang/Basic/OpenCLOptions.h 58 return I.Supported && I.Avail <= CLVer && I.Core != ~0U && CLVer >= I.Core;
58 return I.Supported && I.Avail <= CLVer && I.Core != ~0U && CLVer >= I.Core;
67 return I.Supported && I.Avail <= CLVer && (I.Core == ~0U || CLVer < I.Core);
67 return I.Supported && I.Avail <= CLVer && (I.Core == ~0U || CLVer < I.Core);
tools/clang/lib/Serialization/ASTReader.cpp 3597 Opt.Core = Record[I++];
tools/clang/lib/Serialization/ASTWriter.cpp 4326 Record.push_back(V.Core);