Home
last modified time | relevance | path

Searched refs:EI (Results 1 – 8 of 8) sorted by relevance

/frameworks/compile/slang/
Dslang_rs_export_element.cpp59 ElementInfo *EI = new ElementInfo; in Init() local
60 EI->type = DataElementInfoTable[i].dataType; in Init()
61 EI->normalized = DataElementInfoTable[i].normalized; in Init()
62 EI->vsize = DataElementInfoTable[i].vsize; in Init()
65 Name, ElementInfoMap.getAllocator(), EI)); in Init()
73 const ElementInfo *EI) { in Create() argument
82 slangAssert(EI != nullptr && "Element info not found"); in Create()
91 slangAssert(EI->vsize == 1 && "Element not a primitive class (please " in Create()
97 EI->normalized); in Create()
99 slangAssert(EI->type == EPT->getType() && "Element has unexpected type"); in Create()
[all …]
Dslang_rs_context.cpp292 for (NeedExportTypeSet::const_iterator EI = mNeedExportTypes.begin(), in processExports() local
294 EI != EE; in processExports()
295 EI++) { in processExports()
296 if (!processExportType(EI->getKey())) { in processExports()
Dslang_rs_export_element.h59 const ElementInfo *EI);
Dslang_rs_reflection.cpp682 for (RSExportForEach::InTypeIter BI = InTypes.begin(), EI = InTypes.end(); in genScriptClassConstructor() local
683 BI != EI; BI++) { in genScriptClassConstructor()
708 for (RSExportReduce::InTypeIter BI = InTypes.begin(), EI = InTypes.end(); in genScriptClassConstructor() local
709 BI != EI; BI++) { in genScriptClassConstructor()
1035 for (RSExportForEach::InTypeIter BI = InTypes.begin(), EI = InTypes.end(); in genExportForEach() local
1036 BI != EI; BI++) { in genExportForEach()
1047 for (RSExportForEach::InIter BI = Ins.begin(), EI = Ins.end(); BI != EI; in genExportForEach() local
1100 for (RSExportForEach::InIter BI = Ins.begin(), EI = Ins.end(); BI != EI; in genExportForEach() local
1136 for (RSExportForEach::InTypeIter BI = InTypes.begin(), EI = InTypes.end(); in genExportForEach() local
1137 BI != EI; BI++, ++Index) { in genExportForEach()
Dslang_rs_reflection_cpp.cpp200 EI = InTypes.end(); BI != EI; BI++) { in genTypeInstancesUsedInForEach() local
274 for (RSExportForEach::InIter BI = Ins.begin(), EI = Ins.end(); in genForEachDeclarations() local
275 BI != EI; BI++) { in genForEachDeclarations()
Dslang_rs_export_foreach.cpp387 for (InIter BI = FE->mIns.begin(), EI = FE->mIns.end(); BI != EI; BI++) { in Create() local
/frameworks/av/services/audiopolicy/engineconfigurable/tools/
DbuildStrategiesStructureFile.py24 import xml.etree.ElementInclude as EI namespace
117 EI.include(policy_engine_root)
DbuildPolicyCriterionTypes.py25 import xml.etree.ElementInclude as EI namespace
157 EI.include(policy_root)