/third_party/skia/third_party/externals/tint/src/transform/ |
D | add_empty_entry_point.cc | 32 if (func->IsEntryPoint()) { in Run()
|
D | glsl.cc | 99 if (func->IsEntryPoint()) { in AddEmptyEntryPoint()
|
D | single_entry_point.cc | 47 if (!f->IsEntryPoint()) { in Run()
|
D | binding_remapper.cc | 62 if (!func_ast->IsEntryPoint()) { in Run()
|
D | module_scope_var_to_entry_point_param.cc | 138 bool is_entry_point = func_ast->IsEntryPoint(); in Process()
|
D | canonicalize_entry_point_io.cc | 581 if (!func_ast->IsEntryPoint()) { in Run()
|
/third_party/skia/third_party/externals/tint/src/ast/ |
D | function.h | 64 bool IsEntryPoint() const { return PipelineStage() != PipelineStage::kNone; } in IsEntryPoint() function
|
/third_party/skia/third_party/externals/tint/src/writer/glsl/ |
D | generator.cc | 52 if (func->IsEntryPoint()) { in Generate()
|
D | generator_impl.cc | 132 if (func->IsEntryPoint()) { in Generate()
|
/third_party/skia/third_party/externals/tint/src/writer/hlsl/ |
D | generator.cc | 53 if (func->IsEntryPoint()) { in Generate()
|
D | generator_impl.cc | 248 if (func->IsEntryPoint()) { in Generate()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | aggressive_dead_code_elim_pass.h | 212 bool IsEntryPoint(Function* func);
|
D | aggressive_dead_code_elim_pass.cpp | 1051 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/ |
D | aggressive_dead_code_elim_pass.h | 212 bool IsEntryPoint(Function* func);
|
D | aggressive_dead_code_elim_pass.cpp | 1051 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/ |
D | aggressive_dead_code_elim_pass.h | 215 bool IsEntryPoint(Function* func);
|
D | aggressive_dead_code_elim_pass.cpp | 1069 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/ |
D | executor.cc | 187 if (cmd->IsEntryPoint()) in ExecuteCommand()
|
D | command.h | 96 bool IsEntryPoint() const { return command_type_ == Type::kEntryPoint; } in IsEntryPoint() function
|
/third_party/skia/third_party/externals/tint/src/inspector/ |
D | inspector.cc | 136 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/ |
D | resolver_validation.cc | 756 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()
|
D | resolver.cc | 649 if (decl->IsEntryPoint()) { in Function() 697 if (decl->IsEntryPoint()) { in Function()
|
/third_party/skia/third_party/externals/tint/src/writer/msl/ |
D | generator_impl.cc | 231 if (!func->IsEntryPoint()) { in Generate()
|
/third_party/skia/third_party/externals/tint/src/writer/spirv/ |
D | builder.cc | 665 if (func_ast->IsEntryPoint()) { in GenerateFunction()
|
/third_party/vk-gl-cts/external/amber/src/src/vkscript/ |
D | command_parser_test.cc | 730 ASSERT_TRUE(cmds[0]->IsEntryPoint()); in TEST_F()
|