Home | History | Annotate | Download | only in cpu_ref

Lines Matching refs:mCtx

253     mCtx = ctx;
322 mCtx->lockMutex();
329 mCtx->unlockMutex();
335 if (mCtx->getContext()->getContextType() == RS_CONTEXT_TYPE_DEBUG) {
339 int optLevel = mCtx->getContext()->getOptLevel();
347 bool emitGlobalInfo = mCtx->getEmbedGlobalInfo();
348 bool emitGlobalInfoSkipConstant = mCtx->getEmbedGlobalInfoSkipConstant();
370 mCtx->unlockMutex();
405 mCtx->unlockMutex();
409 if (!SharedLibraryUtils::createSharedLibrary(mCtx->getContext()->getDriverName(),
412 mCtx->unlockMutex();
419 mCtx->unlockMutex();
432 const char *nativeLibDir = mCtx->getContext()->getNativeLibDir();
443 mCtx->unlockMutex();
448 mCtx->unlockMutex();
463 if (mCtx->getContext()->getContextType() == RS_CONTEXT_TYPE_DEBUG) {
472 RSSelectRTCallback selectRTCallback = mCtx->getSelectRTCallback();
540 mCtx->getContext()->setError(RS_ERROR_BAD_SCRIPT, \
569 mCtx->getContext()->setError(RS_ERROR_BAD_SCRIPT,
576 mCtx->getContext()->setError(RS_ERROR_BAD_SCRIPT,
590 mCtx->getContext()->setError(RS_ERROR_BAD_SCRIPT,
605 mtls->rs = mCtx;
636 mCtx->getContext()->setError(RS_ERROR_BAD_SCRIPT,
646 mCtx->getContext()->setError(RS_ERROR_BAD_SCRIPT,
653 mCtx->getContext()->setError(RS_ERROR_BAD_SCRIPT,
668 mCtx->getContext()->setError(RS_ERROR_BAD_SCRIPT,
686 mCtx->getContext()->setError(RS_ERROR_BAD_SCRIPT,
693 mCtx->getContext()->setError(RS_ERROR_BAD_SCRIPT,
707 mtls->rs = mCtx;
750 RsdCpuScriptImpl * oldTLS = mCtx->setTLS(this);
751 mCtx->launchForEach(ains, inLen, aout, sc, &mtls);
752 mCtx->setTLS(oldTLS);
764 RsdCpuScriptImpl *oldTLS = mCtx->setTLS(this);
765 mCtx->launchReduce(ains, inLen, aout, &mtls);
766 mCtx->setTLS(oldTLS);
792 RsdCpuScriptImpl * oldTLS = mCtx->setTLS(this);
794 mCtx->setTLS(oldTLS);
830 RsdCpuScriptImpl * oldTLS = mCtx->setTLS(this);
838 mCtx->setTLS(oldTLS);
937 rsrSetObject(mCtx->getContext(), (rs_object_base *)destPtr, data);