Searched defs:EI (Results 1 - 1 of 1) 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...]

Completed in 206 milliseconds