Searched refs:SKSL_INTRINSIC (Results 1 – 2 of 2) sorted by relevance
20 SKSL_INTRINSIC(abs) \21 SKSL_INTRINSIC(acosh) \22 SKSL_INTRINSIC(acos) \23 SKSL_INTRINSIC(all) \24 SKSL_INTRINSIC(any) \25 SKSL_INTRINSIC(asinh) \26 SKSL_INTRINSIC(asin) \27 SKSL_INTRINSIC(atanh) \28 SKSL_INTRINSIC(atan) \29 SKSL_INTRINSIC(atomicAdd) \[all …]
14 #define SKSL_INTRINSIC(name) {#name, k_##name##_IntrinsicKind}, in GetIntrinsicMap() macro18 #undef SKSL_INTRINSIC in GetIntrinsicMap()