Home
last modified time | relevance | path

Searched refs:EI (Results 1 – 3 of 3) sorted by relevance

/frameworks/compile/slang/
Dslang_rs_export_element.cpp39 ElementInfo *EI = new ElementInfo; \ in Init()
40 EI->type = RSExportPrimitiveType::DataType ## _dt; \ in Init()
41 EI->normalized = _norm; \ in Init()
42 EI->vsize = _vsize; \ in Init()
50 EI)); \ in Init()
61 const ElementInfo *EI) { in Create() argument
70 slangAssert(EI != NULL && "Element info not found"); in Create()
79 slangAssert(EI->vsize == 1 && "Element not a primitive class (please " in Create()
85 EI->normalized); in Create()
87 slangAssert(EI->type == EPT->getType() && "Element has unexpected type"); in Create()
[all …]
Dslang_rs_context.cpp255 for (NeedExportTypeSet::const_iterator EI = mNeedExportTypes.begin(), in processExport() local
257 EI != EE; in processExport()
258 EI++) { in processExport()
259 if (!processExportType(EI->getKey())) { in processExport()
Dslang_rs_export_element.h59 const ElementInfo *EI);