Searched refs:EI (Results 1 - 6 of 6) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_export_element.cpp59 ElementInfo *EI = new ElementInfo; local
60 EI->type = DataElementInfoTable[i].dataType;
61 EI->normalized = DataElementInfoTable[i].normalized;
62 EI->vsize = DataElementInfoTable[i].vsize;
65 Name, ElementInfoMap.getAllocator(), EI));
73 const ElementInfo *EI) {
82 slangAssert(EI != nullptr && "Element info not found");
91 slangAssert(EI->vsize == 1 && "Element not a primitive class (please "
97 EI->normalized);
99 slangAssert(EI
71 Create(RSContext *Context, const clang::Type *T, const ElementInfo *EI) argument
135 const ElementInfo* EI = nullptr; local
[all...]
H A Dslang_rs_export_element.h59 const ElementInfo *EI);
H A Dslang_rs_context.cpp291 for (NeedExportTypeSet::const_iterator EI = mNeedExportTypes.begin(),
293 EI != EE;
294 EI++) {
295 if (!processExportType(EI->getKey())) {
H A Dslang_rs_export_foreach.cpp384 for (InIter BI = FE->mIns.begin(), EI = FE->mIns.end(); BI != EI; BI++) {
H A Dslang_rs_reflection_cpp.cpp198 EI = InTypes.end(); BI != EI; BI++) {
272 for (RSExportForEach::InIter BI = Ins.begin(), EI = Ins.end();
273 BI != EI; BI++) {
H A Dslang_rs_reflection.cpp544 for (RSExportForEach::InTypeIter BI = InTypes.begin(), EI = InTypes.end();
545 BI != EI; BI++) {
570 for (RSExportReduce::InTypeIter BI = InTypes.begin(), EI = InTypes.end();
571 BI != EI; BI++) {
871 for (RSExportForEach::InIter BI = Ins.begin(), EI = Ins.end(); BI != EI;
917 for (RSExportForEach::InIter BI = Ins.begin(), EI = Ins.end(); BI != EI;
951 for (RSExportForEach::InTypeIter BI = InTypes.begin(), EI = InTypes.end();
952 BI != EI; B
[all...]

Completed in 212 milliseconds