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

/frameworks/compile/slang/
H A Dslang_rs_export_element.cpp39 ElementInfo *EI = new ElementInfo; \
40 EI->kind = RSExportPrimitiveType::DataKind ## _dk; \
41 EI->type = RSExportPrimitiveType::DataType ## _dt; \
42 EI->normalized = _norm; \
43 EI->vsize = _vsize; \
51 EI)); \
62 const ElementInfo *EI) {
71 slangAssert(EI != NULL && "Element info not found");
80 slangAssert(EI->vsize == 1 && "Element not a primitive class (please "
86 EI
60 Create(RSContext *Context, const clang::Type *T, const ElementInfo *EI) argument
126 const ElementInfo* EI = NULL; local
[all...]

Completed in 137 milliseconds