Home
last modified time | relevance | path

Searched refs:mExecutionModes (Results 1 – 2 of 2) sorted by relevance

/frameworks/rs/rsov/compiler/spirit/
Dmodule.cpp43 mExecutionModesDeleter(mExecutionModes), in Module()
53 mExecutionModesDeleter(mExecutionModes), in Module()
129 DeserializeZeroOrMore<ExecutionModeInst>(IS, mExecutionModes); in DeserializeInternal()
132 for (auto mode : mExecutionModes) { in DeserializeInternal()
228 mExecutionModes.insert(mExecutionModes.end(), newModes.begin(), in addEntryPoint()
Dmodule.h103 for (auto mode : mExecutionModes) { in accept()
234 std::vector<ExecutionModeInst *> mExecutionModes; variable