Home
last modified time | relevance | path

Searched refs:SPV_ERROR_INTERNAL (Results 1 – 25 of 36) sorted by relevance

12

/third_party/skia/third_party/externals/spirv-tools/test/link/
Dmemory_model_test.cpp51 EXPECT_EQ(SPV_ERROR_INTERNAL, in TEST_F()
67 EXPECT_EQ(SPV_ERROR_INTERNAL, in TEST_F()
Dentry_points_test.cpp86 EXPECT_EQ(SPV_ERROR_INTERNAL, in TEST_F()
Dglobal_values_amount_test.cpp146 EXPECT_EQ(SPV_ERROR_INTERNAL, Link(binaries, &linked_binary)); in TEST_F()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/link/
Dmemory_model_test.cpp51 EXPECT_EQ(SPV_ERROR_INTERNAL, in TEST_F()
67 EXPECT_EQ(SPV_ERROR_INTERNAL, in TEST_F()
Dentry_points_test.cpp86 EXPECT_EQ(SPV_ERROR_INTERNAL, in TEST_F()
Dglobal_values_amount_test.cpp146 EXPECT_EQ(SPV_ERROR_INTERNAL, Link(binaries, &linked_binary)); in TEST_F()
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dvalidate_execution_limitations.cpp31 return _.diag(SPV_ERROR_INTERNAL, inst) in ValidateExecutionLimitations()
39 return _.diag(SPV_ERROR_INTERNAL, inst) in ValidateExecutionLimitations()
Dvalidate_id.cpp150 auto ret = SPV_ERROR_INTERNAL; in IdPass()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_execution_limitations.cpp31 return _.diag(SPV_ERROR_INTERNAL, inst) in ValidateExecutionLimitations()
39 return _.diag(SPV_ERROR_INTERNAL, inst) in ValidateExecutionLimitations()
Dvalidate_id.cpp150 auto ret = SPV_ERROR_INTERNAL; in IdPass()
/third_party/spirv-tools/source/val/
Dvalidate_execution_limitations.cpp31 return _.diag(SPV_ERROR_INTERNAL, inst) in ValidateExecutionLimitations()
39 return _.diag(SPV_ERROR_INTERNAL, inst) in ValidateExecutionLimitations()
Dvalidate_id.cpp150 auto ret = SPV_ERROR_INTERNAL; in IdPass()
/third_party/spirv-tools/test/link/
Dmemory_model_test.cpp51 EXPECT_EQ(SPV_ERROR_INTERNAL, in TEST_F()
67 EXPECT_EQ(SPV_ERROR_INTERNAL, in TEST_F()
Dbinary_version_test.cpp69 ASSERT_EQ(SPV_ERROR_INTERNAL, Link(binaries, &linked_binary)) in TEST_F()
Dentry_points_test.cpp100 EXPECT_EQ(SPV_ERROR_INTERNAL, in TEST_F()
/third_party/skia/third_party/externals/spirv-tools/source/
Ddiagnostic.cpp99 case SPV_ERROR_INTERNAL: in ~DiagnosticStream()
151 case SPV_ERROR_INTERNAL: in spvResultToString()
Dtext_handler.cpp248 return diagnostic(SPV_ERROR_INTERNAL) in binaryEncodeNumericLiteral()
288 return diagnostic(SPV_ERROR_INTERNAL) << error_msg; in binaryEncodeNumericLiteral()
293 return diagnostic(SPV_ERROR_INTERNAL) in binaryEncodeNumericLiteral()
/third_party/spirv-tools/source/
Ddiagnostic.cpp99 case SPV_ERROR_INTERNAL: in ~DiagnosticStream()
151 case SPV_ERROR_INTERNAL: in spvResultToString()
Dtext_handler.cpp250 return diagnostic(SPV_ERROR_INTERNAL) in binaryEncodeNumericLiteral()
290 return diagnostic(SPV_ERROR_INTERNAL) << error_msg; in binaryEncodeNumericLiteral()
295 return diagnostic(SPV_ERROR_INTERNAL) in binaryEncodeNumericLiteral()
Dbinary.cpp271 return diagnostic(SPV_ERROR_INTERNAL) in parseModule()
527 return diagnostic(SPV_ERROR_INTERNAL) in parseOperand()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
Ddiagnostic.cpp99 case SPV_ERROR_INTERNAL: in ~DiagnosticStream()
151 case SPV_ERROR_INTERNAL: in spvResultToString()
Dtext_handler.cpp248 return diagnostic(SPV_ERROR_INTERNAL) in binaryEncodeNumericLiteral()
288 return diagnostic(SPV_ERROR_INTERNAL) << error_msg; in binaryEncodeNumericLiteral()
293 return diagnostic(SPV_ERROR_INTERNAL) in binaryEncodeNumericLiteral()
/third_party/skia/third_party/externals/spirv-tools/source/link/
Dlinker.cpp263 return DiagnosticStream(position, consumer, "", SPV_ERROR_INTERNAL) in MergeModules()
274 return DiagnosticStream(position, consumer, "", SPV_ERROR_INTERNAL) in MergeModules()
299 return DiagnosticStream(position, consumer, "", SPV_ERROR_INTERNAL) in MergeModules()
364 return DiagnosticStream(position, consumer, "", SPV_ERROR_INTERNAL) in MergeModules()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/link/
Dlinker.cpp263 return DiagnosticStream(position, consumer, "", SPV_ERROR_INTERNAL) in MergeModules()
274 return DiagnosticStream(position, consumer, "", SPV_ERROR_INTERNAL) in MergeModules()
299 return DiagnosticStream(position, consumer, "", SPV_ERROR_INTERNAL) in MergeModules()
364 return DiagnosticStream(position, consumer, "", SPV_ERROR_INTERNAL) in MergeModules()
/third_party/spirv-tools/source/link/
Dlinker.cpp219 return DiagnosticStream({0, 0, 1}, consumer, "", SPV_ERROR_INTERNAL) in GenerateHeader()
293 return DiagnosticStream(position, consumer, "", SPV_ERROR_INTERNAL) in MergeModules()
307 return DiagnosticStream(position, consumer, "", SPV_ERROR_INTERNAL) in MergeModules()
329 return DiagnosticStream(position, consumer, "", SPV_ERROR_INTERNAL) in MergeModules()

12