Lines Matching defs:const

42     bool init(char const *resName, char const *cacheDir,
43 uint8_t const *bitcode, size_t bitcodeSize, uint32_t flags,
44 char const *bccPluginName = nullptr);
47 void invokeFunction(uint32_t slot, const void *params, size_t paramLength) override;
49 virtual void preLaunch(uint32_t slot, const Allocation ** ains,
50 uint32_t inLen, Allocation * aout, const void * usr,
51 uint32_t usrLen, const RsScriptCall *sc);
52 virtual void postLaunch(uint32_t slot, const Allocation ** ains,
54 const void * usr, uint32_t usrLen,
55 const RsScriptCall *sc);
58 const Allocation ** ains,
61 const void* usr,
63 const RsScriptCall* sc) override;
66 const Allocation ** ains, uint32_t inLen,
68 const RsScriptCall* sc) override;
73 void setGlobalVar(uint32_t slot, const void *data, size_t dataLength) override;
75 void setGlobalVarWithElemDims(uint32_t slot, const void *data, size_t dataLength,
76 const Element *e, const uint32_t *dims,
81 const char* getFieldName(uint32_t slot) const;
84 RsdCpuScriptImpl(RsdCpuReferenceImpl *ctx, const Script *s);
86 const Script * getScript() {return mScript;}
88 bool forEachMtlsSetup(const Allocation ** ains, uint32_t inLen,
89 Allocation * aout, const void * usr, uint32_t usrLen,
90 const RsScriptCall *sc, MTLaunchStructForEach *mtls);
95 bool reduceMtlsSetup(const Allocation ** ains, uint32_t inLen, const Allocation *aout,
96 const RsScriptCall *sc, MTLaunchStructReduce *mtls);
100 const RsdCpuReference::CpuSymbol * lookupSymbolMath(const char *sym);
101 static void * lookupRuntimeStub(void* pContext, char const* name);
103 Allocation * getAllocationForPointer(const void *ptr) const override;
106 int getGlobalEntries() const override;
107 const char * getGlobalName(int i) const override;
108 const void * getGlobalAddress(int i) const override;
109 size_t getGlobalSize(int i) const override;
110 uint32_t getGlobalProperties(int i) const override;
114 const Script *mScript;
119 const char* findCoreLib(const bcinfo::MetadataExtractor& bitCodeMetaData, const char* bitcode,
134 static const char* BCC_EXE_PATH;
135 const char* getBitcodeFilePath() const { return mBitcodeFilePath.c_str(); }
139 const RsLaunchDimensions &baseDim,
140 const RsScriptCall *sc);
148 const Context *dc,
149 const Script *script,
150 const void *);
152 uint32_t constructBuildChecksum(uint8_t const *bitcode, size_t bitcodeSize,
153 const char *commandLine,
154 const char ** bccFiles, size_t numFiles);