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 != NULL && "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 = NULL; 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_export_foreach.cpp412 for (InIter BI = FE->mIns.begin(), EI = FE->mIns.end(); BI != EI; BI++) {
H A Dslang_rs_reflection.cpp425 for (RSExportForEach::InTypeIter BI = InTypes.begin(), EI = InTypes.end();
426 BI != EI; BI++) {
697 for (RSExportForEach::InIter BI = Ins.begin(), EI = Ins.end(); BI != EI;
740 for (RSExportForEach::InIter BI = Ins.begin(), EI = Ins.end(); BI != EI;
773 for (RSExportForEach::InTypeIter BI = InTypes.begin(), EI = InTypes.end();
774 BI != EI; BI++, ++Index) {
H A Dslang_rs_reflection_cpp.cpp193 EI = InTypes.end(); BI != EI; BI++) {
267 for (RSExportForEach::InIter BI = Ins.begin(), EI = Ins.end();
268 BI != EI; BI++) {

Completed in 156 milliseconds