Searched refs:Base (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_metadata_spec_encoder.cpp93 unsigned encodeTypeBase(const struct RSTypeBase *Base);
94 unsigned encodeTypeBaseAsKey(const struct RSTypeBase *Base);
153 RSMetadataEncoderInternal::encodeTypeBase(const struct RSTypeBase *Base) { argument
154 mEncodedRSTypeInfo.push_back(Base->bits);
159 const struct RSTypeBase *Base) {
160 TypesMapTy::const_iterator I = mTypes.find(Base->bits);
164 // Add Base into mTypes
166 mTypes.insert(std::make_pair(Base->bits, mCurTypeIndex));
172 return encodeTypeBase(Base);
231 unsigned Base local
158 encodeTypeBaseAsKey( const struct RSTypeBase *Base) argument
[all...]

Completed in 55 milliseconds