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 71 uint8_t isThreadable;
213 inline bool isThreadable() const
214 { return mHeader.isThreadable; }
233 { mHeader.isThreadable = pThreadable; }
  /frameworks/rs/cpu_ref/
rsCpuCore.h 104 bool isThreadable;
rsCpuCore.cpp 415 if ((mWorkers.mCount >= 1) && mtls->isThreadable && !mInForEach) {
487 if ((mWorkers.mCount >= 1) && mtls->isThreadable && !mInForEach) {
rsCpuScript.cpp 892 mtls->isThreadable = mIsThreadable;
    [all...]
  /frameworks/compile/libbcc/lib/Renderscript/
RSInfo.cpp 152 ALOGV("\tIs threadable: %s", ((mHeader.isThreadable) ? "true" : "false"));

Completed in 199 milliseconds