Searched refs:DeserializeZeroOrMore (Results 1 – 2 of 2) sorted by relevance
/frameworks/rs/rsov/compiler/spirit/ |
D | module.cpp | 118 DeserializeZeroOrMore<CapabilityInst>(IS, mCapabilities); in DeserializeInternal() 119 DeserializeZeroOrMore<ExtensionInst>(IS, mExtensions); in DeserializeInternal() 120 DeserializeZeroOrMore<ExtInstImportInst>(IS, mExtInstImports); in DeserializeInternal() 128 DeserializeZeroOrMore<EntryPointDefinition>(IS, mEntryPoints); in DeserializeInternal() 129 DeserializeZeroOrMore<ExecutionModeInst>(IS, mExecutionModes); in DeserializeInternal() 141 DeserializeZeroOrMore<FunctionDefinition>(IS, mFunctionDefinitions); in DeserializeInternal() 916 DeserializeZeroOrMore<FunctionParameterInst>(IS, mParams); in DeserializeInternal() 973 DeserializeZeroOrMore<FunctionParameterInst>(IS, mParams); in DeserializeInternal() 974 DeserializeZeroOrMore<Block>(IS, mBlocks); in DeserializeInternal()
|
D | entity.h | 63 void DeserializeZeroOrMore(InputWordStream &IS, std::vector<T *> &all) { in DeserializeZeroOrMore() function
|