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");
90 slangAssert(EI->vsize == 1 && "Element not a primitive class (please "
96 EI->normalized);
98 slangAssert(EI
71 Create(RSContext *Context, const clang::Type *T, const ElementInfo *EI) argument
134 const ElementInfo* EI = nullptr; local
[all...]
H A Dslang_rs_export_element.h59 const ElementInfo *EI);
H A Dslang_rs_context.cpp239 for (NeedExportTypeSet::const_iterator EI = mNeedExportTypes.begin(),
241 EI != EE;
242 EI++) {
243 if (!processExportType(EI->getKey())) {
H A Dslang_rs_reflection.cpp424 for (RSExportForEach::InTypeIter BI = InTypes.begin(), EI = InTypes.end();
425 BI != EI; BI++) {
707 for (RSExportForEach::InIter BI = Ins.begin(), EI = Ins.end(); BI != EI;
753 for (RSExportForEach::InIter BI = Ins.begin(), EI = Ins.end(); BI != EI;
787 for (RSExportForEach::InTypeIter BI = InTypes.begin(), EI = InTypes.end();
788 BI != EI; BI++, ++Index) {
H A Dslang_rs_reflection_cpp.cpp192 EI = InTypes.end(); BI != EI; BI++) {
266 for (RSExportForEach::InIter BI = Ins.begin(), EI = Ins.end();
267 BI != EI; BI++) {
H A Dslang_rs_export_foreach.cpp538 for (InIter BI = FE->mIns.begin(), EI = FE->mIns.end(); BI != EI; BI++) {

Completed in 66 milliseconds