Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Gnome/testsuite/gsk/offload/   (Gnome Linux Desktop Version 4.23.2©)  Datei vom 30.5.2026 mit Größe 1 kB image not shown  

Quelle  default-cs.node   Sprache: unbekannt

 
Spracherkennung für: .node vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]

@cicp "cicp0" {
  primaries: 1;
  transfer: 13;
  matrix: 6;
  range: narrow;
}

/* premultiplied rgba can be offloaded without color-repr */
subsurface {
  child: texture {
    texture: dmabuf {
      fourcc: "RA24";
      color-state: srgb;
      premultiplied: true;
      width: 24;
      height: 24;
      offset: 0;
      stride: 96;
      data: url("data:application/gzip;base64,H4sIAAAAAAACA+3DAQ0AAAzDoPo3/QsZJFSXqurQB+U+4OIACQAA");
    }
  }
}
/* straight rgba can't */
transform {
  transform: translate(100,0);
  child: subsurface {
    child: texture {
      texture: dmabuf {
        fourcc: "RA24";
        color-state: srgb;
        premultiplied: false;
        width: 24;
        height: 24;
        offset: 0;
        stride: 96;
        data: url("data:application/gzip;base64,H4sIAAAAAAACA+3DAQ0AAAzDoPo3/QsZJFSXqurQB+U+4OIACQAA");

      }
    }
  }
}
/* yuv can */
transform {
  transform: translate(200,0);
  child: subsurface {
    child: texture {
      texture: dmabuf {
        fourcc: "NV12";
        width: 256;
        height: 64;
        offset: 016384;
        stride: 256256;
        color-state: "cicp0";
        data: url("data:application/gzip;base64,H4sIAAAAAAACA+3BAQkAAAwDoArrn3IRFuMc1AQAAAAAAAAAAAAAAAAAAAA4V1VVVVVVVVX1+wGMTciZAGAAAA==");
      }
    }
  }
}

[Dauer der Verarbeitung: 0.16 Sekunden, vorverarbeitet 2026-07-10]