OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:kernels
(Results
1 - 7
of
7
) sorted by null
/frameworks/rs/cpu_ref/
rsCpuScriptGroup.h
52
const ScriptKernelID *const*
kernels
;
member in struct:android::renderscript::CpuScriptGroupImpl::ScriptList
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
...]
/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/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 205 milliseconds