Searched refs:__ID (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | __clang_cuda_texture_intrinsics.h | 140 #define __ID(__op) __Tag<__tex_op_hash(__op)> macro 284 __IMPL_S3I(__ID(__op), __args, __asm_op, __ctype, __asm_op_args, __asm_args) 286 __IMPL_S3SI(__ID(__op), __args, __asm_op, __ctype, __asm_op_args, __asm_args) 288 __IMPL_S3NI(__ID(__op), __args, __asm_op, __ctype, __asm_op_args, __asm_args) 291 __IMPL_SI(__ID(__op), __ID(__opn), __args, __asm_op, __ctype, __asm_op_args, \ 298 #define __IMPL_ALIAS(__op, __opn) __IMPL_ALIASI(__ID(__op), __ID(__opn)) 460 template <> struct __tex_fetch_v4<__ID("__tex2Dgather_v2")> { 482 template <> struct __tex_fetch_v4<__ID("__tex2Dgather_rmnf_v2")> { 504 template <> struct __tex_fetch_v4<__ID("__itex2Dgather_sparse")> {
|