Home
last modified time | relevance | path

Searched defs:IsEntryPoint (Results 1 – 5 of 5) sorted by relevance

/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/swiftshader/third_party/SPIRV-Tools/source/opt/
Daggressive_dead_code_elim_pass.cpp1056 bool AggressiveDCEPass::IsEntryPoint(Function* func) { in IsEntryPoint() function in spvtools::opt::AggressiveDCEPass
/third_party/spirv-tools/source/opt/
Daggressive_dead_code_elim_pass.cpp1092 bool AggressiveDCEPass::IsEntryPoint(Function* func) { in IsEntryPoint() function in spvtools::opt::AggressiveDCEPass
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Daggressive_dead_code_elim_pass.cpp1056 bool AggressiveDCEPass::IsEntryPoint(Function* func) { in IsEntryPoint() function in spvtools::opt::AggressiveDCEPass
/third_party/vk-gl-cts/external/amber/src/src/
Dcommand.h95 bool IsEntryPoint() const { return command_type_ == Type::kEntryPoint; } in IsEntryPoint() function