| /third_party/spirv-tools/source/ |
| D | diagnostic.cpp | 29 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()
|
| D | text_handler.h | 157 DiagnosticStream diagnostic(spv_result_t error) { in diagnostic() function 162 DiagnosticStream diagnostic() { in diagnostic() function
|
| /third_party/skia/third_party/externals/spirv-tools/source/ |
| D | diagnostic.cpp | 29 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()
|
| D | text_handler.h | 157 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/ |
| D | diagnostic.cpp | 29 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()
|
| D | text_handler.h | 157 DiagnosticStream diagnostic(spv_result_t error) { in diagnostic() function 162 DiagnosticStream diagnostic() { in diagnostic() function
|
| /third_party/spirv-tools/test/ |
| D | binary_to_text_test.cpp | 67 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
|
| D | diagnostic_test.cpp | 30 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/ |
| D | binary_to_text_test.cpp | 67 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
|
| D | diagnostic_test.cpp | 30 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/ |
| D | binary_to_text_test.cpp | 67 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
|
| D | diagnostic_test.cpp | 30 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
|
| D | text_destroy_test.cpp | 47 spv_diagnostic diagnostic = nullptr; in TEST() local
|
| /third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
| D | vkSpirVAsm.cpp | 81 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/ |
| D | views.rs | 20 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/ |
| D | val_fixtures.h | 112 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/ |
| D | val_fixtures.h | 112 spv_diagnostic diagnostic = nullptr; in CompileFailure() local 125 spv_diagnostic diagnostic = nullptr; in CompileSuccessfully() local
|
| /third_party/spirv-tools/test/val/ |
| D | val_fixtures.h | 115 spv_diagnostic diagnostic = nullptr; in CompileFailure() local 133 spv_diagnostic diagnostic = nullptr; in CompileSuccessfully() local
|
| /third_party/rust/crates/codespan/codespan-reporting/src/ |
| D | lib.rs | 3 pub mod diagnostic; module
|
| /third_party/rust/crates/codespan/codespan-reporting/examples/ |
| D | peg_calculator.rs | 57 let diagnostic = Diagnostic::error() in main() localVariable
|
| /third_party/spirv-tools/test/fuzzers/ |
| D | spvtools_as_fuzzer.cpp | 40 spv_diagnostic diagnostic = nullptr; in LLVMFuzzerTestOneInput() local
|
| D | spvtools_dis_fuzzer.cpp | 50 spv_diagnostic diagnostic = nullptr; in LLVMFuzzerTestOneInput() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzzers/ |
| D | spvtools_dis_fuzzer.cpp | 50 spv_diagnostic diagnostic = nullptr; in LLVMFuzzerTestOneInput() local
|
| /third_party/skia/third_party/externals/spirv-tools/test/fuzzers/ |
| D | spvtools_as_fuzzer.cpp | 49 spv_diagnostic diagnostic = nullptr; in LLVMFuzzerTestOneInput() local
|
| /third_party/spirv-tools/tools/cfg/ |
| D | cfg.cpp | 80 spv_diagnostic diagnostic = nullptr; in main() local
|