OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:kernels
(Results
1 - 9
of
9
) sorted by null
/frameworks/rs/cpu_ref/
rsCpuScriptGroup.h
52
const ScriptKernelID *const*
kernels
;
member in struct:android::renderscript::CpuScriptGroupImpl::ScriptList
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
...]
/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/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,
474
* Allocation to be used for
kernels
that require an input
496
* Allocation to be used for the
kernels
that require an output
517
* Execute the ScriptGroup. This will run all the
kernels
in
533
* First, all
kernels
to be used by the ScriptGroup should be added
783
long[]
kernels
= new long[mKernelCount];
local
[
all
...]
/external/autotest/frontend/afe/
models.py
1094
kernels
= dbmodels.ManyToManyField(
variable in class:ParameterizedJob
[
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
495
* Allocation to be used for the
kernels
that require an output
519
* Execute the ScriptGroup. This will run all the
kernels
in
524
* will take the naive path: execute
kernels
one by one in th
895
long[]
kernels
= new long[mKernelCount];
local
[
all
...]
/prebuilts/sdk/renderscript/lib/
javalib.jar
/external/libgdx/backends/gdx-backend-lwjgl/libs/
lwjgl.jar
/external/libgdx/backends/gdx-backend-lwjgl3/libs/
lwjgl.jar
Completed in 187 milliseconds