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->getNumElement(); in RSExportVar()
Dslang_rs_reflection.cpp655 const RSExportConstantArrayType *ECAT = in genScriptClassConstructor() local
657 const RSExportType *ET = ECAT->getElementType(); in genScriptClassConstructor()
2185 const RSExportConstantArrayType *ECAT = in genPackVarOfType() local
2205 << " < " << ECAT->getNumElement() << "; " << IndexVarName << "++)"; in genPackVarOfType()
2209 genPackVarOfType(ECAT->getElementType(), ElementVarName.c_str(), in genPackVarOfType()
2294 const RSExportConstantArrayType *ECAT = in genAllocateVarOfType() local
2296 const RSExportType *ElementType = ECAT->getElementType(); in genAllocateVarOfType()
2299 << ECAT->getNumElement() << "];\n"; in genAllocateVarOfType()
2303 mOut.indent() << "for (int $ct = 0; $ct < " << ECAT->getNumElement() in genAllocateVarOfType()
2774 const RSExportConstantArrayType *ECAT = in genAddElement() local
[all …]