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

  /frameworks/rs/cpu_ref/
rsCpuScriptGroup.cpp 116 Vector<const ScriptKernelID *> kernels; local
124 // objects that might interfere between kernels.
146 // objects that might interfere between kernels.
187 kernels.add(k);
197 Script *s = kernels[ct]->mScript;
199 uint32_t slot = kernels[ct]->mSlot;
211 sl.kernels = kernels.array();
212 sl.count = kernels.size();
217 for (size_t ct=0; ct < kernels.size(); ct++)
    [all...]
rsCpuScriptGroup.h 52 const ScriptKernelID *const* kernels; member in struct:android::renderscript::CpuScriptGroupImpl::ScriptList
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/llvm/
invocation.cpp 138 find_kernels(llvm::Module *mod, std::vector<llvm::Function *> &kernels) {
140 mod->getNamedMetadata("opencl.kernels");
142 kernels.push_back(llvm::dyn_cast<llvm::Function>(
149 const std::vector<llvm::Function *> &kernels) {
169 // Since there is no "main" function in our kernels, we need to tell
175 for (std::vector<llvm::Function *>::const_iterator I = kernels.begin(),
176 E = kernels.end();
191 const std::vector<llvm::Function *> &kernels) {
207 assert(kernels.size() == 1);
209 kernel_func = kernels[0]
257 std::vector<llvm::Function *> kernels; local
    [all...]
  /external/mesa3d/src/gallium/state_trackers/clover/llvm/
invocation.cpp 138 find_kernels(llvm::Module *mod, std::vector<llvm::Function *> &kernels) {
140 mod->getNamedMetadata("opencl.kernels");
142 kernels.push_back(llvm::dyn_cast<llvm::Function>(
149 const std::vector<llvm::Function *> &kernels) {
169 // Since there is no "main" function in our kernels, we need to tell
175 for (std::vector<llvm::Function *>::const_iterator I = kernels.begin(),
176 E = kernels.end();
191 const std::vector<llvm::Function *> &kernels) {
207 assert(kernels.size() == 1);
209 kernel_func = kernels[0]
257 std::vector<llvm::Function *> kernels; local
    [all...]
  /frameworks/rs/tests/typecheck/
Android.mk 5 kernels.rs \
  /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 370 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 135 * kernels and APIs are being used as intended. Get and SetElementAt
718 native int rsnScriptGroupCreate(int con, int[] kernels, int[] src, int[] dstk, int[] dstf, int[] types);
719 synchronized int nScriptGroupCreate(int[] kernels, int[] src, int[] dstk, int[] dstf, int[] types) {
721 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 131 * kernels and APIs are being used as intended. Get and SetElementAt
553 native int rsnScriptGroupCreate(int con, int[] kernels, int[] src, int[] dstk, int[] dstf, int[] types);
554 synchronized int nScriptGroupCreate(int[] kernels, int[] src, int[] dstk, int[] dstf, int[] types) {
556 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/chromium_org/third_party/mesa/src/include/CL/
cl.hpp     [all...]
  /external/mesa3d/include/CL/
cl.hpp     [all...]
  /external/blktrace/btt/doc/
btt.tex     [all...]
  /external/chromium_org/v8/test/mjsunit/
unicode-test.js     [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]
  /external/bison/
configure     [all...]

Completed in 2808 milliseconds