Home
last modified time | relevance | path

Searched refs:ExecutionModeInst (Results 1 – 4 of 4) sorted by relevance

/frameworks/rs/rsov/compiler/spirit/
Dmodule.h41 class ExecutionModeInst; variable
234 std::vector<ExecutionModeInst *> mExecutionModes;
247 ContainerDeleter<std::vector<ExecutionModeInst *>> mExecutionModesDeleter;
280 EntryPointDefinition *addExecutionMode(ExecutionModeInst *mode) { in addExecutionMode()
284 const std::vector<ExecutionModeInst *> &getExecutionModes() const { in getExecutionModes()
291 EntryPointDefinition *applyExecutionMode(ExecutionModeInst *mode);
303 std::vector<ExecutionModeInst *> mExecutionModeInsts;
Dmodule_test.cpp78 EXPECT_EQ(1, countEntity<ExecutionModeInst>(m)); in TEST_F()
Dbuilder_test.cpp176 EXPECT_EQ(1, countEntity<ExecutionModeInst>(m)); in TEST()
Dmodule.cpp129 DeserializeZeroOrMore<ExecutionModeInst>(IS, mExecutionModes); in DeserializeInternal()
465 EntryPointDefinition::applyExecutionMode(ExecutionModeInst *mode) { in applyExecutionMode()