Lines Matching refs:script
315 const Script* script = funcID->mScript;
317 rsAssert (!script->isIntrinsic());
320 (const RsdCpuScriptImpl *)ctxt->lookupScript(script);
384 // skip script group compilation forcing the driver to use the fallback
395 const Script* script = closure->mFunctionID.get()->mScript;
397 // If any script is an intrinsic, give up trying fusing the kernels.
398 if (script->isIntrinsic()) {
403 (const RsdCpuScriptImpl *)mCpuRefImpl->lookupScript(script);
584 Script* s = funcID->mScript;;
590 // global in their shared module (script). In this case we don't need to
596 Script* script = p.first->mScript;
597 rsAssert(script == s);
600 (const RsdCpuScriptImpl *)ctxt->lookupScript(script);
656 mtls.script = nullptr;
688 mtls.script = nullptr;