Home
last modified time | relevance | path

Searched refs:ECAT (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/slang/
Dslang_rs_export_var.cpp68 const RSExportConstantArrayType *ECAT = in RSExportVar() local
70 mArraySize = ECAT->getSize(); in RSExportVar()
Dslang_rs_reflection.cpp402 const RSExportConstantArrayType *ECAT = in genScriptClassConstructor() local
404 const RSExportType *ET = ECAT->getElementType(); in genScriptClassConstructor()
1263 const RSExportConstantArrayType *ECAT = in genPackVarOfType() local
1283 << " < " << ECAT->getSize() << "; " << IndexVarName << "++)"; in genPackVarOfType()
1287 genPackVarOfType(ECAT->getElementType(), ElementVarName.c_str(), in genPackVarOfType()
1359 const RSExportConstantArrayType *ECAT = in genAllocateVarOfType() local
1361 const RSExportType *ElementType = ECAT->getElementType(); in genAllocateVarOfType()
1364 << ECAT->getSize() << "];\n"; in genAllocateVarOfType()
1368 mOut.indent() << "for (int $ct = 0; $ct < " << ECAT->getSize() in genAllocateVarOfType()
1824 const RSExportConstantArrayType *ECAT = in genAddElement() local
[all …]