HomeSort by relevance Sort by last modified time
    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 559 MTLaunchStructReduce *mtls) {
561 memset(mtls, 0, sizeof(MTLaunchStructReduce));
769 MTLaunchStructReduce mtls;
786 void RsdCpuScriptImpl::reduceKernelSetup(uint32_t slot, MTLaunchStructReduce *mtls) {
    [all...]

Completed in 1948 milliseconds