Searched refs:__IDV (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | __clang_cuda_texture_intrinsics.h | 143 #define __IDV(__op, __variant) \ macro 442 __IMPL_SI(__IDV("__tex2Dgather_v2", variant), \ 443 __IDV("__tex2Dgather_rmnf_v2", variant), \ 446 __IMPL_ALIASI(__IDV("__itex2Dgather", variant), \ 447 __IDV("__tex2Dgather_v2", variant)); \ 448 __IMPL_S3SI(__IDV("__itex2Dgather_sparse", variant), \ 466 return __tex_fetch_v4<__IDV("__tex2Dgather_v2", 0)>::__run<__T>( 469 return __tex_fetch_v4<__IDV("__tex2Dgather_v2", 1)>::__run<__T>( 472 return __tex_fetch_v4<__IDV("__tex2Dgather_v2", 2)>::__run<__T>( 475 return __tex_fetch_v4<__IDV("__tex2Dgather_v2", 3)>::__run<__T>( [all …]
|