HomeSort by relevance Sort by last modified time
    Searched refs:isThreadable (Results 1 - 6 of 6) sorted by null

  /frameworks/compile/libbcc/include/bcc/Renderscript/
RSExecutable.h 77 inline bool isThreadable() const
78 { return mInfo->isThreadable(); }
81 if (mInfo->isThreadable() != pThreadable) {
RSInfo.h 62 uint8_t isThreadable;
229 inline bool isThreadable() const
230 { return mHeader.isThreadable; }
251 { mHeader.isThreadable = pThreadable; }
  /frameworks/rs/cpu_ref/
rsCpuCore.h 62 bool isThreadable;
rsCpuCore.cpp 364 if ((mWorkers.mCount >= 1) && mtls->isThreadable && !mInForEach) {
rsCpuScript.cpp 549 mtls->isThreadable = mIsThreadable;
  /frameworks/compile/libbcc/lib/Renderscript/
RSInfo.cpp 283 ALOGV("\tIs threadable: %s", ((mHeader.isThreadable) ? "true" : "false"));

Completed in 241 milliseconds