Home
last modified time | relevance | path

Searched refs:ForEach (Results 1 – 7 of 7) sorted by relevance

/frameworks/compile/slang/
Dslang_rs_reflection_state.h598 struct ForEach { struct
599 ForEach() : mState(S_Initial) { } in ForEach() argument
600 ForEach(const ForEach &) = delete;
601 void operator=(const ForEach &) = delete; argument
622 ForEach *mForEaches; // indexed by ordinal (lexical order)
Dslang_rs_reflection_cpp.cpp253 const RSExportForEach *ForEach = *I; in genForEachDeclarations() local
255 if (ForEach->isDummyRoot()) { in genForEachDeclarations()
269 std::string FunctionStart = "void forEach_" + ForEach->getName() + "("; in genForEachDeclarations()
273 const RSExportForEach::InVec &Ins = ForEach->getIns(); in genForEachDeclarations()
280 if (ForEach->hasOut() || ForEach->hasReturn()) { in genForEachDeclarations()
284 const RSExportRecordType *ERT = ForEach->getParamPacketType(); in genForEachDeclarations()
286 for (RSExportForEach::const_param_iterator i = ForEach->params_begin(), in genForEachDeclarations()
287 e = ForEach->params_end(); in genForEachDeclarations()
Dslang_rs_reflection_state.cpp181 case File::ForEach::S_Initial: in dump()
184 case File::ForEach::S_Collected: in dump()
187 case File::ForEach::S_UseMatched: in dump()
244 file.mForEaches = new File::ForEach[Count]; in beginForEaches()
281 slangAssert(foreach.mState == File::ForEach::S_Initial); in beginForEach()
282 foreach.mState = File::ForEach::S_Collected; in beginForEach()
298 slangAssert(foreach.mState == File::ForEach::S_Collected); in beginForEach()
299 foreach.mState = File::ForEach::S_UseMatched; in beginForEach()
561 if (fe.mState == File::ForEach::S_Collected) { in endForEaches()
/frameworks/native/vulkan/api/templates/
Dvulkan_common.tmpl173 {{ForEach $.CallParameters "Parameter" | JoinWith ", "}}
Dvulkan_h.tmpl240 {{ForEach $.Fields "Field" | JoinWith "\n"}}
Dvk_xml.tmpl413 {{ForEach $.CallParameters "XML.Parameter" | JoinWith ", "}}
/frameworks/native/vulkan/libvulkan/
Dcode-generator.tmpl526 {{$tail_types := (ForEach $ptail "ParameterType" | JoinWith ", ")}}
1086 {{ForEach $.CallParameters "ParameterName" | JoinWith ", "}}