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

  /frameworks/rs/cpu_ref/
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...]
rsCpuScriptGroup.h 52 const ScriptKernelID *const* kernels; member in struct:android::renderscript::CpuScriptGroupImpl::ScriptList
  /frameworks/rs/
rsScriptGroup.h 83 ScriptKernelID ** kernels, size_t kernelsSize,
rsScriptGroup.cpp 194 ScriptKernelID ** kernels, size_t kernelsSize,
203 //ALOGE("ScriptGroup::create kernels=%i links=%i", (int)kernelCount, (int)linkCount);
212 sg->mKernels.add(kernels[ct]);
351 RsScriptKernelID * kernels, size_t kernelsSize,
359 (ScriptKernelID **) kernels, kernelsSize,
rs.spec 380 param RsScriptKernelID * kernels
  /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...]
RenderScript.java 112 * kernels and APIs are being used as intended. Get and SetElementAt
695 native int rsnScriptGroupCreate(int con, int[] kernels, int[] src, int[] dstk, int[] dstf, int[] types);
696 synchronized int nScriptGroupCreate(int[] kernels, int[] src, int[] dstk, int[] dstf, int[] types) {
698 return rsnScriptGroupCreate(mContext, kernels, src, dstk, dstf, types);
    [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...]
RenderScript.java 125 * kernels and APIs are being used as intended. Get and SetElementAt
547 native int rsnScriptGroupCreate(int con, int[] kernels, int[] src, int[] dstk, int[] dstf, int[] types);
548 synchronized int nScriptGroupCreate(int[] kernels, int[] src, int[] dstk, int[] dstf, int[] types) {
550 return rsnScriptGroupCreate(mContext, kernels, src, dstk, dstf, types);
    [all...]
  /external/iproute2/doc/
api-ip6-flowlabels.tex 149 message to user space, though the kernels which support flow labels
ip-cref.tex     [all...]
  /prebuilts/sdk/renderscript/lib/
javalib.jar 
  /external/blktrace/btt/doc/
btt.tex     [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]
  /external/bison/
configure     [all...]

Completed in 2022 milliseconds