OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MTLaunchStructReduce
(Results
1 - 4
of
4
) sorted by null
/frameworks/rs/cpu_ref/
rsCpuCore.h
79
//
MTLaunchStructReduce
::redp::dim.
92
struct
MTLaunchStructReduce
: public MTLaunchStructCommon {
172
MTLaunchStructReduce
*mtls);
264
MTLaunchStructReduce
*mtls);
266
MTLaunchStructReduce
*mtls);
rsCpuScript.h
96
const RsScriptCall *sc,
MTLaunchStructReduce
*mtls);
98
virtual void reduceKernelSetup(uint32_t slot,
MTLaunchStructReduce
*mtls);
rsCpuCore.cpp
355
static inline void RedpPtrSetup(const
MTLaunchStructReduce
*mtls, RsExpandKernelDriverInfo *redp,
509
static void reduce_get_accumulator(uint8_t *&accumPtr, const
MTLaunchStructReduce
*mtls,
534
const
MTLaunchStructReduce
*mtls = (const
MTLaunchStructReduce
*)usr;
573
const
MTLaunchStructReduce
*mtls = (const
MTLaunchStructReduce
*)usr;
612
const
MTLaunchStructReduce
*mtls = (const
MTLaunchStructReduce
*)usr;
654
MTLaunchStructReduce
*mtls) {
671
MTLaunchStructReduce
*mtls)
[
all
...]
rsCpuScript.cpp
548
MTLaunchStructReduce
*mtls) {
550
memset(mtls, 0, sizeof(
MTLaunchStructReduce
));
758
MTLaunchStructReduce
mtls;
775
void RsdCpuScriptImpl::reduceKernelSetup(uint32_t slot,
MTLaunchStructReduce
*mtls) {
[
all
...]
Completed in 3307 milliseconds