Home
last modified time | relevance | path

Searched refs:ValidateEntryPoint (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/test/val/
Dval_layout_test.cpp463 using ValidateEntryPoint = spvtest::ValidateBase<bool>; typedef
466 TEST_F(ValidateEntryPoint, NoEntryPointBad) { in TEST_F() argument
479 TEST_F(ValidateEntryPoint, FunctionIsTargetOfEntryPointAndFunctionCallBad) { in TEST_F() argument
502 TEST_F(ValidateEntryPoint, FunctionCallOutsideFunctionBody) { in TEST_F() argument
518 TEST_F(ValidateEntryPoint, NoEntryPointWithLinkageCapGood) { in TEST_F() argument
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/
Dval_layout_test.cpp463 using ValidateEntryPoint = spvtest::ValidateBase<bool>; typedef
466 TEST_F(ValidateEntryPoint, NoEntryPointBad) { in TEST_F() argument
479 TEST_F(ValidateEntryPoint, FunctionIsTargetOfEntryPointAndFunctionCallBad) { in TEST_F() argument
502 TEST_F(ValidateEntryPoint, FunctionCallOutsideFunctionBody) { in TEST_F() argument
518 TEST_F(ValidateEntryPoint, NoEntryPointWithLinkageCapGood) { in TEST_F() argument
/third_party/spirv-tools/test/val/
Dval_layout_test.cpp463 using ValidateEntryPoint = spvtest::ValidateBase<bool>; typedef
466 TEST_F(ValidateEntryPoint, NoEntryPointBad) { in TEST_F() argument
479 TEST_F(ValidateEntryPoint, FunctionIsTargetOfEntryPointAndFunctionCallBad) { in TEST_F() argument
502 TEST_F(ValidateEntryPoint, FunctionCallOutsideFunctionBody) { in TEST_F() argument
518 TEST_F(ValidateEntryPoint, NoEntryPointWithLinkageCapGood) { in TEST_F() argument
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dvalidate_mode_setting.cpp28 spv_result_t ValidateEntryPoint(ValidationState_t& _, const Instruction* inst) { in ValidateEntryPoint() function
530 if (auto error = ValidateEntryPoint(_, inst)) return error; in ModeSettingPass()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_mode_setting.cpp28 spv_result_t ValidateEntryPoint(ValidationState_t& _, const Instruction* inst) { in ValidateEntryPoint() function
530 if (auto error = ValidateEntryPoint(_, inst)) return error; in ModeSettingPass()
/third_party/spirv-tools/source/val/
Dvalidate_mode_setting.cpp27 spv_result_t ValidateEntryPoint(ValidationState_t& _, const Instruction* inst) { in ValidateEntryPoint() function
633 if (auto error = ValidateEntryPoint(_, inst)) return error; in ModeSettingPass()
/third_party/skia/third_party/externals/tint/src/resolver/
Dresolver.h248 bool ValidateEntryPoint(const sem::Function* func);
Dresolver_validation.cc1042 if (!ValidateEntryPoint(func)) { in ValidateFunction()
1062 bool Resolver::ValidateEntryPoint(const sem::Function* func) { in ValidateEntryPoint() function in tint::resolver::Resolver