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

  /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/cpu_ref/
rsCpuScriptGroup.cpp 131 Vector<const ScriptKernelID *> kernels; local
139 // objects that might interfere between kernels.
201 kernels.add(k);
210 Script *s = kernels[ct]->mScript;
212 uint32_t slot = kernels[ct]->mSlot;
242 sl.kernels = kernels.array();
243 sl.count = kernels.size();
260 for (size_t ct=0; ct < kernels.size(); ct++) {
261 Script *s = kernels[ct]->mScript
    [all...]
rsCpuScriptGroup.h 52 const ScriptKernelID *const* kernels; member in struct:android::renderscript::CpuScriptGroupImpl::ScriptList
  /frameworks/rs/tests/typecheck/
Android.mk 8 kernels.rs \
  /external/valgrind/drd/scripts/
run-splash2 189 cd ${SPLASH2}/codes/kernels/cholesky/inputs
198 run_test ${SPLASH2}/codes/kernels/fft/FFT -t -l$((log2_cache_size/2)) -m16
201 run_test ${SPLASH2}/codes/kernels/lu/contiguous_blocks/LU -n512
204 #run_test ${SPLASH2}/codes/kernels/lu/non_contiguous_blocks/LU -n512
216 run_test ${SPLASH2}/codes/kernels/radix/RADIX -n$((2**20)) -r1024
  /frameworks/rs/
rsScriptGroup.h 83 ScriptKernelID ** kernels, size_t kernelsSize,
rsScriptGroup.cpp 211 ScriptKernelID ** kernels, size_t kernelsSize,
220 //ALOGE("ScriptGroup::create kernels=%i links=%i", (int)kernelCount, (int)linkCount);
229 sg->mKernels.add(kernels[ct]);
390 RsScriptKernelID * kernels, size_t kernelsSize,
398 (ScriptKernelID **) kernels, kernelsSize,
rs.spec 484 param RsScriptKernelID * kernels
  /frameworks/base/rs/java/android/renderscript/
ScriptGroup.java 27 * A group of kernels that are executed
30 * In addition to kernels, a script group may contain invocable functions as well.
32 * produced by its member kernels.
34 * The API disallows cyclic dependencies among kernels in a script group,
35 * effectively making it a directed acyclic graph (DAG) of kernels.
37 * Grouping kernels together allows for more efficient execution. For example,
449 * Allocation to be used for kernels that require an input
471 * Allocation to be used for the kernels that require an output
492 * Execute the ScriptGroup. This will run all the kernels in
508 * First, all kernels to be used by the ScriptGroup should be added
758 long[] kernels = new long[mKernelCount]; local
    [all...]
RenderScript.java 174 * kernels and APIs are being used as intended. Get and SetElementAt
    [all...]
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
ScriptGroup.java 30 * A group of kernels that are executed
33 * In addition to kernels, a script group may contain invocable functions as well.
35 * produced by its member kernels.
37 * The API disallows cyclic dependencies among kernels in a script group,
38 * effectively making it a directed acyclic graph (DAG) of kernels.
40 * Grouping kernels together allows for more efficient execution. For example,
470 * Allocation to be used for kernels that require an input
494 * Allocation to be used for the kernels that require an output
517 * Execute the ScriptGroup. This will run all the kernels in
522 * will take the naive path: execute kernels one by one in th
891 long[] kernels = new long[mKernelCount]; local
    [all...]
RenderScript.java 266 * kernels and APIs are being used as intended. Get and SetElementAt
    [all...]
  /frameworks/rs/api/
rs_for_each.spec 99 Invoke the kernel named "root" of the specified script. Like other kernels, this root()
  /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/mesa3d/include/CL/
cl.hpp     [all...]
  /external/blktrace/btt/doc/
btt.tex     [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]
  /external/bison/
configure     [all...]

Completed in 7988 milliseconds