Home
last modified time | relevance | path

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

12345

/third_party/flutter/skia/third_party/externals/spirv-tools/source/
Ddiagnostic.cpp27 spv_diagnostic diagnostic = new spv_diagnostic_t; in spvDiagnosticCreate() local
42 void spvDiagnosticDestroy(spv_diagnostic diagnostic) { in spvDiagnosticDestroy()
48 spv_result_t spvDiagnosticPrint(const spv_diagnostic diagnostic) { in spvDiagnosticPrint()
96 spv_diagnostic* diagnostic) { in UseDiagnosticAsMessageConsumer()
Dtext_handler.h150 DiagnosticStream diagnostic(spv_result_t error) { in diagnostic() function
155 DiagnosticStream diagnostic() { in diagnostic() function
/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/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/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/flutter/skia/third_party/externals/spirv-tools/test/
Ddiagnostic_test.cpp24 spv_diagnostic diagnostic = spvDiagnosticCreate(&position, ""); in MakeValidDiagnostic() local
32 spv_diagnostic diagnostic = MakeValidDiagnostic(); in TEST() local
39 spv_diagnostic diagnostic = MakeValidDiagnostic(); in TEST() local
49 spv_diagnostic_t diagnostic = {{2, 3, 5}, message}; in TEST() local
Dbinary_to_text_test.cpp63 spv_diagnostic diagnostic = nullptr; in SetUp() local
77 spv_diagnostic diagnostic = nullptr; in CompileSuccessfully() local
88 spv_diagnostic diagnostic = nullptr; in TEST_F() local
99 spv_diagnostic diagnostic = nullptr; in TEST_F() local
118 spv_diagnostic diagnostic = nullptr; in TEST_F() local
138 spv_diagnostic diagnostic = nullptr; in TEST_F() local
Dtext_destroy_test.cpp46 spv_diagnostic diagnostic = nullptr; in TEST() local
/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
/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/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkSpirVAsm.cpp78 spv_diagnostic diagnostic = DE_NULL; in assembleSpirV() local
122 spv_diagnostic diagnostic = DE_NULL; in disassembleSpirV() local
153 spv_diagnostic diagnostic = DE_NULL; in validateSpirV() local
/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/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/glslang/SPIRV/
DSpvTools.cpp123 spv_diagnostic diagnostic = nullptr; in SpirvToolsDisassemble() local
146 spv_diagnostic diagnostic = nullptr; in SpirvToolsValidate() local
/third_party/spirv-tools/test/fuzzers/
Dspvtools_as_fuzzer.cpp40 spv_diagnostic diagnostic = nullptr; in LLVMFuzzerTestOneInput() local
Dspvtools_dis_fuzzer.cpp46 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

12345