xref: /third_party/skia/resources/sksl/shared/SwizzleScalar.sksl
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/skia/resources/sksl/shared/
1cb93a386Sopenharmony_ciuniform half unknownInput; // 1
2cb93a386Sopenharmony_ci
3cb93a386Sopenharmony_cihalf4 main(float2 coords) {
4cb93a386Sopenharmony_ci    half4 h4 = unknownInput.xxxx;
5cb93a386Sopenharmony_ci    h4 = unknownInput.xx01;
6cb93a386Sopenharmony_ci    h4 = unknownInput.0x10;
7cb93a386Sopenharmony_ci    h4 = unknownInput.0x0x;
8cb93a386Sopenharmony_ci
9cb93a386Sopenharmony_ci    return h4;
10cb93a386Sopenharmony_ci}
11

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