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

  /frameworks/rs/cpu_ref/
rsCpuScriptGroup.h 52 const ScriptKernelID *const* kernels; member in struct:android::renderscript::CpuScriptGroupImpl::ScriptList
rsCpuScriptGroup.cpp 111 Vector<const ScriptKernelID *> kernels; local
171 kernels.add(k);
181 Script *s = kernels[ct]->mScript;
183 uint32_t slot = kernels[ct]->mSlot;
193 sl.kernels = kernels.array();
194 sl.count = kernels.size();
199 for (size_t ct=0; ct < kernels.size(); ct++) {
200 Script *s = kernels[ct]->mScript;
203 si->forEachKernelSetup(kernels[ct]->mSlot, &mtls)
    [all...]
  /frameworks/base/graphics/java/android/renderscript/
ScriptGroup.java 23 * ScriptGroup creates a group of kernels that are executed
25 * The kernels may be connected internally or to an external allocation.
36 * script kernels and connections. Attempting to create a
40 * Currently, all kernels in a ScriptGroup must be from separate
41 * Script objects. Attempting to use multiple kernels from the same
98 * Allocation to be used for kernels that require an input
118 * Allocation to be used for the kernels that require an output
137 * Execute the ScriptGroup. This will run all the kernels in
150 * First, all kernels to be used by the ScriptGroup should be added.
152 * Second, add connections between kernels. There are two type
397 int[] kernels = new int[mKernelCount]; local
    [all...]
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
ScriptGroup.java 23 * ScriptGroup creates a group of kernels that are executed
25 * The kernels may be connected internally or to an external allocation.
36 * script kernels and connections. Attempting to create a
40 * Currently, all kernels in a ScriptGroup must be from separate
41 * Script objects. Attempting to use multiple kernels from the same
99 * Allocation to be used for kernels that require an input
119 * Allocation to be used for the kernels that require an output
138 * Execute the ScriptGroup. This will run all the kernels in
151 * First, all kernels to be used by the ScriptGroup should be added.
153 * Second, add connections between kernels. There are two type
422 int[] kernels = new int[mKernelCount]; local
    [all...]
  /prebuilts/sdk/renderscript/lib/
javalib.jar 

Completed in 192 milliseconds