HomeSort by relevance Sort by last modified time
    Searched defs:kernels (Results 1 - 4 of 4) sorted by null

  /frameworks/rs/driver/
rsdScriptGroup.cpp 55 Vector<const ScriptKernelID *> kernels; local
105 kernels.add(k);
115 Script *s = kernels[ct]->mScript;
117 uint32_t slot = kernels[ct]->mSlot;
  /frameworks/support/renderscript/v8/rs_support/driver/
rsdScriptGroup.cpp 55 Vector<const ScriptKernelID *> kernels; local
94 kernels.add(k);
103 Script *s = kernels[ct]->mScript;
105 uint32_t slot = kernels[ct]->mSlot;
  /frameworks/base/graphics/java/android/renderscript/
ScriptGroup.java 38 * script kernels and connections. Attempting to create a
96 * Allocation to be used for the kernels which require a kernel
116 * Allocation to be used for the kernels which require a kernel
135 * Execute the ScriptGroup. This will run all the kernels in
148 * First all the Kernels to be used by the group should be
149 * added. Once this is done the kernels should be connected.
150 * Kernels cannot be added once a connection has been made.
278 "Kernels may not be added once connections exist.");
390 int[] kernels = new int[mKernelCount]; local
396 kernels[idx++] = kid.getID(mRS)
    [all...]
  /frameworks/support/renderscript/v8/java/src/android/support/v8/renderscript/
ScriptGroup.java 90 * Allocation to be used for the kernels which require a kernel
110 * Allocation to be used for the kernels which require a kernel
129 * Execute the ScriptGroup. This will run all the kernels in
142 * First all the Kernels to be used by the group should be
143 * added. Once this is done the kernels should be connected.
144 * Kernels cannot be added once a connection has been made.
241 "Kernels may not be added once connections exist.");
342 int[] kernels = new int[mKernelCount]; local
348 kernels[idx++] = kid.getID(mRS);
392 int id = mRS.nScriptGroupCreate(kernels, src, dstk, dstf, types)
    [all...]

Completed in 280 milliseconds