Searched refs:EntryPointDefinition (Results 1 - 9 of 9) sorted by relevance

/frameworks/rs/rsov/compiler/spirit/
H A Dbuilder.cpp30 EntryPointDefinition *
33 return new EntryPointDefinition(this, execModel, func, name);
H A Dbuilder.h29 EntryPointDefinition *MakeEntryPointDefinition(ExecutionModel execModel,
H A Dvisitor.h27 class EntryPointDefinition;
45 virtual void visit(EntryPointDefinition *) = 0;
65 virtual void visit(EntryPointDefinition *);
H A Dvisitor.cpp29 void DoNothingVisitor::visit(EntryPointDefinition *entry) {
H A Dmodule.h42 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 Dmodule.cpp128 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 Dmodule_test.cpp111 EXPECT_EQ(1, countEntity<EntryPointDefinition>(m));
/frameworks/rs/rsov/compiler/
H A DWrapper_test.cpp82 EXPECT_EQ(2, countEntity<EntryPointDefinition>(m.get()));
101 EXPECT_EQ(1, countEntity<EntryPointDefinition>(m.get()));
H A DWrapper.cpp218 EntryPointDefinition *entry = b.MakeEntryPointDefinition(

Completed in 81 milliseconds