Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_export_var.cpp81 const RSExportConstantArrayType *ECAT = in RSExportVar() local
83 mArraySize = ECAT->getSize(); in RSExportVar()
Dslang_rs_reflection.cpp372 const RSExportConstantArrayType *ECAT = in genScriptClassConstructor() local
374 const RSExportType *ET = ECAT->getElementType(); in genScriptClassConstructor()
1206 const RSExportConstantArrayType *ECAT = in genPackVarOfType() local
1226 IndexVarName << " < " << ECAT->getSize() << "; " << in genPackVarOfType()
1231 genPackVarOfType(C, ECAT->getElementType(), ElementVarName.c_str(), in genPackVarOfType()
1309 const RSExportConstantArrayType *ECAT = in genAllocateVarOfType() local
1311 const RSExportType *ElementType = ECAT->getElementType(); in genAllocateVarOfType()
1314 << "[" << ECAT->getSize() << "];" << std::endl; in genAllocateVarOfType()
1318 C.indent() << "for (int $ct = 0; $ct < " << ECAT->getSize() << "; " in genAllocateVarOfType()
1907 const RSExportConstantArrayType *ECAT = in genAddElementToElementBuilder() local
[all …]