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

/frameworks/compile/slang/
H A Dslang_rs_export_var.cpp68 const RSExportConstantArrayType *ECAT = local
70 mArraySize = ECAT->getSize();
H A Dslang_rs_reflection.cpp403 const RSExportConstantArrayType *ECAT = local
405 const RSExportType *ET = ECAT->getElementType();
1249 const RSExportConstantArrayType *ECAT = local
1269 << " < " << ECAT->getSize() << "; " << IndexVarName << "++)";
1273 genPackVarOfType(ECAT->getElementType(), ElementVarName.c_str(),
1345 const RSExportConstantArrayType *ECAT = local
1347 const RSExportType *ElementType = ECAT->getElementType();
1350 << ECAT->getSize() << "];\n";
1354 mOut.indent() << "for (int $ct = 0; $ct < " << ECAT->getSize()
1810 const RSExportConstantArrayType *ECAT local
[all...]

Completed in 28 milliseconds