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->getNumElement();
H A Dslang_rs_reflection.cpp517 const RSExportConstantArrayType *ECAT = local
519 const RSExportType *ET = ECAT->getElementType();
1966 const RSExportConstantArrayType *ECAT = local
1986 << " < " << ECAT->getNumElement() << "; " << IndexVarName << "++)";
1990 genPackVarOfType(ECAT->getElementType(), ElementVarName.c_str(),
2062 const RSExportConstantArrayType *ECAT = local
2064 const RSExportType *ElementType = ECAT->getElementType();
2067 << ECAT->getNumElement() << "];\n";
2071 mOut.indent() << "for (int $ct = 0; $ct < " << ECAT->getNumElement()
2527 const RSExportConstantArrayType *ECAT local
[all...]

Completed in 962 milliseconds