HomeSort by relevance Sort by last modified time
    Searched refs:Script (Results 1 - 25 of 462) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/rs/java/android/renderscript/
ScriptIntrinsic.java 20 * Base class for all Intrinsic scripts. An intrinsic is a script
27 public abstract class ScriptIntrinsic extends Script {
ScriptIntrinsicBlend.java 43 private void blend(int id, Allocation ain, Allocation aout, Script.LaunchOptions opt) {
70 public void forEachClear(Allocation ain, Allocation aout, Script.LaunchOptions opt) {
77 * @return Script.KernelID The KernelID object.
79 public Script.KernelID getKernelIDClear() {
101 public void forEachSrc(Allocation ain, Allocation aout, Script.LaunchOptions opt) {
108 * @return Script.KernelID The KernelID object.
110 public Script.KernelID getKernelIDSrc() {
135 public void forEachDst(Allocation ain, Allocation aout, Script.LaunchOptions opt) {
142 * @return Script.KernelID The KernelID object.
144 public Script.KernelID getKernelIDDst()
    [all...]
ScriptIntrinsicYuvToRGB.java 75 * @return Script.KernelID The KernelID object.
77 public Script.KernelID getKernelID() {
84 * @return Script.FieldID The FieldID object.
86 public Script.FieldID getFieldID_Input() {
  /frameworks/rs/support/java/src/android/support/v8/renderscript/
ScriptIntrinsic.java 20 * Base class for all Intrinsic scripts. An intrinsic a script
27 public abstract class ScriptIntrinsic extends Script {
ScriptIntrinsicBlend.java 77 * @return Script.KernelID The KernelID object.
79 public Script.KernelID getKernelIDClear() {
97 * @return Script.KernelID The KernelID object.
99 public Script.KernelID getKernelIDSrc() {
118 * @return Script.KernelID The KernelID object.
120 public Script.KernelID getKernelIDDst() {
137 * @return Script.KernelID The KernelID object.
139 public Script.KernelID getKernelIDSrcOver() {
156 * @return Script.KernelID The KernelID object.
158 public Script.KernelID getKernelIDDstOver()
    [all...]
ScriptGroup.java 33 * In addition to kernels, a script group may contain invocable functions as well.
34 * A script group may take inputs and generate outputs, which are consumed and
36 * Inside a script group, outputs from one kernel can be passed to another kernel as inputs.
37 * The API disallows cyclic dependencies among kernels in a script group,
54 Script.KernelID mKID;
57 IO(Script.KernelID s) {
63 ConnectLine(Type t, Script.KernelID from, Script.KernelID to) {
69 ConnectLine(Type t, Script.KernelID from, Script.FieldID to)
    [all...]
  /frameworks/compile/libbcc/include/bcc/
Compiler.h 36 class Script;
82 enum ErrorCode runPasses(Script &pScript, llvm::raw_pwrite_stream &pResult);
84 bool addInternalizeSymbolsPass(Script &pScript, llvm::legacy::PassManager &pPM);
86 void addDebugInfoPass(Script &pScript, llvm::legacy::PassManager &pPM);
87 void addGlobalInfoPass(Script &pScript, llvm::legacy::PassManager &pPM);
97 // Compile a script and output the result to a LLVM stream.
101 enum ErrorCode compile(Script &pScript, llvm::raw_pwrite_stream &pResult,
114 // not in this whitelist is callable from the script.
115 enum ErrorCode screenGlobalFunctions(Script &pScript);
117 void translateGEPs(Script &pScript)
    [all...]
Script.h 31 class Script;
35 typedef llvm::Module *(*RSLinkRuntimeCallback)(bcc::Script *, llvm::Module *,
38 class Script {
60 explicit Script(Source *pSource);
62 ~Script() {}
109 // this Script object. Return false on error.
111 // This is equivalent to the call to Script::merge(...) on mSource.
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/PiDxeS3BootScriptLib/
BootScriptSave.c 2 Save the S3 data to S3 boot script.
46 to handle potential INSERT boot script | |
49 | Boot Time Boot Script | | |
54 | Boot Time Boot Script | | |
63 | Boot Time Boot Script | | |
68 | Boot Time Boot Script | | |
72 | Runtime Boot Script | |
139 @return the base address of the boot script table.
181 This function save boot script data to LockBox.
258 // node on every add to boot script table.
    [all...]
BootScriptExecute.c 2 Interpret and execute the S3 data in S3 boot script.
127 Translates boot script width and address stride to MDE library interface.
379 Interprete the boot script node with EFI_BOOT_SCRIPT_IO_WRITE OP code.
381 @param Script Pointer to the node which is to be interpreted.
392 IN UINT8 *Script
401 CopyMem ((VOID*)&IoWrite, (VOID*)Script, sizeof(EFI_BOOT_SCRIPT_IO_WRITE));
405 Buffer = Script + sizeof (EFI_BOOT_SCRIPT_IO_WRITE);
608 Interprete the boot script node with EFI_BOOT_SCRIPT_MEM_WRITE OP code.
610 @param[in] Script Pointer to the node which is to be interpreted.
622 IN UINT8 *Script
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformSmm/
SmmScriptSave.c 79 // Build script according to opcode
110 BOOT_SCRIPT_POINTERS Script;
122 Script.Raw = Buffer;
123 Script.TableInfo->OpCode = EFI_BOOT_SCRIPT_TABLE_OPCODE;
124 Script.TableInfo->Length = sizeof(EFI_BOOT_SCRIPT_TABLE_HEADER);
125 Script.TableInfo->TableLength = sizeof(EFI_BOOT_SCRIPT_TABLE_HEADER);
142 BOOT_SCRIPT_POINTERS Script;
145 // Add final "termination" node to script table
147 Script.Raw = (UINT8*) ((UINTN)ScriptTablePtr);
148 Script.Terminate->OpCode = EFI_BOOT_SCRIPT_TERMINATE_OPCODE;
    [all...]
  /frameworks/rs/driver/
rsdBcc.h 27 android::renderscript::Script *s,
32 android::renderscript::Script *script,
38 android::renderscript::Script *s,
47 android::renderscript::Script *s,
55 android::renderscript::Script *s,
65 android::renderscript::Script *script);
67 android::renderscript::Script *script);
    [all...]
rsdBcc.cpp 33 using android::renderscript::Script;
38 ScriptC *script,
46 dc->mCpuRef->createScript(script, resName, cacheDir, bitcode,
51 script->mHal.drv = cs;
52 cs->populateScript(script);
56 bool rsdInitIntrinsic(const Context *rsc, Script *s, RsScriptIntrinsicID iid,
69 Script *s,
89 Script *s,
103 int rsdScriptInvokeRoot(const Context *dc, Script *s) {
108 void rsdScriptInvokeInit(const Context *dc, Script *s)
    [all...]
  /frameworks/rs/cpp/
Script.cpp 22 using android::RSC::Script;
24 void Script::invoke(uint32_t slot, const void *v, size_t len) const {
28 void Script::forEach(uint32_t slot, const sp<const Allocation>& ain, const sp<const Allocation>& aout,
38 Script::Script(void *id, sp<RS> rs) : BaseObj(id, rs) {
42 void Script::bindAllocation(const sp<Allocation>& va, uint32_t slot) const {
47 void Script::setVar(uint32_t index, const sp<const BaseObj>& o) const {
51 void Script::setVar(uint32_t index, const void *v, size_t len) const {
55 void Script::FieldBase::init(const sp<RS>& rs, uint32_t dimx, uint32_t usages) {
  /frameworks/rs/
rsScript.cpp 23 Script::Script(Context *rsc) : ObjectBase(rsc) {
34 Script::~Script() {
45 void Script::setSlot(uint32_t slot, Allocation *a) {
48 ALOGE("Script::setSlot unable to set allocation, invalid slot index");
56 mRSC->mHal.funcs.script.setGlobalBind(mRSC, this, slot, a);
59 void Script::setVar(uint32_t slot, const void *val, size_t len) {
62 ALOGE("Script::setVar unable to set allocation, invalid slot index");
67 mRSC->mHal.funcs.script.setGlobalVar(mRSC, this, slot, (void *)val, len)
    [all...]
rsScript.h 38 IDBase(Context *rsc, Script *s, int slot) :
45 Script *mScript;
51 ScriptKernelID(Context *rsc, Script *s, int slot, int sig);
62 ScriptInvokeID(Context *rsc, Script *s, int slot);
70 ScriptFieldID(Context *rsc, Script *s, int slot);
76 class Script : public ObjectBase {
101 explicit Script(Context *);
102 virtual ~Script();
  /frameworks/compile/libbcc/lib/
Script.cpp 17 #include "bcc/Script.h"
31 Script::Script(Source *pSource)
37 bool Script::LinkRuntime(const char *core_lib) {
90 bool Script::mergeSource(Source &pSource) { return mSource->merge(pSource); }
  /external/libtextclassifier/util/i18n/
locale_test.cc 33 EXPECT_EQ(locale.Script(), "");
41 EXPECT_EQ(locale.Script(), "");
49 EXPECT_EQ(locale.Script(), "Hant");
57 EXPECT_EQ(locale.Script(), "");
65 EXPECT_EQ(locale.Script(), "Hant");
  /external/v8/src/js/
messages.js 14 var Script = utils.ImportNow("Script");
17 // Script
20 * Set up the Script function and constructor.
22 %FunctionSetInstanceClassName(Script, 'Script');
23 %AddNamedProperty(Script.prototype, 'constructor', Script,
30 * script : script object for the sourc
    [all...]
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
ScriptAndLanguages 14 Total Script=174
  /frameworks/rs/rsov/driver/
rsovScript.h 36 class Script;
57 static bool isScriptCpuBacked(const Script *s);
58 static void initScriptOnCpu(Script *s, RsdCpuReference::CpuScript *cs);
59 static void initScriptOnRSoV(Script *s, RSoVScript *rsovScript);
61 void populateScript(Script *) override;
89 // Returns number of global variables in this Script (may be 0 if
155 android::renderscript::ScriptC *script,
161 android::renderscript::Script *s,
166 android::renderscript::Script *script,
    [all...]
  /external/v8/src/
source-position.cc 15 if (function->script()->IsScript()) {
16 Script* script = Script::cast(function->script()); local
17 if (script->name()->IsString()) {
18 name = String::cast(script->name());
87 Script::PositionInfo pos;
89 if (function->script()->IsScript()) {
90 Script* script = Script::cast(function->script()) local
    [all...]
  /cts/tests/camera/src/android/hardware/camera2/cts/rs/
ScriptGraph.java 27 import android.hardware.camera2.cts.rs.Script.ParameterMap;
40 * {@link android.renderscript.Script scripts} and managing their {@link Allocation allocations}.
42 * <p>Create a new script graph by using {@link #create}, configure the input with
47 * <p>Once a script graph has been built, all underlying scripts and allocations are instantiated.
48 * Each script may be executed with {@link #execute}. Scripts are executed in the order that they
49 * were configured, with each previous script's output used as the input for the next script.
72 private final List<Script<?>> mScripts;
166 * Execute each script in the graph, with each next script's input using th
496 Script<?> script = instantiateScript(scriptClass, inputInfo, parameters); local
532 Script<?> script = mScripts.get(i); local
    [all...]
Script.java 29 * Base class for all renderscript script abstractions.
31 * <p>Each script has exactly one input and one output allocation, and is able to execute
32 * one {@link android.renderscript.Script} script file.</p>
34 * <p>Each script owns it's input allocation, but not the output allocation.</p>
44 * @param <T> A concrete subclass of {@link android.renderscript.Script}
46 public abstract class Script<T extends android.renderscript.Script> implements UncheckedCloseable {
49 * A type-safe heterogenous parameter map for script parameters.
51 * @param <ScriptT> A concrete subclass of {@link Script}
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
LaunchClip.java 114 private void verifyCell(int x, int y, int z, int[] a, Script.LaunchOptions sc) {
155 void verifyRange(Script.LaunchOptions sc, int[] a) {
196 Script.LaunchOptions sc = new Script.LaunchOptions();
207 Script.LaunchOptions sc = new Script.LaunchOptions();
220 Script.LaunchOptions sc = new Script.LaunchOptions();
232 Script.LaunchOptions sc = new Script.LaunchOptions()
    [all...]

Completed in 633 milliseconds

1 2 3 4 5 6 7 8 91011>>