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 != 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...]

Completed in 173 milliseconds