Home
last modified time | relevance | path

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

12345

/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
/third_party/skia/third_party/externals/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
/third_party/skia/third_party/externals/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
/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
117 spv_diagnostic diagnostic = nullptr; in TEST_F() local
136 spv_diagnostic diagnostic = nullptr; in TEST_F() local
156 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
/third_party/skia/third_party/externals/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
/third_party/skia/third_party/externals/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
Dtext_destroy_test.cpp47 spv_diagnostic diagnostic = nullptr; in TEST() local
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkSpirVAsm.cpp81 spv_diagnostic diagnostic = DE_NULL; in assembleSpirV() local
125 spv_diagnostic diagnostic = DE_NULL; in disassembleSpirV() local
156 spv_diagnostic diagnostic = DE_NULL; in validateSpirV() local
/third_party/rust/crates/codespan/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()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/
Dval_fixtures.h112 spv_diagnostic diagnostic = nullptr; in CompileFailure() local
125 spv_diagnostic diagnostic = nullptr; in CompileSuccessfully() local
/third_party/skia/third_party/externals/spirv-tools/test/val/
Dval_fixtures.h112 spv_diagnostic diagnostic = nullptr; in CompileFailure() local
125 spv_diagnostic diagnostic = nullptr; in CompileSuccessfully() local
/third_party/spirv-tools/test/val/
Dval_fixtures.h115 spv_diagnostic diagnostic = nullptr; in CompileFailure() local
133 spv_diagnostic diagnostic = nullptr; in CompileSuccessfully() local
/third_party/rust/crates/codespan/codespan-reporting/src/
Dlib.rs3 pub mod diagnostic; module
/third_party/rust/crates/codespan/codespan-reporting/examples/
Dpeg_calculator.rs57 let diagnostic = Diagnostic::error() in main() localVariable
/third_party/spirv-tools/test/fuzzers/
Dspvtools_as_fuzzer.cpp40 spv_diagnostic diagnostic = nullptr; in LLVMFuzzerTestOneInput() local
Dspvtools_dis_fuzzer.cpp50 spv_diagnostic diagnostic = nullptr; in LLVMFuzzerTestOneInput() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzzers/
Dspvtools_dis_fuzzer.cpp50 spv_diagnostic diagnostic = nullptr; in LLVMFuzzerTestOneInput() local
/third_party/skia/third_party/externals/spirv-tools/test/fuzzers/
Dspvtools_as_fuzzer.cpp49 spv_diagnostic diagnostic = nullptr; in LLVMFuzzerTestOneInput() local
/third_party/spirv-tools/tools/cfg/
Dcfg.cpp80 spv_diagnostic diagnostic = nullptr; in main() local

12345