Home
last modified time | relevance | path

Searched defs:diagnostic (Results 1 – 25 of 107) sorted by relevance

12345

/external/angle/third_party/vulkan-deps/spirv-tools/src/source/
Ddiagnostic.cpp29 spv_diagnostic diagnostic = new spv_diagnostic_t; in spvDiagnosticCreate() local
44 void spvDiagnosticDestroy(spv_diagnostic diagnostic) { in spvDiagnosticDestroy()
50 spv_result_t spvDiagnosticPrint(const spv_diagnostic diagnostic) { in spvDiagnosticPrint()
117 spv_diagnostic* diagnostic) { in UseDiagnosticAsMessageConsumer()
Dtext_handler.h157 DiagnosticStream diagnostic(spv_result_t error) { in diagnostic() function
162 DiagnosticStream diagnostic() { in diagnostic() function
Dbinary.cpp145 spvtools::DiagnosticStream diagnostic(spv_result_t error) { in diagnostic() function in __anoncb9311530111::Parser
151 spvtools::DiagnosticStream diagnostic() { in diagnostic() function in __anoncb9311530111::Parser
214 spv_diagnostic* diagnostic; // Where diagnostics go. member
814 spv_diagnostic* diagnostic) { in spvBinaryParse()
/external/swiftshader/third_party/SPIRV-Tools/source/
Ddiagnostic.cpp29 spv_diagnostic diagnostic = new spv_diagnostic_t; in spvDiagnosticCreate() local
44 void spvDiagnosticDestroy(spv_diagnostic diagnostic) { in spvDiagnosticDestroy()
50 spv_result_t spvDiagnosticPrint(const spv_diagnostic diagnostic) { in spvDiagnosticPrint()
117 spv_diagnostic* diagnostic) { in UseDiagnosticAsMessageConsumer()
Dtext_handler.h157 DiagnosticStream diagnostic(spv_result_t error) { in diagnostic() function
162 DiagnosticStream diagnostic() { in diagnostic() function
Dbinary.cpp145 spvtools::DiagnosticStream diagnostic(spv_result_t error) { in diagnostic() function in __anonc75213a00111::Parser
151 spvtools::DiagnosticStream diagnostic() { in diagnostic() function in __anonc75213a00111::Parser
214 spv_diagnostic* diagnostic; // Where diagnostics go. member
814 spv_diagnostic* diagnostic) { in spvBinaryParse()
/external/deqp-deps/SPIRV-Tools/source/
Ddiagnostic.cpp29 spv_diagnostic diagnostic = new spv_diagnostic_t; in spvDiagnosticCreate() local
44 void spvDiagnosticDestroy(spv_diagnostic diagnostic) { in spvDiagnosticDestroy()
50 spv_result_t spvDiagnosticPrint(const spv_diagnostic diagnostic) { in spvDiagnosticPrint()
117 spv_diagnostic* diagnostic) { in UseDiagnosticAsMessageConsumer()
Dtext_handler.h157 DiagnosticStream diagnostic(spv_result_t error) { in diagnostic() function
162 DiagnosticStream diagnostic() { in diagnostic() function
/external/swiftshader/third_party/SPIRV-Tools/test/
Dbinary_to_text_test.cpp67 spv_diagnostic diagnostic = nullptr; in SetUp() local
84 spv_diagnostic diagnostic = nullptr; in CompileSuccessfully() local
95 spv_diagnostic diagnostic = nullptr; in TEST_F() local
106 spv_diagnostic diagnostic = nullptr; in TEST_F() local
125 spv_diagnostic diagnostic = nullptr; in TEST_F() local
145 spv_diagnostic diagnostic = nullptr; in TEST_F() local
Ddiagnostic_test.cpp30 spv_diagnostic diagnostic = spvDiagnosticCreate(&position, ""); in MakeValidDiagnostic() local
38 spv_diagnostic diagnostic = MakeValidDiagnostic(); in TEST() local
45 spv_diagnostic diagnostic = MakeValidDiagnostic(); in TEST() local
55 spv_diagnostic_t diagnostic = {{2, 3, 5}, message}; in TEST() local
/external/deqp-deps/SPIRV-Tools/test/
Dbinary_to_text_test.cpp67 spv_diagnostic diagnostic = nullptr; in SetUp() local
84 spv_diagnostic diagnostic = nullptr; in CompileSuccessfully() local
95 spv_diagnostic diagnostic = nullptr; in TEST_F() local
106 spv_diagnostic diagnostic = nullptr; in TEST_F() local
125 spv_diagnostic diagnostic = nullptr; in TEST_F() local
145 spv_diagnostic diagnostic = nullptr; in TEST_F() local
Ddiagnostic_test.cpp30 spv_diagnostic diagnostic = spvDiagnosticCreate(&position, ""); in MakeValidDiagnostic() local
38 spv_diagnostic diagnostic = MakeValidDiagnostic(); in TEST() local
45 spv_diagnostic diagnostic = MakeValidDiagnostic(); in TEST() local
55 spv_diagnostic_t diagnostic = {{2, 3, 5}, message}; in TEST() local
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/
Dbinary_to_text_test.cpp67 spv_diagnostic diagnostic = nullptr; in SetUp() local
84 spv_diagnostic diagnostic = nullptr; in CompileSuccessfully() local
95 spv_diagnostic diagnostic = nullptr; in TEST_F() local
106 spv_diagnostic diagnostic = nullptr; in TEST_F() local
125 spv_diagnostic diagnostic = nullptr; in TEST_F() local
145 spv_diagnostic diagnostic = nullptr; in TEST_F() local
Ddiagnostic_test.cpp30 spv_diagnostic diagnostic = spvDiagnosticCreate(&position, ""); in MakeValidDiagnostic() local
38 spv_diagnostic diagnostic = MakeValidDiagnostic(); in TEST() local
45 spv_diagnostic diagnostic = MakeValidDiagnostic(); in TEST() local
55 spv_diagnostic_t diagnostic = {{2, 3, 5}, message}; in TEST() local
/external/deqp/external/vulkancts/framework/vulkan/
DvkSpirVAsm.cpp80 spv_diagnostic diagnostic = DE_NULL; in assembleSpirV() local
124 spv_diagnostic diagnostic = DE_NULL; in disassembleSpirV() local
155 spv_diagnostic diagnostic = DE_NULL; in validateSpirV() local
/external/rust/crates/codespan-reporting/src/term/
Dviews.rs20 diagnostic: &'diagnostic Diagnostic<FileId>, field
31 ) -> RichDiagnostic<'diagnostic, 'config, FileId> { in new()
61 ) -> &mut Line<'diagnostic> { in render()
403 diagnostic: &'diagnostic Diagnostic<FileId>, field
414 ) -> ShortDiagnostic<'diagnostic, FileId> { in new()
/external/turbine/java/com/google/turbine/diag/
DTurbineLog.java75 public void diagnostic(Diagnostic.Kind severity, String message) { in diagnostic() method in TurbineLog
88 public void diagnostic(Diagnostic.Kind severity, int position, ErrorKind kind, Object... args) { in diagnostic() method in TurbineLog.TurbineLogWithSource
/external/deqp-deps/SPIRV-Tools/test/val/
Dval_fixtures.h112 spv_diagnostic diagnostic = nullptr; in CompileFailure() local
125 spv_diagnostic diagnostic = nullptr; in CompileSuccessfully() local
/external/swiftshader/third_party/SPIRV-Tools/test/val/
Dval_fixtures.h115 spv_diagnostic diagnostic = nullptr; in CompileFailure() local
133 spv_diagnostic diagnostic = nullptr; in CompileSuccessfully() local
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/val/
Dval_fixtures.h115 spv_diagnostic diagnostic = nullptr; in CompileFailure() local
133 spv_diagnostic diagnostic = nullptr; in CompileSuccessfully() local
/external/rust/crates/codespan-reporting/src/
Dlib.rs5 pub mod diagnostic; module
/external/deqp-deps/glslang/SPIRV/
DSpvTools.cpp131 spv_diagnostic diagnostic = nullptr; in SpirvToolsDisassemble() local
154 spv_diagnostic diagnostic = nullptr; in SpirvToolsValidate() local
/external/angle/third_party/vulkan-deps/glslang/src/SPIRV/
DSpvTools.cpp131 spv_diagnostic diagnostic = nullptr; in SpirvToolsDisassemble() local
154 spv_diagnostic diagnostic = nullptr; in SpirvToolsValidate() local
/external/google-java-format/core/src/main/java/com/google/googlejavaformat/
DFormattingError.java25 public FormattingError(FormatterDiagnostic diagnostic) { in FormattingError()
/external/rust/crates/codespan-reporting/examples/
Dpeg_calculator.rs57 let diagnostic = Diagnostic::error() in main() localVariable

12345