HomeSort by relevance Sort by last modified time
    Searched defs:EF (Results 1 - 3 of 3) sorted by null

  /frameworks/compile/slang/
slang_rs_context.cpp 135 RSExportFunc *EF = RSExportFunc::Create(this, FD);
136 if (EF == NULL)
139 mExportFuncs.push_back(EF);
slang_rs_backend.cpp 292 const RSExportFunc *EF = *I;
295 if (!EF->hasParam()) {
297 EF->getName().c_str()));
299 llvm::Function *F = M->getFunction(EF->getName());
301 const std::string HelperFunctionName(".helper_" + EF->getName());
319 if (!EF->checkParameterPacketType(HelperFunctionParameterTy)) {
322 EF->getName().c_str());
324 const RSExportRecordType *Expected = EF->getParamPacketType();
371 for (size_t i = 0; i < EF->getNumParameters(); i++) {
slang_rs_reflection.cpp 677 const RSExportForEach *EF = *I;
679 const RSExportType *IET = EF->getInType();
683 const RSExportType *OET = EF->getOutType();
    [all...]

Completed in 274 milliseconds