Home
last modified time | relevance | path

Searched refs:SKSL_INTRINSIC (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/src/sksl/
H A DSkSLIntrinsicList.h14 SKSL_INTRINSIC(abs) \
15 SKSL_INTRINSIC(acosh) \
16 SKSL_INTRINSIC(acos) \
17 SKSL_INTRINSIC(all) \
18 SKSL_INTRINSIC(any) \
19 SKSL_INTRINSIC(asinh) \
20 SKSL_INTRINSIC(asin) \
21 SKSL_INTRINSIC(atanh) \
22 SKSL_INTRINSIC(atan) \
23 SKSL_INTRINSIC(bitCoun
[all...]
/third_party/skia/src/sksl/ir/
H A DSkSLFunctionDeclaration.h26 #define SKSL_INTRINSIC(name) k_##name##_IntrinsicKind, macro
31 #undef SKSL_INTRINSIC macro
H A DSkSLFunctionDeclaration.cpp16 #define SKSL_INTRINSIC(name) {#name, k_##name##_IntrinsicKind}, in identify_intrinsic() macro
20 #undef SKSL_INTRINSIC in identify_intrinsic() macro

Completed in 2 milliseconds