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

/frameworks/compile/slang/
H A Dslang_rs_export_var.cpp81 const RSExportConstantArrayType *ECAT = local
83 mArraySize = ECAT->getSize();
H A Dslang_rs_reflection.cpp361 const RSExportConstantArrayType *ECAT = local
363 const RSExportType *ET = ECAT->getElementType();
1160 const RSExportConstantArrayType *ECAT = local
1180 IndexVarName << " < " << ECAT->getSize() << "; " <<
1185 genPackVarOfType(C, ECAT->getElementType(), ElementVarName.c_str(),
1263 const RSExportConstantArrayType *ECAT = local
1265 const RSExportType *ElementType = ECAT->getElementType();
1268 << "[" << ECAT->getSize() << "];" << std::endl;
1272 C.indent() << "for (int $ct = 0; $ct < " << ECAT->getSize() << "; "
1856 const RSExportConstantArrayType *ECAT local
[all...]

Completed in 59 milliseconds