Searched refs:EntryPointDefinition (Results 1 - 9 of 9) sorted by relevance
/frameworks/rs/rsov/compiler/spirit/ |
H A D | builder.cpp | 30 EntryPointDefinition * 33 return new EntryPointDefinition(this, execModel, func, name);
|
H A D | builder.h | 29 EntryPointDefinition *MakeEntryPointDefinition(ExecutionModel execModel,
|
H A D | visitor.h | 27 class EntryPointDefinition; 45 virtual void visit(EntryPointDefinition *) = 0; 65 virtual void visit(EntryPointDefinition *);
|
H A D | visitor.cpp | 29 void DoNothingVisitor::visit(EntryPointDefinition *entry) {
|
H A D | module.h | 42 class EntryPointDefinition; 128 Module *addEntryPoint(EntryPointDefinition *entry); 235 std::vector<EntryPointDefinition *> mEntryPoints; 248 ContainerDeleter<std::vector<EntryPointDefinition *>> mEntryPointsDeleter; 259 class EntryPointDefinition : public Entity { class in namespace:android::spirit 261 EntryPointDefinition() {} function in class:android::spirit::EntryPointDefinition 262 EntryPointDefinition(Builder *builder, ExecutionModel execModel, 265 virtual ~EntryPointDefinition() { 279 EntryPointDefinition *addToInterface(VariableInst *var); 280 EntryPointDefinition *addExecutionMod [all...] |
H A D | module.cpp | 128 DeserializeZeroOrMore<EntryPointDefinition>(IS, mEntryPoints); 225 Module *Module::addEntryPoint(EntryPointDefinition *entry) { 441 EntryPointDefinition::EntryPointDefinition(Builder *builder, function in class:android::spirit::EntryPointDefinition 452 bool EntryPointDefinition::DeserializeInternal(InputWordStream &IS) { 464 EntryPointDefinition * 465 EntryPointDefinition::applyExecutionMode(ExecutionModeInst *mode) { 472 EntryPointDefinition *EntryPointDefinition::addToInterface(VariableInst *var) { 478 EntryPointDefinition *EntryPointDefinitio [all...] |
H A D | module_test.cpp | 111 EXPECT_EQ(1, countEntity<EntryPointDefinition>(m));
|
/frameworks/rs/rsov/compiler/ |
H A D | Wrapper_test.cpp | 82 EXPECT_EQ(2, countEntity<EntryPointDefinition>(m.get())); 101 EXPECT_EQ(1, countEntity<EntryPointDefinition>(m.get()));
|
H A D | Wrapper.cpp | 218 EntryPointDefinition *entry = b.MakeEntryPointDefinition(
|
Completed in 39 milliseconds