OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:forEachKernelSetup
(Results
1 - 6
of
6
) sorted by null
/frameworks/rs/cpu_ref/
rsCpuIntrinsic.h
42
void
forEachKernelSetup
(uint32_t slot, MTLaunchStructForEach * mtls) override;
rsCpuIntrinsic.cpp
115
void RsdCpuScriptIntrinsic::
forEachKernelSetup
(uint32_t slot, MTLaunchStructForEach *mtls) {
rsCpuScript.h
90
virtual void
forEachKernelSetup
(uint32_t slot, MTLaunchStructForEach *mtls);
rsCpuScriptGroup.cpp
228
si->
forEachKernelSetup
(slot, &mtls);
264
si->
forEachKernelSetup
(kernels[ct]->mSlot, &mtls);
rsCpuScript.cpp
748
forEachKernelSetup
(slot, &mtls);
770
void RsdCpuScriptImpl::
forEachKernelSetup
(uint32_t slot, MTLaunchStructForEach *mtls) {
[
all
...]
rsCpuScriptGroup2.cpp
174
si->
forEachKernelSetup
(funcID->mSlot, &mtls);
Completed in 498 milliseconds