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

/frameworks/compile/slang/
H A Dslang_rs_export_type.h341 static size_t GetSizeInBits(const RSExportPrimitiveType *EPT);
356 virtual unsigned getSize() const { return (GetSizeInBits(this) >> 3); }
H A Dslang_rs_export_type.cpp73 // This is handled specially by the GetSizeInBits() method.
1019 size_t RSExportPrimitiveType::GetSizeInBits(const RSExportPrimitiveType *EPT) { function in class:slang::RSExportPrimitiveType
1022 "RSExportPrimitiveType::GetSizeInBits : unknown data type");

Completed in 1020 milliseconds