Searched refs:EI (Results 1 – 8 of 8) sorted by relevance
/frameworks/compile/slang/ |
D | slang_rs_export_element.cpp | 59 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 …]
|
D | slang_rs_context.cpp | 292 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()
|
D | slang_rs_export_element.h | 59 const ElementInfo *EI);
|
D | slang_rs_reflection.cpp | 682 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()
|
D | slang_rs_reflection_cpp.cpp | 200 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()
|
D | slang_rs_export_foreach.cpp | 387 for (InIter BI = FE->mIns.begin(), EI = FE->mIns.end(); BI != EI; BI++) { in Create() local
|
/frameworks/av/services/audiopolicy/engineconfigurable/tools/ |
D | buildStrategiesStructureFile.py | 24 import xml.etree.ElementInclude as EI namespace 117 EI.include(policy_engine_root)
|
D | buildPolicyCriterionTypes.py | 25 import xml.etree.ElementInclude as EI namespace 157 EI.include(policy_root)
|