Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/tint/src/transform/
Dadd_empty_entry_point.cc32 if (func->IsEntryPoint()) { in Run()
Dglsl.cc99 if (func->IsEntryPoint()) { in AddEmptyEntryPoint()
Dsingle_entry_point.cc47 if (!f->IsEntryPoint()) { in Run()
Dbinding_remapper.cc62 if (!func_ast->IsEntryPoint()) { in Run()
Dmodule_scope_var_to_entry_point_param.cc138 bool is_entry_point = func_ast->IsEntryPoint(); in Process()
Dcanonicalize_entry_point_io.cc581 if (!func_ast->IsEntryPoint()) { in Run()
/third_party/skia/third_party/externals/tint/src/ast/
Dfunction.h64 bool IsEntryPoint() const { return PipelineStage() != PipelineStage::kNone; } in IsEntryPoint() function
/third_party/skia/third_party/externals/tint/src/writer/glsl/
Dgenerator.cc52 if (func->IsEntryPoint()) { in Generate()
Dgenerator_impl.cc132 if (func->IsEntryPoint()) { in Generate()
/third_party/skia/third_party/externals/tint/src/writer/hlsl/
Dgenerator.cc53 if (func->IsEntryPoint()) { in Generate()
Dgenerator_impl.cc248 if (func->IsEntryPoint()) { in Generate()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Daggressive_dead_code_elim_pass.h212 bool IsEntryPoint(Function* func);
Daggressive_dead_code_elim_pass.cpp1051 bool result = IsEntryPoint(func) && !HasCall(func); in IsEntryPointWithNoCalls()
1056 bool AggressiveDCEPass::IsEntryPoint(Function* func) { in IsEntryPoint() function in spvtools::opt::AggressiveDCEPass
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Daggressive_dead_code_elim_pass.h212 bool IsEntryPoint(Function* func);
Daggressive_dead_code_elim_pass.cpp1051 bool result = IsEntryPoint(func) && !HasCall(func); in IsEntryPointWithNoCalls()
1056 bool AggressiveDCEPass::IsEntryPoint(Function* func) { in IsEntryPoint() function in spvtools::opt::AggressiveDCEPass
/third_party/spirv-tools/source/opt/
Daggressive_dead_code_elim_pass.h215 bool IsEntryPoint(Function* func);
Daggressive_dead_code_elim_pass.cpp1069 bool result = IsEntryPoint(func) && !HasCall(func); in IsEntryPointWithNoCalls()
1074 bool AggressiveDCEPass::IsEntryPoint(Function* func) { in IsEntryPoint() function in spvtools::opt::AggressiveDCEPass
/third_party/vk-gl-cts/external/amber/src/src/
Dexecutor.cc187 if (cmd->IsEntryPoint()) in ExecuteCommand()
Dcommand.h96 bool IsEntryPoint() const { return command_type_ == Type::kEntryPoint; } in IsEntryPoint() function
/third_party/skia/third_party/externals/tint/src/inspector/
Dinspector.cc136 if (!func->IsEntryPoint()) { in GetEntryPoints()
579 if (!func->IsEntryPoint()) { in FindEntryPointByName()
814 if (call_func->Declaration()->IsEntryPoint()) { in GenerateSamplerTargets()
/third_party/skia/third_party/externals/tint/src/resolver/
Dresolver_validation.cc756 if (!func->IsEntryPoint() && !deco->Is<ast::InternalDecoration>()) { in ValidateFunctionParameter()
1020 if (!decl->IsEntryPoint()) { in ValidateFunction()
1041 if (decl->IsEntryPoint()) { in ValidateFunction()
1581 if (target->Declaration()->IsEntryPoint()) { in ValidateFunctionCall()
Dresolver.cc649 if (decl->IsEntryPoint()) { in Function()
697 if (decl->IsEntryPoint()) { in Function()
/third_party/skia/third_party/externals/tint/src/writer/msl/
Dgenerator_impl.cc231 if (!func->IsEntryPoint()) { in Generate()
/third_party/skia/third_party/externals/tint/src/writer/spirv/
Dbuilder.cc665 if (func_ast->IsEntryPoint()) { in GenerateFunction()
/third_party/vk-gl-cts/external/amber/src/src/vkscript/
Dcommand_parser_test.cc730 ASSERT_TRUE(cmds[0]->IsEntryPoint()); in TEST_F()