Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/gfx/skia/skia/src/sksl/codegen/   (Firefox Browser Version 153.0.1©)  Datei vom 27.6.2026 mit Größe 791 B image not shown  

Impressum SkSLSPIRVValidator.h

  Sprache: C
 

/*
 * Copyright 2024 Google LLC
 *
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 */


#ifndef SKSL_SPIRVVALIDATOR
#define SKSL_SPIRVVALIDATOR

#include "include/core/SkSpan.h"

#include <cstdint>

namespace SkSL {

class ErrorReporter;

// SPIRV issues will cause an SkDEBUGFAILF to be triggered with the error message
// and false will be returned (i.e. invalid SPIRV is a fatal issue in debug builds).
bool ValidateSPIRV(ErrorReporter&, SkSpan<const uint32_t>);

// SPIRV issues will be sent to the provided ErrorReporter along with a disassembly
// of the code. This will also return false, but not be fatal in debug builds.
bool ValidateSPIRVAndDissassemble(ErrorReporter&, SkSpan<const uint32_t>);

}  // namespace SkSL

#endif

Messung V0.5 in Prozent
C=96 H=87 G=91

¤ Dauer der Verarbeitung: 0.21 Sekunden  (vorverarbeitet am  2026-08-26) ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

PVS Prover

Isabelle Prover

NIST Cobol Testsuite

Cephes Mathematical Library

Vienna Development Method

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.