xref: /third_party/skia/resources/sksl/intrinsics/FindLSB.sksl
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/skia/resources/sksl/intrinsics/
1cb93a386Sopenharmony_ciuniform int a;
2cb93a386Sopenharmony_ciuniform uint b;
3cb93a386Sopenharmony_civoid main() {
4cb93a386Sopenharmony_ci    sk_FragColor.x = half(findLSB(a));
5cb93a386Sopenharmony_ci    sk_FragColor.y = half(findLSB(b));
6cb93a386Sopenharmony_ci}
7

Indexes created Thu Nov 07 10:32:03 CST 2024